public static enum SearchFilterDefinition.FolderResult extends Enum<SearchFilterDefinition.FolderResult>
| Enum Constant and Description |
|---|
DO_NOT_TRAVERSE
Constant representing answer "do not traverse the folder".
|
TRAVERSE
Constant representing answer "traverse the folder".
|
TRAVERSE_ALL_SUBFOLDERS
Constant representing answer "traverse the folder and all its
direct and indirect children (both files and subfolders)".
|
| Modifier and Type | Method and Description |
|---|---|
static SearchFilterDefinition.FolderResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchFilterDefinition.FolderResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchFilterDefinition.FolderResult DO_NOT_TRAVERSE
public static final SearchFilterDefinition.FolderResult TRAVERSE
public static final SearchFilterDefinition.FolderResult TRAVERSE_ALL_SUBFOLDERS
public static SearchFilterDefinition.FolderResult[] values()
public static SearchFilterDefinition.FolderResult 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 null