Package com.dropbox.core.v2.teamlog
Class SmartSyncChangePolicyDetails.Builder
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails.Builder
 
- 
- Enclosing class:
- SmartSyncChangePolicyDetails
 
 public static class SmartSyncChangePolicyDetails.Builder extends java.lang.ObjectBuilder forSmartSyncChangePolicyDetails.
- 
- 
Field SummaryFields Modifier and Type Field Description protected SmartSyncPolicynewValueprotected SmartSyncPolicypreviousValue
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBuilder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SmartSyncChangePolicyDetailsbuild()Builds an instance ofSmartSyncChangePolicyDetailsconfigured with this builder's valuesSmartSyncChangePolicyDetails.BuilderwithNewValue(SmartSyncPolicy newValue)Set value for optional field.SmartSyncChangePolicyDetails.BuilderwithPreviousValue(SmartSyncPolicy previousValue)Set value for optional field.
 
- 
- 
- 
Field Detail- 
newValueprotected SmartSyncPolicy newValue 
 - 
previousValueprotected SmartSyncPolicy previousValue 
 
- 
 - 
Method Detail- 
withNewValuepublic SmartSyncChangePolicyDetails.Builder withNewValue(SmartSyncPolicy newValue) Set value for optional field.- Parameters:
- newValue- New smart sync policy.
- Returns:
- this builder
 
 - 
withPreviousValuepublic SmartSyncChangePolicyDetails.Builder withPreviousValue(SmartSyncPolicy previousValue) Set value for optional field.- Parameters:
- previousValue- Previous smart sync policy.
- Returns:
- this builder
 
 - 
buildpublic SmartSyncChangePolicyDetails build() Builds an instance ofSmartSyncChangePolicyDetailsconfigured with this builder's values- Returns:
- new instance of SmartSyncChangePolicyDetails
 
 
- 
 
-