Package com.dropbox.core.v2.teamlog
Class AccountCaptureChangePolicyDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
 
- 
 public class AccountCaptureChangePolicyDetails extends java.lang.ObjectChanged account capture setting on team domain.
- 
- 
Field SummaryFields Modifier and Type Field Description protected AccountCapturePolicynewValueprotected AccountCapturePolicypreviousValue
 - 
Constructor SummaryConstructors Constructor Description AccountCaptureChangePolicyDetails(AccountCapturePolicy newValue)Changed account capture setting on team domain.AccountCaptureChangePolicyDetails(AccountCapturePolicy newValue, AccountCapturePolicy previousValue)Changed account capture setting on team domain.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AccountCapturePolicygetNewValue()New account capture policy.AccountCapturePolicygetPreviousValue()Previous account capture policy.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
newValueprotected final AccountCapturePolicy newValue 
 - 
previousValueprotected final AccountCapturePolicy previousValue 
 
- 
 - 
Constructor Detail- 
AccountCaptureChangePolicyDetailspublic AccountCaptureChangePolicyDetails(AccountCapturePolicy newValue, AccountCapturePolicy previousValue) Changed account capture setting on team domain.- Parameters:
- newValue- New account capture policy. Must not be- null.
- previousValue- Previous account capture policy. Might be missing due to historical data gap.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 - 
AccountCaptureChangePolicyDetailspublic AccountCaptureChangePolicyDetails(AccountCapturePolicy newValue) Changed account capture setting on team domain.The default values for unset fields will be used. - Parameters:
- newValue- New account capture policy. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getNewValuepublic AccountCapturePolicy getNewValue() New account capture policy.- Returns:
- value for this field, never null.
 
 - 
getPreviousValuepublic AccountCapturePolicy getPreviousValue() Previous account capture policy. Might be missing due to historical data gap.- Returns:
- value for this field, or nullif not present.
 
 - 
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
 
 
- 
 
-