Package com.dropbox.core.v2.teamlog
Class PaperChangeDeploymentPolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
Changed whether Dropbox Paper, when enabled, is deployed to all members or to
specific members.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PaperDeploymentPolicyprotected final PaperDeploymentPolicy -
Constructor Summary
ConstructorsConstructorDescriptionChanged whether Dropbox Paper, when enabled, is deployed to all members or to specific members.PaperChangeDeploymentPolicyDetails(PaperDeploymentPolicy newValue, PaperDeploymentPolicy previousValue) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
PaperChangeDeploymentPolicyDetails
public PaperChangeDeploymentPolicyDetails(@Nonnull PaperDeploymentPolicy newValue, @Nullable PaperDeploymentPolicy previousValue) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members.- Parameters:
newValue- New Dropbox Paper deployment policy. Must not benull.previousValue- Previous Dropbox Paper deployment policy. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
PaperChangeDeploymentPolicyDetails
Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members.The default values for unset fields will be used.
- Parameters:
newValue- New Dropbox Paper deployment policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New Dropbox Paper deployment policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous Dropbox Paper deployment 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
-