Package com.dropbox.core.v2.teamlog
Class ClassificationChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ClassificationChangePolicyDetails
Changed classification policy for team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ClassificationTypeprotected final ClassificationPolicyEnumWrapperprotected final ClassificationPolicyEnumWrapper -
Constructor Summary
ConstructorsConstructorDescriptionClassificationChangePolicyDetails(ClassificationPolicyEnumWrapper previousValue, ClassificationPolicyEnumWrapper newValue, ClassificationType classificationType) Changed classification policy for team. -
Method Summary
-
Field Details
-
previousValue
-
newValue
-
classificationType
-
-
Constructor Details
-
ClassificationChangePolicyDetails
public ClassificationChangePolicyDetails(@Nonnull ClassificationPolicyEnumWrapper previousValue, @Nonnull ClassificationPolicyEnumWrapper newValue, @Nonnull ClassificationType classificationType) Changed classification policy for team.- Parameters:
previousValue- Previous classification policy. Must not benull.newValue- New classification policy. Must not benull.classificationType- Policy type. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getPreviousValue
Previous classification policy.- Returns:
- value for this field, never
null.
-
getNewValue
New classification policy.- Returns:
- value for this field, never
null.
-
getClassificationType
Policy type.- Returns:
- value for this field, never
null.
-
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
-