public static enum RequestResponseHandler.Entity extends Enum<RequestResponseHandler.Entity>
| Enum Constant and Description |
|---|
DATASET |
DATASOURCE |
NONE |
ORGANIZATION |
OTHER |
PROJECT |
PUBLICATION |
RESULT |
SOFTWARE |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFieldQueries() |
String |
getPlural() |
String |
getQueryPrefix() |
String |
getSimpleQuery() |
String |
toString() |
static RequestResponseHandler.Entity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestResponseHandler.Entity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestResponseHandler.Entity RESULT
public static final RequestResponseHandler.Entity PUBLICATION
public static final RequestResponseHandler.Entity DATASET
public static final RequestResponseHandler.Entity PROJECT
public static final RequestResponseHandler.Entity DATASOURCE
public static final RequestResponseHandler.Entity ORGANIZATION
public static final RequestResponseHandler.Entity SOFTWARE
public static final RequestResponseHandler.Entity OTHER
public static final RequestResponseHandler.Entity NONE
public static RequestResponseHandler.Entity[] values()
for (RequestResponseHandler.Entity c : RequestResponseHandler.Entity.values()) System.out.println(c);
public static RequestResponseHandler.Entity 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 nullpublic String toString()
toString in class Enum<RequestResponseHandler.Entity>public String getQueryPrefix()
public String getPlural()
public String getSimpleQuery()
Copyright © 2020. All rights reserved.