public enum SearchForContentQueryParamsTrashContentField extends Enum<SearchForContentQueryParamsTrashContentField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchForContentQueryParamsTrashContentField.SearchForContentQueryParamsTrashContentFieldDeserializer |
static class |
SearchForContentQueryParamsTrashContentField.SearchForContentQueryParamsTrashContentFieldSerializer |
| Enum Constant and Description |
|---|
ALL_ITEMS |
NON_TRASHED_ONLY |
TRASHED_ONLY |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static SearchForContentQueryParamsTrashContentField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchForContentQueryParamsTrashContentField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchForContentQueryParamsTrashContentField NON_TRASHED_ONLY
public static final SearchForContentQueryParamsTrashContentField TRASHED_ONLY
public static final SearchForContentQueryParamsTrashContentField ALL_ITEMS
public static SearchForContentQueryParamsTrashContentField[] values()
for (SearchForContentQueryParamsTrashContentField c : SearchForContentQueryParamsTrashContentField.values()) System.out.println(c);
public static SearchForContentQueryParamsTrashContentField 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