public class SharedLinkSettingsAddExpirationDetails
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SharedLinkSettingsAddExpirationDetails.Builder
Builder for
SharedLinkSettingsAddExpirationDetails . |
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
newValue |
protected AccessLevel |
sharedContentAccessLevel |
protected java.lang.String |
sharedContentLink |
Constructor and Description |
---|
SharedLinkSettingsAddExpirationDetails(AccessLevel sharedContentAccessLevel)
Added an expiration date to the shared link.
|
SharedLinkSettingsAddExpirationDetails(AccessLevel sharedContentAccessLevel,
java.lang.String sharedContentLink,
java.util.Date newValue)
Added an expiration date to the shared link.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getNewValue()
New shared content link expiration date.
|
AccessLevel |
getSharedContentAccessLevel()
Shared content access level.
|
java.lang.String |
getSharedContentLink()
Shared content link.
|
int |
hashCode() |
static SharedLinkSettingsAddExpirationDetails.Builder |
newBuilder(AccessLevel sharedContentAccessLevel)
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 AccessLevel sharedContentAccessLevel
protected final java.lang.String sharedContentLink
protected final java.util.Date newValue
public SharedLinkSettingsAddExpirationDetails(AccessLevel sharedContentAccessLevel, java.lang.String sharedContentLink, java.util.Date newValue)
Use newBuilder
to create instances of this class without
specifying values for all optional fields.
sharedContentAccessLevel
- Shared content access level. Must not be
null
.sharedContentLink
- Shared content link.newValue
- New shared content link expiration date. Might be
missing due to historical data gap.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.public SharedLinkSettingsAddExpirationDetails(AccessLevel sharedContentAccessLevel)
The default values for unset fields will be used.
sharedContentAccessLevel
- Shared content access level. Must not be
null
.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.public AccessLevel getSharedContentAccessLevel()
null
.public java.lang.String getSharedContentLink()
null
if not present.public java.util.Date getNewValue()
null
if not present.public static SharedLinkSettingsAddExpirationDetails.Builder newBuilder(AccessLevel sharedContentAccessLevel)
sharedContentAccessLevel
- Shared content access level. Must not be
null
.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.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.