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