Package com.dropbox.core.v2.teamlog
Class MemberChangeEmailDetails
java.lang.Object
com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
Changed team member email.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMemberChangeEmailDetails(String newValue) Changed team member email.MemberChangeEmailDetails(String newValue, String previousValue) Changed team member email. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
MemberChangeEmailDetails
Changed team member email.- Parameters:
newValue- New email. Must have length of at most 255 and not benull.previousValue- Previous email. Might be missing due to historical data gap. Must have length of at most 255.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
MemberChangeEmailDetails
Changed team member email.The default values for unset fields will be used.
- Parameters:
newValue- New email. Must have length of at most 255 and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New email.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous email. 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
-