Package com.dropbox.core.v2.teamlog
Class ContentAdministrationPolicyChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ContentAdministrationPolicyChangedDetails
Changed content management setting.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContentAdministrationPolicyChangedDetails(String newValue, String previousValue) Changed content management setting. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
ContentAdministrationPolicyChangedDetails
public ContentAdministrationPolicyChangedDetails(@Nonnull String newValue, @Nonnull String previousValue) Changed content management setting.- Parameters:
newValue- New content administration policy. Must not benull.previousValue- Previous content administration policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New content administration policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous content administration 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
-