public static enum UserSearchInput.InputType extends Enum<UserSearchInput.InputType>
| Enum Constant and Description |
|---|
CURRENT_USER |
EMPTY |
GROUP |
USER |
| Modifier and Type | Method and Description |
|---|---|
static UserSearchInput.InputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSearchInput.InputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserSearchInput.InputType CURRENT_USER
public static final UserSearchInput.InputType EMPTY
public static final UserSearchInput.InputType GROUP
public static final UserSearchInput.InputType USER
public static UserSearchInput.InputType[] values()
for (UserSearchInput.InputType c : UserSearchInput.InputType.values()) System.out.println(c);
public static UserSearchInput.InputType 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-2019 Atlassian. All Rights Reserved.