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