Package com.dropbox.core.v2.teamlog
Class SharedLinkAddExpiryDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedLinkAddExpiryDetails
Added shared link expiration date.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSharedLinkAddExpiryDetails(Date newValue) Added shared link expiration date.SharedLinkAddExpiryDetails(Date newValue, Boolean isConsolidationAction) Added shared link expiration date. -
Method Summary
-
Field Details
-
newValue
-
isConsolidationAction
-
-
Constructor Details
-
SharedLinkAddExpiryDetails
Added shared link expiration date.- Parameters:
newValue- New shared link expiration date. Must not benull.isConsolidationAction- Indicates whether this was a consolidation action by system.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
SharedLinkAddExpiryDetails
Added shared link expiration date.The default values for unset fields will be used.
- Parameters:
newValue- New shared link expiration date. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New shared link expiration date.- Returns:
- value for this field, never
null.
-
getIsConsolidationAction
Indicates whether this was a consolidation action by system.- 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
-