Package com.dropbox.core.v2.teamlog
Class ResellerSupportChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ResellerSupportChangePolicyDetails
Enabled/disabled reseller support.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ResellerSupportPolicyprotected final ResellerSupportPolicy -
Constructor Summary
ConstructorsConstructorDescriptionResellerSupportChangePolicyDetails(ResellerSupportPolicy newValue, ResellerSupportPolicy previousValue) Enabled/disabled reseller support. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
ResellerSupportChangePolicyDetails
public ResellerSupportChangePolicyDetails(@Nonnull ResellerSupportPolicy newValue, @Nonnull ResellerSupportPolicy previousValue) Enabled/disabled reseller support.- Parameters:
newValue- New Reseller support policy. Must not benull.previousValue- Previous Reseller support policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New Reseller support policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous Reseller support 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
-