public static enum AccountManagementResource.ResetPasswordErrors extends Enum<AccountManagementResource.ResetPasswordErrors>
Enum Constant and Description |
---|
INVALID_TOKEN |
OTHER |
PASSWORD_POLICY_VIOLATED |
PERMISSION_ERROR |
Modifier and Type | Method and Description |
---|---|
static AccountManagementResource.ResetPasswordErrors |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountManagementResource.ResetPasswordErrors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountManagementResource.ResetPasswordErrors PERMISSION_ERROR
public static final AccountManagementResource.ResetPasswordErrors PASSWORD_POLICY_VIOLATED
public static final AccountManagementResource.ResetPasswordErrors INVALID_TOKEN
public static final AccountManagementResource.ResetPasswordErrors OTHER
public static AccountManagementResource.ResetPasswordErrors[] values()
for (AccountManagementResource.ResetPasswordErrors c : AccountManagementResource.ResetPasswordErrors.values()) System.out.println(c);
public static AccountManagementResource.ResetPasswordErrors valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 Atlassian. All rights reserved.