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