Package com.dropbox.core.v2.teamlog
Class SharedContentRemoveLinkExpiryDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
Removed link expiration date of shared file/folder.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoved link expiration date of shared file/folder.SharedContentRemoveLinkExpiryDetails(Date previousValue) Removed link expiration date of shared file/folder. -
Method Summary
-
Field Details
-
previousValue
-
-
Constructor Details
-
SharedContentRemoveLinkExpiryDetails
Removed link expiration date of shared file/folder.- Parameters:
previousValue- Previous shared content link expiration date. Might be missing due to historical data gap.
-
SharedContentRemoveLinkExpiryDetails
public SharedContentRemoveLinkExpiryDetails()Removed link expiration date of shared file/folder.The default values for unset fields will be used.
-
-
Method Details
-
getPreviousValue
Previous shared content link expiration date. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
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
-