Package com.dropbox.core.v2.teamlog
Class PendingSecondaryEmailAddedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.PendingSecondaryEmailAddedDetails
Added pending secondary email.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPendingSecondaryEmailAddedDetails(String secondaryEmail) Added pending secondary email. -
Method Summary
-
Field Details
-
secondaryEmail
-
-
Constructor Details
-
PendingSecondaryEmailAddedDetails
Added pending secondary email.- Parameters:
secondaryEmail- New pending secondary email. Must have length of at most 255 and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getSecondaryEmail
New pending secondary email.- 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
-