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.Object
Builder forDeviceApprovalsChangeOverageActionDetails
.
-
-
Field Summary
Fields Modifier and Type Field Description protected RolloutMethod
newValue
protected RolloutMethod
previousValue
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceApprovalsChangeOverageActionDetails
build()
Builds an instance ofDeviceApprovalsChangeOverageActionDetails
configured with this builder's valuesDeviceApprovalsChangeOverageActionDetails.Builder
withNewValue(RolloutMethod newValue)
Set value for optional field.DeviceApprovalsChangeOverageActionDetails.Builder
withPreviousValue(RolloutMethod previousValue)
Set value for optional field.
-
-
-
Field Detail
-
newValue
protected RolloutMethod newValue
-
previousValue
protected RolloutMethod previousValue
-
-
Method Detail
-
withNewValue
public 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
-
withPreviousValue
public 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
-
build
public DeviceApprovalsChangeOverageActionDetails build()
Builds an instance ofDeviceApprovalsChangeOverageActionDetails
configured with this builder's values- Returns:
- new instance of
DeviceApprovalsChangeOverageActionDetails
-
-