public class WebSessionsChangeIdleLengthPolicyDetails
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WebSessionsChangeIdleLengthPolicyDetails.Builder
Builder for
WebSessionsChangeIdleLengthPolicyDetails . |
Modifier and Type | Field and Description |
---|---|
protected WebSessionsIdleLengthPolicy |
newValue |
protected WebSessionsIdleLengthPolicy |
previousValue |
Constructor and Description |
---|
WebSessionsChangeIdleLengthPolicyDetails()
Changed how long team members can be idle while signed in to Dropbox.com.
|
WebSessionsChangeIdleLengthPolicyDetails(WebSessionsIdleLengthPolicy newValue,
WebSessionsIdleLengthPolicy previousValue)
Changed how long team members can be idle while signed in to Dropbox.com.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
WebSessionsIdleLengthPolicy |
getNewValue()
New idle length policy.
|
WebSessionsIdleLengthPolicy |
getPreviousValue()
Previous idle length policy.
|
int |
hashCode() |
static WebSessionsChangeIdleLengthPolicyDetails.Builder |
newBuilder()
Returns a new builder for creating an instance of this class.
|
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final WebSessionsIdleLengthPolicy newValue
protected final WebSessionsIdleLengthPolicy previousValue
public WebSessionsChangeIdleLengthPolicyDetails(WebSessionsIdleLengthPolicy newValue, WebSessionsIdleLengthPolicy previousValue)
Use newBuilder
to create instances of this class without
specifying values for all optional fields.
newValue
- New idle length policy. Might be missing due to
historical data gap.previousValue
- Previous idle length policy. Might be missing due
to historical data gap.public WebSessionsChangeIdleLengthPolicyDetails()
The default values for unset fields will be used.
public WebSessionsIdleLengthPolicy getNewValue()
null
if not present.public WebSessionsIdleLengthPolicy getPreviousValue()
null
if not present.public static WebSessionsChangeIdleLengthPolicyDetails.Builder newBuilder()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringMultiline()
The returned String may contain newlines.