Package com.dropbox.core.v2.teamlog
Class GroupRenameDetails
java.lang.Object
com.dropbox.core.v2.teamlog.GroupRenameDetails
Renamed group.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
previousValue
-
newValue
-
-
Constructor Details
-
GroupRenameDetails
Renamed group.- Parameters:
previousValue- Previous display name. Must not benull.newValue- New display name. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getPreviousValue
Previous display name.- Returns:
- value for this field, never
null.
-
getNewValue
New display name.- 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
-