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