public static enum ResourceSearchQuery.SEARCH_PROPERTY extends java.lang.Enum<ResourceSearchQuery.SEARCH_PROPERTY>
| Enum Constant and Description |
|---|
ALL
Search for all objects
|
DESCRIPTION
Search by description.
|
DISPLAY_NAME
Search By Display Name.
|
HIERARCHICAL_PARENT_NAME
Hierarchical parent resource name
|
NAME
Search by resource name.
|
RESOURCE_TYPE
Search By Resource type name.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceSearchQuery.SEARCH_PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceSearchQuery.SEARCH_PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ResourceSearchQuery.SEARCH_PROPERTY NAME
public static final ResourceSearchQuery.SEARCH_PROPERTY DISPLAY_NAME
public static final ResourceSearchQuery.SEARCH_PROPERTY DESCRIPTION
public static final ResourceSearchQuery.SEARCH_PROPERTY RESOURCE_TYPE
public static final ResourceSearchQuery.SEARCH_PROPERTY HIERARCHICAL_PARENT_NAME
public static final ResourceSearchQuery.SEARCH_PROPERTY ALL
public static ResourceSearchQuery.SEARCH_PROPERTY[] values()
for (ResourceSearchQuery.SEARCH_PROPERTY c : ResourceSearchQuery.SEARCH_PROPERTY.values())
System.out.println(c);
public static ResourceSearchQuery.SEARCH_PROPERTY valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null