Package com.dropbox.core.v2.teamlog
Class PermanentDeleteChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
Enabled/disabled ability of team members to permanently delete content.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ContentPermanentDeletePolicyprotected final ContentPermanentDeletePolicy -
Constructor Summary
ConstructorsConstructorDescriptionEnabled/disabled ability of team members to permanently delete content.PermanentDeleteChangePolicyDetails(ContentPermanentDeletePolicy newValue, ContentPermanentDeletePolicy previousValue) Enabled/disabled ability of team members to permanently delete content. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
PermanentDeleteChangePolicyDetails
public PermanentDeleteChangePolicyDetails(@Nonnull ContentPermanentDeletePolicy newValue, @Nullable ContentPermanentDeletePolicy previousValue) Enabled/disabled ability of team members to permanently delete content.- Parameters:
newValue- New permanent delete content policy. Must not benull.previousValue- Previous permanent delete content policy. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
PermanentDeleteChangePolicyDetails
Enabled/disabled ability of team members to permanently delete content.The default values for unset fields will be used.
- Parameters:
newValue- New permanent delete content policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New permanent delete content policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous permanent delete content 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
-