Package com.dropbox.core.v2.teamlog
Class PasswordStrengthRequirementsChangePolicyDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.PasswordStrengthRequirementsChangePolicyDetails
 
- 
 public class PasswordStrengthRequirementsChangePolicyDetails extends java.lang.ObjectChanged team password strength requirements.
- 
- 
Field SummaryFields Modifier and Type Field Description protected PasswordStrengthPolicynewValueprotected PasswordStrengthPolicypreviousValue
 - 
Constructor SummaryConstructors Constructor Description PasswordStrengthRequirementsChangePolicyDetails(PasswordStrengthPolicy previousValue, PasswordStrengthPolicy newValue)Changed team password strength requirements.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)PasswordStrengthPolicygetNewValue()New password strength policy.PasswordStrengthPolicygetPreviousValue()Old password strength policy.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
previousValueprotected final PasswordStrengthPolicy previousValue 
 - 
newValueprotected final PasswordStrengthPolicy newValue 
 
- 
 - 
Constructor Detail- 
PasswordStrengthRequirementsChangePolicyDetailspublic PasswordStrengthRequirementsChangePolicyDetails(PasswordStrengthPolicy previousValue, PasswordStrengthPolicy newValue) Changed team password strength requirements.- Parameters:
- previousValue- Old password strength policy. Must not be- null.
- newValue- New password strength policy. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getPreviousValuepublic PasswordStrengthPolicy getPreviousValue() Old password strength policy.- Returns:
- value for this field, never null.
 
 - 
getNewValuepublic PasswordStrengthPolicy getNewValue() New password strength policy.- Returns:
- value for this field, never null.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String 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
 
 
- 
 
-