Package com.dropbox.core.v2.teamlog
Class SharedFolderChangeLinkPolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
Changed who can access shared folder via link.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SharedLinkPolicyprotected final SharedLinkPolicy -
Constructor Summary
ConstructorsConstructorDescriptionChanged who can access shared folder via link.SharedFolderChangeLinkPolicyDetails(SharedLinkPolicy newValue, SharedLinkPolicy previousValue) Changed who can access shared folder via link. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
Method Details
-
getNewValue
New shared folder link policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous shared folder link policy. Might be missing due to historical data gap.- 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
-