Package com.dropbox.core.v2.teamlog
Class MemberChangeExternalIdDetails
java.lang.Object
com.dropbox.core.v2.teamlog.MemberChangeExternalIdDetails
Changed the external ID for team member.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMemberChangeExternalIdDetails(String newValue, String previousValue) Changed the external ID for team member. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
MemberChangeExternalIdDetails
Changed the external ID for team member.- Parameters:
newValue- Current external id. Must have length of at most 64 and not benull.previousValue- Old external id. Must have length of at most 64 and 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
-