Package com.dropbox.core.v2.teamlog
Class GroupChangeExternalIdDetails
java.lang.Object
com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails
Changed external ID for group.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGroupChangeExternalIdDetails(String newValue, String previousValue) Changed external ID for group. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
GroupChangeExternalIdDetails
Changed external ID for group.- Parameters:
newValue- Current external id. Must not benull.previousValue- Old external id. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
Current external id.- Returns:
- value for this field, never
null.
-
getPreviousValue
Old external id.- 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
-