Package com.dropbox.core.v2.teamlog
Class ResellerSupportChangePolicyDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.ResellerSupportChangePolicyDetails
 
- 
 public class ResellerSupportChangePolicyDetails extends java.lang.ObjectEnabled/disabled reseller support.
- 
- 
Field SummaryFields Modifier and Type Field Description protected ResellerSupportPolicynewValueprotected ResellerSupportPolicypreviousValue
 - 
Constructor SummaryConstructors Constructor Description ResellerSupportChangePolicyDetails(ResellerSupportPolicy newValue, ResellerSupportPolicy previousValue)Enabled/disabled reseller support.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)ResellerSupportPolicygetNewValue()New Reseller support policy.ResellerSupportPolicygetPreviousValue()Previous Reseller support policy.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
newValueprotected final ResellerSupportPolicy newValue 
 - 
previousValueprotected final ResellerSupportPolicy previousValue 
 
- 
 - 
Constructor Detail- 
ResellerSupportChangePolicyDetailspublic ResellerSupportChangePolicyDetails(ResellerSupportPolicy newValue, ResellerSupportPolicy previousValue) Enabled/disabled reseller support.- Parameters:
- newValue- New Reseller support policy. Must not be- null.
- previousValue- Previous Reseller support policy. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getNewValuepublic ResellerSupportPolicy getNewValue() New Reseller support policy.- Returns:
- value for this field, never null.
 
 - 
getPreviousValuepublic ResellerSupportPolicy getPreviousValue() Previous Reseller support policy.- Returns:
- value for this field, never null.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String 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
 
 
- 
 
-