Package com.dropbox.core.v2.teamlog
Class SharedContentCopyDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.SharedContentCopyDetails
 
- 
 public class SharedContentCopyDetails extends java.lang.ObjectCopied shared file/folder to own Dropbox.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringdestinationPathprotected AccessLevelsharedContentAccessLevelprotected java.lang.StringsharedContentLinkprotected UserLogInfosharedContentOwner
 - 
Constructor SummaryConstructors Constructor Description SharedContentCopyDetails(java.lang.String sharedContentLink, AccessLevel sharedContentAccessLevel, java.lang.String destinationPath)Copied shared file/folder to own Dropbox.SharedContentCopyDetails(java.lang.String sharedContentLink, AccessLevel sharedContentAccessLevel, java.lang.String destinationPath, UserLogInfo sharedContentOwner)Copied shared file/folder to own Dropbox.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetDestinationPath()The path where the member saved the content.AccessLevelgetSharedContentAccessLevel()Shared content access level.java.lang.StringgetSharedContentLink()Shared content link.UserLogInfogetSharedContentOwner()The shared content owner.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
sharedContentLinkprotected final java.lang.String sharedContentLink 
 - 
sharedContentOwnerprotected final UserLogInfo sharedContentOwner 
 - 
sharedContentAccessLevelprotected final AccessLevel sharedContentAccessLevel 
 - 
destinationPathprotected final java.lang.String destinationPath 
 
- 
 - 
Constructor Detail- 
SharedContentCopyDetailspublic SharedContentCopyDetails(java.lang.String sharedContentLink, AccessLevel sharedContentAccessLevel, java.lang.String destinationPath, UserLogInfo sharedContentOwner)Copied shared file/folder to own Dropbox.- Parameters:
- sharedContentLink- Shared content link. Must not be- null.
- sharedContentAccessLevel- Shared content access level. Must not be- null.
- destinationPath- The path where the member saved the content. Must not be- null.
- sharedContentOwner- The shared content owner.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 - 
SharedContentCopyDetailspublic SharedContentCopyDetails(java.lang.String sharedContentLink, AccessLevel sharedContentAccessLevel, java.lang.String destinationPath)Copied shared file/folder to own Dropbox.The default values for unset fields will be used. - Parameters:
- sharedContentLink- Shared content link. Must not be- null.
- sharedContentAccessLevel- Shared content access level. Must not be- null.
- destinationPath- The path where the member saved the content. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getSharedContentLinkpublic java.lang.String getSharedContentLink() Shared content link.- Returns:
- value for this field, never null.
 
 - 
getSharedContentAccessLevelpublic AccessLevel getSharedContentAccessLevel() Shared content access level.- Returns:
- value for this field, never null.
 
 - 
getDestinationPathpublic java.lang.String getDestinationPath() The path where the member saved the content.- Returns:
- value for this field, never null.
 
 - 
getSharedContentOwnerpublic UserLogInfo getSharedContentOwner() The shared content owner.- 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
 
 
- 
 
-