public static enum ForgottenLoginDetails.LoginField extends Enum<ForgottenLoginDetails.LoginField>
Modifier and Type | Method and Description |
---|---|
static ForgottenLoginDetails.LoginField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForgottenLoginDetails.LoginField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForgottenLoginDetails.LoginField UNKNOWN
public static final ForgottenLoginDetails.LoginField PASSWORD
public static final ForgottenLoginDetails.LoginField USERNAME
public static ForgottenLoginDetails.LoginField[] values()
for (ForgottenLoginDetails.LoginField c : ForgottenLoginDetails.LoginField.values()) System.out.println(c);
public static ForgottenLoginDetails.LoginField 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 © 2020 Atlassian. All rights reserved.