Package com.dropbox.core.v2.teamlog
Class SharedContentChangeLinkExpiryDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
Changed link expiration of shared file/folder.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChanged link expiration of shared file/folder.SharedContentChangeLinkExpiryDetails(Date newValue, Date previousValue) Changed link expiration of shared file/folder. -
Method Summary
Modifier and TypeMethodDescriptionbooleanNew shared content link expiration date.Previous shared content link expiration date.inthashCode()Returns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
SharedContentChangeLinkExpiryDetails
Changed link expiration of shared file/folder.Use
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
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.
-
SharedContentChangeLinkExpiryDetails
public SharedContentChangeLinkExpiryDetails()Changed link expiration of shared file/folder.The default values for unset fields will be used.
-
-
Method Details
-
getNewValue
New shared content link expiration date. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
getPreviousValue
Previous shared content link expiration date. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Returns:
- builder for this class.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-