public static enum Projects.ListRequest.FilterType extends Enum<Projects.ListRequest.FilterType>
| Enum Constant and Description |
|---|
ALL |
CODE |
PARENT_CANDIDATES |
PERMISSIONS |
| Modifier and Type | Method and Description |
|---|---|
static Projects.ListRequest.FilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Projects.ListRequest.FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Projects.ListRequest.FilterType CODE
public static final Projects.ListRequest.FilterType PARENT_CANDIDATES
public static final Projects.ListRequest.FilterType PERMISSIONS
public static final Projects.ListRequest.FilterType ALL
public static Projects.ListRequest.FilterType[] values()
for (Projects.ListRequest.FilterType c : Projects.ListRequest.FilterType.values()) System.out.println(c);
public static Projects.ListRequest.FilterType 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 © 2018. All rights reserved.