Package com.dropbox.core.v2.teamlog
Class SharedContentCopyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedContentCopyDetails
Copied shared file/folder to own Dropbox.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final AccessLevelprotected final Stringprotected final UserLogInfo -
Constructor Summary
ConstructorsConstructorDescriptionSharedContentCopyDetails(String sharedContentLink, AccessLevel sharedContentAccessLevel, String destinationPath) Copied shared file/folder to own Dropbox.SharedContentCopyDetails(String sharedContentLink, AccessLevel sharedContentAccessLevel, String destinationPath, UserLogInfo sharedContentOwner) Copied shared file/folder to own Dropbox. -
Method Summary
-
Field Details
-
destinationPath
-
Constructor Details
-
SharedContentCopyDetails
public SharedContentCopyDetails(@Nonnull String sharedContentLink, @Nonnull AccessLevel sharedContentAccessLevel, @Nonnull String destinationPath, @Nullable UserLogInfo sharedContentOwner) Copied shared file/folder to own Dropbox.- Parameters:
sharedContentLink- Shared content link. Must not benull.sharedContentAccessLevel- Shared content access level. Must not benull.destinationPath- The path where the member saved the content. Must not benull.sharedContentOwner- The shared content owner.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
SharedContentCopyDetails
public SharedContentCopyDetails(@Nonnull String sharedContentLink, @Nonnull AccessLevel sharedContentAccessLevel, @Nonnull 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 benull.sharedContentAccessLevel- Shared content access level. Must not benull.destinationPath- The path where the member saved the content. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getDestinationPath
The path where the member saved the content.- Returns:
- value for this field, never
null.
-
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