Package com.dropbox.core.v2.files
Class ContentSyncSetting
java.lang.Object
com.dropbox.core.v2.files.ContentSyncSetting
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor internal use only. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
syncSetting
-
-
Constructor Details
-
ContentSyncSetting
- Parameters:
id- Id of the item this setting is applied to. Must have length of at least 4, match pattern "id:.+", and not benull.syncSetting- Setting for this item. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getId
Id of the item this setting is applied to.- Returns:
- value for this field, never
null.
-
getSyncSetting
Setting for this item.- 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
-