Package com.dropbox.core.v2.teamlog
Class SharedLinkSettingsChangePasswordDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedLinkSettingsChangePasswordDetails
Changed the password of the shared link.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSharedLinkSettingsChangePasswordDetails(AccessLevel sharedContentAccessLevel) Changed the password of the shared link.SharedLinkSettingsChangePasswordDetails(AccessLevel sharedContentAccessLevel, String sharedContentLink) Changed the password of the shared link. -
Method Summary
-
Field Details
-
Constructor Details
-
SharedLinkSettingsChangePasswordDetails
public SharedLinkSettingsChangePasswordDetails(@Nonnull AccessLevel sharedContentAccessLevel, @Nullable String sharedContentLink) Changed the password of 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.
-
SharedLinkSettingsChangePasswordDetails
Changed the password of 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