Package com.dropbox.core.v2.team
Class UserSecondaryEmailsArg
java.lang.Object
com.dropbox.core.v2.team.UserSecondaryEmailsArg
User and a list of secondary emails.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserSecondaryEmailsArg(UserSelectorArg user, List<String> secondaryEmails) User and a list of secondary emails. -
Method Summary
-
Field Details
-
user
-
secondaryEmails
-
-
Constructor Details
-
UserSecondaryEmailsArg
User and a list of secondary emails.- Parameters:
user- Must not benull.secondaryEmails- Must not contain anullitem and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getUser
- Returns:
- value for this field, never
null.
-
getSecondaryEmails
- 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
-