public static enum UserSearchQueryParameters.UserCategory extends Enum<UserSearchQueryParameters.UserCategory>
Enum Constant and Description |
---|
DEACTIVATED |
EXTERNALLY_DELETED |
LICENSED |
UNLICENSED |
Modifier and Type | Method and Description |
---|---|
static UserSearchQueryParameters.UserCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSearchQueryParameters.UserCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserSearchQueryParameters.UserCategory EXTERNALLY_DELETED
public static final UserSearchQueryParameters.UserCategory DEACTIVATED
public static final UserSearchQueryParameters.UserCategory UNLICENSED
public static final UserSearchQueryParameters.UserCategory LICENSED
public static UserSearchQueryParameters.UserCategory[] values()
for (UserSearchQueryParameters.UserCategory c : UserSearchQueryParameters.UserCategory.values()) System.out.println(c);
public static UserSearchQueryParameters.UserCategory 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 © 2003–2017 Atlassian. All rights reserved.