Package com.dropbox.core.v2.teamlog
Class DeviceApprovalsChangeOverageActionDetails.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails.Builder
- Enclosing class:
DeviceApprovalsChangeOverageActionDetails
Builder for
DeviceApprovalsChangeOverageActionDetails.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofDeviceApprovalsChangeOverageActionDetailsconfigured with this builder's valueswithNewValue(RolloutMethod newValue) Set value for optional field.withPreviousValue(RolloutMethod 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 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
Builds an instance ofDeviceApprovalsChangeOverageActionDetailsconfigured with this builder's values- Returns:
- new instance of
DeviceApprovalsChangeOverageActionDetails
-