public static enum Constants.REQUEST_CONTROLLER extends Enum<Constants.REQUEST_CONTROLLER>
| Enum Constant and Description |
|---|
ASSET |
ASSETLIBRARY |
CONTENTTYPES |
ENTRY |
QUERY |
SYNC |
| Modifier and Type | Method and Description |
|---|---|
static Constants.REQUEST_CONTROLLER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.REQUEST_CONTROLLER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.REQUEST_CONTROLLER QUERY
public static final Constants.REQUEST_CONTROLLER ENTRY
public static final Constants.REQUEST_CONTROLLER ASSET
public static final Constants.REQUEST_CONTROLLER SYNC
public static final Constants.REQUEST_CONTROLLER CONTENTTYPES
public static final Constants.REQUEST_CONTROLLER ASSETLIBRARY
public static Constants.REQUEST_CONTROLLER[] values()
for (Constants.REQUEST_CONTROLLER c : Constants.REQUEST_CONTROLLER.values()) System.out.println(c);
public static Constants.REQUEST_CONTROLLER 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 nullCopyright © 2021 Contentstack.. All rights reserved.