public static enum APIResultHandler.APIListImpl extends Enum<APIResultHandler.APIListImpl>
| Enum Constant and Description |
|---|
API_DELETE_HANDLER |
API_UNPUBLISH_HANDLER |
CONSOLE_EXPORTER |
JSON_EXPORTER |
| Modifier and Type | Method and Description |
|---|---|
Class<APIResultHandler> |
getClazz() |
static APIResultHandler.APIListImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIResultHandler.APIListImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIResultHandler.APIListImpl JSON_EXPORTER
public static final APIResultHandler.APIListImpl CONSOLE_EXPORTER
public static final APIResultHandler.APIListImpl API_DELETE_HANDLER
public static final APIResultHandler.APIListImpl API_UNPUBLISH_HANDLER
public static APIResultHandler.APIListImpl[] values()
for (APIResultHandler.APIListImpl c : APIResultHandler.APIListImpl.values()) System.out.println(c);
public static APIResultHandler.APIListImpl 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 Class<APIResultHandler> getClazz()
Copyright © 2020. All rights reserved.