Package com.dropbox.core.v2.teamlog
Class SharedLinkChangeVisibilityDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedLinkChangeVisibilityDetails
Changed visibility of shared link.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Booleanprotected final SharedLinkVisibilityprotected final SharedLinkVisibility -
Constructor Summary
ConstructorsConstructorDescriptionChanged visibility of shared link.SharedLinkChangeVisibilityDetails(SharedLinkVisibility newValue, SharedLinkVisibility previousValue, Boolean isConsolidationAction) Changed visibility of shared link. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether this was a consolidation action by system.New shared link visibility.Previous shared link visibility.inthashCode()newBuilder(SharedLinkVisibility newValue) 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
-
newValue
-
previousValue
-
isConsolidationAction
-
-
Constructor Details
-
Method Details
-
getNewValue
New shared link visibility.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous shared link visibility. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
getIsConsolidationAction
Indicates whether this was a consolidation action by system.- Returns:
- value for this field, or
nullif not present.
-
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
-