Package com.dropbox.core.v2.teamlog
Class AccountCaptureChangeAvailabilityDetails
java.lang.Object
com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
Granted/revoked option to enable account capture on team domains.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AccountCaptureAvailabilityprotected final AccountCaptureAvailability -
Constructor Summary
ConstructorsConstructorDescriptionGranted/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 Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
AccountCaptureChangeAvailabilityDetails
public AccountCaptureChangeAvailabilityDetails(@Nonnull AccountCaptureAvailability newValue, @Nullable AccountCaptureAvailability previousValue) Granted/revoked option to enable account capture on team domains.- Parameters:
newValue- New account capture availabilty value. Must not benull.previousValue- Previous account capture availabilty value. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
AccountCaptureChangeAvailabilityDetails
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 benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New account capture availabilty value.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous account capture availabilty value. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
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
-