Package com.dropbox.core.v2.teamlog
Class AccountCaptureChangeAvailabilityDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
 
- 
 public class AccountCaptureChangeAvailabilityDetails extends java.lang.ObjectGranted/revoked option to enable account capture on team domains.
- 
- 
Field SummaryFields Modifier and Type Field Description protected AccountCaptureAvailabilitynewValueprotected AccountCaptureAvailabilitypreviousValue
 - 
Constructor SummaryConstructors Constructor Description AccountCaptureChangeAvailabilityDetails(AccountCaptureAvailability newValue)Granted/revoked option to enable account capture on team domains.AccountCaptureChangeAvailabilityDetails(AccountCaptureAvailability newValue, AccountCaptureAvailability previousValue)Granted/revoked option to enable account capture on team domains.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AccountCaptureAvailabilitygetNewValue()New account capture availabilty value.AccountCaptureAvailabilitygetPreviousValue()Previous account capture availabilty value.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
newValueprotected final AccountCaptureAvailability newValue 
 - 
previousValueprotected final AccountCaptureAvailability previousValue 
 
- 
 - 
Constructor Detail- 
AccountCaptureChangeAvailabilityDetailspublic AccountCaptureChangeAvailabilityDetails(AccountCaptureAvailability newValue, AccountCaptureAvailability previousValue) Granted/revoked option to enable account capture on team domains.- Parameters:
- newValue- New account capture availabilty value. Must not be- null.
- previousValue- Previous account capture availabilty value. Might be missing due to historical data gap.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 - 
AccountCaptureChangeAvailabilityDetailspublic AccountCaptureChangeAvailabilityDetails(AccountCaptureAvailability newValue) Granted/revoked option to enable account capture on team domains.The default values for unset fields will be used. - Parameters:
- newValue- New account capture availabilty value. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getNewValuepublic AccountCaptureAvailability getNewValue() New account capture availabilty value.- Returns:
- value for this field, never null.
 
 - 
getPreviousValuepublic AccountCaptureAvailability getPreviousValue() Previous account capture availabilty value. 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
 
 
- 
 
-