Package com.dropbox.core.v2.teamlog
Class ShowcaseChangeExternalSharingPolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ShowcaseChangeExternalSharingPolicyDetails
Enabled/disabled sharing Dropbox Showcase externally for team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ShowcaseExternalSharingPolicyprotected final ShowcaseExternalSharingPolicy -
Constructor Summary
ConstructorsConstructorDescriptionShowcaseChangeExternalSharingPolicyDetails(ShowcaseExternalSharingPolicy newValue, ShowcaseExternalSharingPolicy previousValue) Enabled/disabled sharing Dropbox Showcase externally for team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
ShowcaseChangeExternalSharingPolicyDetails
public ShowcaseChangeExternalSharingPolicyDetails(@Nonnull ShowcaseExternalSharingPolicy newValue, @Nonnull ShowcaseExternalSharingPolicy previousValue) Enabled/disabled sharing Dropbox Showcase externally for team.- Parameters:
newValue- New Dropbox Showcase external sharing policy. Must not benull.previousValue- Previous Dropbox Showcase external sharing policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New Dropbox Showcase external sharing policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous Dropbox Showcase external sharing policy.- Returns:
- value for this field, never
null.
-
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
-