Package com.dropbox.core.v2.teamlog
Class AccountCaptureChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
Changed account capture setting on team domain.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AccountCapturePolicyprotected final AccountCapturePolicy -
Constructor Summary
ConstructorsConstructorDescriptionChanged account capture setting on team domain.AccountCaptureChangePolicyDetails(AccountCapturePolicy newValue, AccountCapturePolicy previousValue) Changed account capture setting on team domain. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
AccountCaptureChangePolicyDetails
public AccountCaptureChangePolicyDetails(@Nonnull AccountCapturePolicy newValue, @Nullable AccountCapturePolicy previousValue) Changed account capture setting on team domain.- Parameters:
newValue- New account capture policy. Must not benull.previousValue- Previous account capture policy. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
AccountCaptureChangePolicyDetails
Changed account capture setting on team domain.The default values for unset fields will be used.
- Parameters:
newValue- New account capture policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New account capture policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous account capture policy. 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
-