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