Package com.dropbox.core.v2.teamlog
Class SecondaryMailsPolicyChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SecondaryMailsPolicyChangedDetails
Secondary mails policy changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SecondaryMailsPolicyprotected final SecondaryMailsPolicy -
Constructor Summary
ConstructorsConstructorDescriptionSecondaryMailsPolicyChangedDetails(SecondaryMailsPolicy previousValue, SecondaryMailsPolicy newValue) Secondary mails policy changed. -
Method Summary
-
Field Details
-
previousValue
-
newValue
-
-
Constructor Details
-
SecondaryMailsPolicyChangedDetails
public SecondaryMailsPolicyChangedDetails(@Nonnull SecondaryMailsPolicy previousValue, @Nonnull SecondaryMailsPolicy newValue) Secondary mails policy changed.- Parameters:
previousValue- Previous secondary mails policy. Must not benull.newValue- New secondary mails policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getPreviousValue
Previous secondary mails policy.- Returns:
- value for this field, never
null.
-
getNewValue
New secondary mails policy.- 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
-