public static enum UserPropertyClient.UserIdentificationMode extends Enum<UserPropertyClient.UserIdentificationMode>
Modifier and Type | Method and Description |
---|---|
static UserPropertyClient.UserIdentificationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserPropertyClient.UserIdentificationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserPropertyClient.UserIdentificationMode userKey
public static final UserPropertyClient.UserIdentificationMode username
public static UserPropertyClient.UserIdentificationMode[] values()
for (UserPropertyClient.UserIdentificationMode c : UserPropertyClient.UserIdentificationMode.values()) System.out.println(c);
public static UserPropertyClient.UserIdentificationMode 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 © 2002-2018 Atlassian. All Rights Reserved.