Package com.dropbox.core.v2.teamlog
Class TeamSelectiveSyncSettingsChangedDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.TeamSelectiveSyncSettingsChangedDetails
 
- 
 public class TeamSelectiveSyncSettingsChangedDetails extends java.lang.ObjectChanged sync default.
- 
- 
Field SummaryFields Modifier and Type Field Description protected SyncSettingnewValueprotected SyncSettingpreviousValue
 - 
Constructor SummaryConstructors Constructor Description TeamSelectiveSyncSettingsChangedDetails(SyncSetting previousValue, SyncSetting newValue)Changed sync default.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)SyncSettinggetNewValue()New value.SyncSettinggetPreviousValue()Previous value.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
previousValueprotected final SyncSetting previousValue 
 - 
newValueprotected final SyncSetting newValue 
 
- 
 - 
Constructor Detail- 
TeamSelectiveSyncSettingsChangedDetailspublic TeamSelectiveSyncSettingsChangedDetails(SyncSetting previousValue, SyncSetting newValue) Changed sync default.- Parameters:
- previousValue- Previous value. Must not be- null.
- newValue- New value. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getPreviousValuepublic SyncSetting getPreviousValue() Previous value.- Returns:
- value for this field, never null.
 
 - 
getNewValuepublic SyncSetting getNewValue() New value.- Returns:
- value for this field, never null.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String 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
 
 
- 
 
-