Package com.dropbox.core.v2.teamlog
Class GroupUserManagementChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
Changed who can create groups.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChanged who can create groups.GroupUserManagementChangePolicyDetails(GroupCreation newValue, GroupCreation previousValue) Changed who can create groups. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
GroupUserManagementChangePolicyDetails
public GroupUserManagementChangePolicyDetails(@Nonnull GroupCreation newValue, @Nullable GroupCreation previousValue) Changed who can create groups.- Parameters:
newValue- New group users management policy. Must not benull.previousValue- Previous group users management policy. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
GroupUserManagementChangePolicyDetails
Changed who can create groups.The default values for unset fields will be used.
- Parameters:
newValue- New group users management policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New group users management policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous group users management policy. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
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
-