Package com.dropbox.core.v2.teamlog
Class ReplayFileSharedLinkModifiedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ReplayFileSharedLinkModifiedDetails
Changed shared link in Replay.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChanged shared link in Replay.ReplayFileSharedLinkModifiedDetails(Boolean isWatermarked, ReplayLinkAccess access) Changed shared link in Replay. -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Replay sharing policy in place when the link was modified.Indicates whether it was a watermark share link.inthashCode()Returns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
isWatermarked
-
access
-
-
Constructor Details
-
ReplayFileSharedLinkModifiedDetails
public ReplayFileSharedLinkModifiedDetails(@Nullable Boolean isWatermarked, @Nullable ReplayLinkAccess access) Changed shared link in Replay.Use
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
isWatermarked- Indicates whether it was a watermark share link.access- The Replay sharing policy in place when the link was modified. Might be missing due to historical data gap.
-
ReplayFileSharedLinkModifiedDetails
public ReplayFileSharedLinkModifiedDetails()Changed shared link in Replay.The default values for unset fields will be used.
-
-
Method Details
-
getIsWatermarked
Indicates whether it was a watermark share link.- Returns:
- value for this field, or
nullif not present.
-
getAccess
The Replay sharing policy in place when the link was modified. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Returns:
- builder for this class.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-