Package com.dropbox.core.v2.teamlog
Class SmartSyncChangePolicyDetails.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails.Builder
- Enclosing class:
SmartSyncChangePolicyDetails
Builder for
SmartSyncChangePolicyDetails.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofSmartSyncChangePolicyDetailsconfigured with this builder's valueswithNewValue(SmartSyncPolicy newValue) Set value for optional field.withPreviousValue(SmartSyncPolicy previousValue) Set value for optional field.
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
withNewValue
Set value for optional field.- Parameters:
newValue- New smart sync policy.- Returns:
- this builder
-
withPreviousValue
Set value for optional field.- Parameters:
previousValue- Previous smart sync policy.- Returns:
- this builder
-
build
Builds an instance ofSmartSyncChangePolicyDetailsconfigured with this builder's values- Returns:
- new instance of
SmartSyncChangePolicyDetails
-