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 Summary
Fields Modifier and Type Field Description protected RolloutMethodnewValueprotected RolloutMethodpreviousValue
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All 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
-
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 ofDeviceApprovalsChangeOverageActionDetailsconfigured with this builder's values- Returns:
- new instance of
DeviceApprovalsChangeOverageActionDetails
-
-