Package com.dropbox.core.v2.teamlog
Class SecondaryEmailDeletedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SecondaryEmailDeletedDetails
Deleted secondary email.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSecondaryEmailDeletedDetails(String secondaryEmail) Deleted secondary email. -
Method Summary
-
Field Details
-
secondaryEmail
-
-
Constructor Details
-
SecondaryEmailDeletedDetails
Deleted secondary email.- Parameters:
secondaryEmail- Deleted 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
Deleted 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
-