Package com.dropbox.core.v2.teamlog
Class SharedContentAddLinkExpiryDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
 
- 
 public class SharedContentAddLinkExpiryDetails extends java.lang.ObjectAdded expiration date to link for shared file/folder.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.DatenewValue
 - 
Constructor SummaryConstructors Constructor Description SharedContentAddLinkExpiryDetails()Added expiration date to link for shared file/folder.SharedContentAddLinkExpiryDetails(java.util.Date newValue)Added expiration date to link for shared file/folder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.DategetNewValue()New shared content link expiration date.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Constructor Detail- 
SharedContentAddLinkExpiryDetailspublic SharedContentAddLinkExpiryDetails(java.util.Date newValue) Added expiration date to link for shared file/folder.- Parameters:
- newValue- New shared content link expiration date. Might be missing due to historical data gap.
 
 - 
SharedContentAddLinkExpiryDetailspublic SharedContentAddLinkExpiryDetails() Added expiration date to link for shared file/folder.The default values for unset fields will be used. 
 
- 
 - 
Method Detail- 
getNewValuepublic java.util.Date getNewValue() New shared content link expiration date. Might be missing due to historical data gap.- Returns:
- value for this field, or nullif not present.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String 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
 
 
- 
 
-