Package com.dropbox.core.v2.teamlog
Class SharedLinkSettingsAllowDownloadDisabledDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedLinkSettingsAllowDownloadDisabledDetails
Disabled downloads.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSharedLinkSettingsAllowDownloadDisabledDetails(AccessLevel sharedContentAccessLevel) Disabled downloads.SharedLinkSettingsAllowDownloadDisabledDetails(AccessLevel sharedContentAccessLevel, String sharedContentLink) Disabled downloads. -
Method Summary
-
Field Details
-
Constructor Details
-
SharedLinkSettingsAllowDownloadDisabledDetails
public SharedLinkSettingsAllowDownloadDisabledDetails(@Nonnull AccessLevel sharedContentAccessLevel, @Nullable String sharedContentLink) Disabled downloads.- Parameters:
sharedContentAccessLevel- Shared content access level. Must not benull.sharedContentLink- Shared content link.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
SharedLinkSettingsAllowDownloadDisabledDetails
public SharedLinkSettingsAllowDownloadDisabledDetails(@Nonnull AccessLevel sharedContentAccessLevel) Disabled downloads.The default values for unset fields will be used.
- Parameters:
sharedContentAccessLevel- Shared content access level. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
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