Package com.dropbox.core.v2.teamlog
Class SharedLinkSettingsRemovePasswordDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedLinkSettingsRemovePasswordDetails
Removed the password from the shared link.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSharedLinkSettingsRemovePasswordDetails(AccessLevel sharedContentAccessLevel) Removed the password from the shared link.SharedLinkSettingsRemovePasswordDetails(AccessLevel sharedContentAccessLevel, String sharedContentLink) Removed the password from the shared link. -
Method Summary
-
Field Details
-
Constructor Details
-
SharedLinkSettingsRemovePasswordDetails
public SharedLinkSettingsRemovePasswordDetails(@Nonnull AccessLevel sharedContentAccessLevel, @Nullable String sharedContentLink) Removed the password from the shared link.- Parameters:
sharedContentAccessLevel- Shared content access level. Must not benull.sharedContentLink- Shared content link.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
SharedLinkSettingsRemovePasswordDetails
Removed the password from the shared link.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