public static enum CSAppConstants.callController extends Enum<CSAppConstants.callController>
| Enum Constant and Description |
|---|
ASSET
Asset call controller.
|
ASSETLIBRARY
Assetlibrary call controller.
|
CONTENTTYPES
Contenttypes call controller.
|
ENTRY
Entry call controller.
|
QUERY
Query call controller.
|
SYNC
Sync call controller.
|
| Modifier and Type | Method and Description |
|---|---|
static CSAppConstants.callController |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSAppConstants.callController[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSAppConstants.callController QUERY
public static final CSAppConstants.callController ENTRY
public static final CSAppConstants.callController ASSET
public static final CSAppConstants.callController SYNC
public static final CSAppConstants.callController CONTENTTYPES
public static final CSAppConstants.callController ASSETLIBRARY
public static CSAppConstants.callController[] values()
for (CSAppConstants.callController c : CSAppConstants.callController.values()) System.out.println(c);
public static CSAppConstants.callController 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.