Package com.dropbox.core.v2.teamlog
Class EnterpriseSettingsLockingDetails
java.lang.Object
com.dropbox.core.v2.teamlog.EnterpriseSettingsLockingDetails
Changed who can update a setting.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEnterpriseSettingsLockingDetails(String teamName, String settingsPageName, String previousSettingsPageLockingState, String newSettingsPageLockingState) Changed who can update a setting. -
Method Summary
-
Field Details
-
teamName
-
settingsPageName
-
previousSettingsPageLockingState
-
newSettingsPageLockingState
-
-
Constructor Details
-
EnterpriseSettingsLockingDetails
public EnterpriseSettingsLockingDetails(@Nonnull String teamName, @Nonnull String settingsPageName, @Nonnull String previousSettingsPageLockingState, @Nonnull String newSettingsPageLockingState) Changed who can update a setting.- Parameters:
teamName- The secondary team name. Must not benull.settingsPageName- Settings page name. Must not benull.previousSettingsPageLockingState- Previous locked settings page state. Must not benull.newSettingsPageLockingState- New locked settings page state. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getTeamName
The secondary team name.- Returns:
- value for this field, never
null.
-
getSettingsPageName
Settings page name.- Returns:
- value for this field, never
null.
-
getPreviousSettingsPageLockingState
Previous locked settings page state.- Returns:
- value for this field, never
null.
-
getNewSettingsPageLockingState
New locked settings page state.- 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
-