Package com.dropbox.core.v2.teamlog
Class DeviceApprovalsChangeOverageActionDetails.Builder
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails.Builder
 
- 
- Enclosing class:
- DeviceApprovalsChangeOverageActionDetails
 
 public static class DeviceApprovalsChangeOverageActionDetails.Builder extends java.lang.ObjectBuilder forDeviceApprovalsChangeOverageActionDetails.
- 
- 
Field SummaryFields Modifier and Type Field Description protected RolloutMethodnewValueprotected RolloutMethodpreviousValue
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBuilder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceApprovalsChangeOverageActionDetailsbuild()Builds an instance ofDeviceApprovalsChangeOverageActionDetailsconfigured with this builder's valuesDeviceApprovalsChangeOverageActionDetails.BuilderwithNewValue(RolloutMethod newValue)Set value for optional field.DeviceApprovalsChangeOverageActionDetails.BuilderwithPreviousValue(RolloutMethod previousValue)Set value for optional field.
 
- 
- 
- 
Field Detail- 
newValueprotected RolloutMethod newValue 
 - 
previousValueprotected RolloutMethod previousValue 
 
- 
 - 
Method Detail- 
withNewValuepublic DeviceApprovalsChangeOverageActionDetails.Builder withNewValue(RolloutMethod newValue) Set value for optional field.- Parameters:
- newValue- New over the limits policy. Might be missing due to historical data gap.
- Returns:
- this builder
 
 - 
withPreviousValuepublic DeviceApprovalsChangeOverageActionDetails.Builder withPreviousValue(RolloutMethod previousValue) Set value for optional field.- Parameters:
- previousValue- Previous over the limit policy. Might be missing due to historical data gap.
- Returns:
- this builder
 
 - 
buildpublic DeviceApprovalsChangeOverageActionDetails build() Builds an instance ofDeviceApprovalsChangeOverageActionDetailsconfigured with this builder's values- Returns:
- new instance of DeviceApprovalsChangeOverageActionDetails
 
 
- 
 
-