Package com.dropbox.core.v2.teamlog
Class WebSessionsChangeFixedLengthPolicyDetails.Builder
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails.Builder
-
- Enclosing class:
- WebSessionsChangeFixedLengthPolicyDetails
public static class WebSessionsChangeFixedLengthPolicyDetails.Builder extends java.lang.Object
Builder forWebSessionsChangeFixedLengthPolicyDetails
.
-
-
Field Summary
Fields Modifier and Type Field Description protected WebSessionsFixedLengthPolicy
newValue
protected WebSessionsFixedLengthPolicy
previousValue
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSessionsChangeFixedLengthPolicyDetails
build()
Builds an instance ofWebSessionsChangeFixedLengthPolicyDetails
configured with this builder's valuesWebSessionsChangeFixedLengthPolicyDetails.Builder
withNewValue(WebSessionsFixedLengthPolicy newValue)
Set value for optional field.WebSessionsChangeFixedLengthPolicyDetails.Builder
withPreviousValue(WebSessionsFixedLengthPolicy previousValue)
Set value for optional field.
-
-
-
Field Detail
-
newValue
protected WebSessionsFixedLengthPolicy newValue
-
previousValue
protected WebSessionsFixedLengthPolicy previousValue
-
-
Method Detail
-
withNewValue
public WebSessionsChangeFixedLengthPolicyDetails.Builder withNewValue(WebSessionsFixedLengthPolicy newValue)
Set value for optional field.- Parameters:
newValue
- New session length policy. Might be missing due to historical data gap.- Returns:
- this builder
-
withPreviousValue
public WebSessionsChangeFixedLengthPolicyDetails.Builder withPreviousValue(WebSessionsFixedLengthPolicy previousValue)
Set value for optional field.- Parameters:
previousValue
- Previous session length policy. Might be missing due to historical data gap.- Returns:
- this builder
-
build
public WebSessionsChangeFixedLengthPolicyDetails build()
Builds an instance ofWebSessionsChangeFixedLengthPolicyDetails
configured with this builder's values- Returns:
- new instance of
WebSessionsChangeFixedLengthPolicyDetails
-
-