public class SharedContentChangeLinkExpiryDetails
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SharedContentChangeLinkExpiryDetails.Builder
Builder for
SharedContentChangeLinkExpiryDetails . |
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
newValue |
protected java.util.Date |
previousValue |
Constructor and Description |
---|
SharedContentChangeLinkExpiryDetails()
Changed link expiration of shared file/folder.
|
SharedContentChangeLinkExpiryDetails(java.util.Date newValue,
java.util.Date previousValue)
Changed link expiration of shared file/folder.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getNewValue()
New shared content link expiration date.
|
java.util.Date |
getPreviousValue()
Previous shared content link expiration date.
|
int |
hashCode() |
static SharedContentChangeLinkExpiryDetails.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 java.util.Date newValue
protected final java.util.Date previousValue
public SharedContentChangeLinkExpiryDetails(java.util.Date newValue, java.util.Date previousValue)
Use newBuilder
to create instances of this class without
specifying values for all optional fields.
newValue
- New shared content link expiration date. Might be
missing due to historical data gap.previousValue
- Previous shared content link expiration date. Might
be missing due to historical data gap.public SharedContentChangeLinkExpiryDetails()
The default values for unset fields will be used.
public java.util.Date getNewValue()
null
if not present.public java.util.Date getPreviousValue()
null
if not present.public static SharedContentChangeLinkExpiryDetails.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.