Package com.dropbox.core.v2.teamlog
Class GroupChangeManagementTypeDetails
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
-
public class GroupChangeManagementTypeDetails extends java.lang.ObjectChanged group management type.
-
-
Field Summary
Fields Modifier and Type Field Description protected GroupManagementTypenewValueprotected GroupManagementTypepreviousValue
-
Constructor Summary
Constructors Constructor Description GroupChangeManagementTypeDetails(GroupManagementType newValue)Changed group management type.GroupChangeManagementTypeDetails(GroupManagementType newValue, GroupManagementType previousValue)Changed group management type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)GroupManagementTypegetNewValue()New group management type.GroupManagementTypegetPreviousValue()Previous group management type.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
-
-
-
Field Detail
-
newValue
@Nonnull protected final GroupManagementType newValue
-
previousValue
@Nullable protected final GroupManagementType previousValue
-
-
Constructor Detail
-
GroupChangeManagementTypeDetails
public GroupChangeManagementTypeDetails(@Nonnull GroupManagementType newValue, @Nullable GroupManagementType previousValue)Changed group management type.- Parameters:
newValue- New group management type. Must not benull.previousValue- Previous group management type. Might be missing due to historical data gap.- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
GroupChangeManagementTypeDetails
public GroupChangeManagementTypeDetails(@Nonnull GroupManagementType newValue)Changed group management type.The default values for unset fields will be used.
- Parameters:
newValue- New group management type. Must not benull.- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Detail
-
getNewValue
@Nonnull public GroupManagementType getNewValue()
New group management type.- Returns:
- value for this field, never
null.
-
getPreviousValue
@Nullable public GroupManagementType getPreviousValue()
Previous group management type. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toStringMultiline
public java.lang.String 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
-
-