Package com.dropbox.core.v2.teamlog
Class AccountLockOrUnlockedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.AccountLockOrUnlockedDetails
Unlocked/locked account after failed sign in attempts.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAccountLockOrUnlockedDetails(AccountState previousValue, AccountState newValue) Unlocked/locked account after failed sign in attempts. -
Method Summary
-
Field Details
-
previousValue
-
newValue
-
-
Constructor Details
-
AccountLockOrUnlockedDetails
public AccountLockOrUnlockedDetails(@Nonnull AccountState previousValue, @Nonnull AccountState newValue) Unlocked/locked account after failed sign in attempts.- Parameters:
previousValue- The previous account status. Must not benull.newValue- The new account status. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getPreviousValue
The previous account status.- Returns:
- value for this field, never
null.
-
getNewValue
The new account status.- 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
-