Package com.dropbox.core.v2.teamlog
Class PasswordStrengthRequirementsChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.PasswordStrengthRequirementsChangePolicyDetails
Changed team password strength requirements.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PasswordStrengthPolicyprotected final PasswordStrengthPolicy -
Constructor Summary
ConstructorsConstructorDescriptionPasswordStrengthRequirementsChangePolicyDetails(PasswordStrengthPolicy previousValue, PasswordStrengthPolicy newValue) Changed team password strength requirements. -
Method Summary
-
Field Details
-
previousValue
-
newValue
-
-
Constructor Details
-
PasswordStrengthRequirementsChangePolicyDetails
public PasswordStrengthRequirementsChangePolicyDetails(@Nonnull PasswordStrengthPolicy previousValue, @Nonnull PasswordStrengthPolicy newValue) Changed team password strength requirements.- Parameters:
previousValue- Old password strength policy. Must not benull.newValue- New password strength policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getPreviousValue
Old password strength policy.- Returns:
- value for this field, never
null.
-
getNewValue
New password strength policy.- 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
-