Package com.dropbox.core.v2.teamlog
Class SharedLinkRemoveExpiryDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedLinkRemoveExpiryDetails
Removed shared link expiration date.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoved shared link expiration date.SharedLinkRemoveExpiryDetails(Date previousValue) Removed shared link expiration date. -
Method Summary
-
Field Details
-
previousValue
-
-
Constructor Details
-
SharedLinkRemoveExpiryDetails
Removed shared link expiration date.- Parameters:
previousValue- Previous shared link expiration date. Might be missing due to historical data gap.
-
SharedLinkRemoveExpiryDetails
public SharedLinkRemoveExpiryDetails()Removed shared link expiration date.The default values for unset fields will be used.
-
-
Method Details
-
getPreviousValue
Previous shared 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
-