Package com.dropbox.core.v2.teamlog
Class SendForSignaturePolicyChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SendForSignaturePolicyChangedDetails
Changed send for signature policy for team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SendForSignaturePolicyprotected final SendForSignaturePolicy -
Constructor Summary
ConstructorsConstructorDescriptionSendForSignaturePolicyChangedDetails(SendForSignaturePolicy newValue, SendForSignaturePolicy previousValue) Changed send for signature policy for team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
SendForSignaturePolicyChangedDetails
public SendForSignaturePolicyChangedDetails(@Nonnull SendForSignaturePolicy newValue, @Nonnull SendForSignaturePolicy previousValue) Changed send for signature policy for team.- Parameters:
newValue- New send for signature policy. Must not benull.previousValue- Previous send for signature policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New send for signature policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous send for signature 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
-