public enum CMAType extends Enum<CMAType>
| Enum Constant and Description |
|---|
Array |
Asset |
ContentType |
Entry |
Link |
Locale |
Space |
Upload |
User |
Webhook |
WebhookCallOverview |
WebhookDefinition |
| Modifier and Type | Method and Description |
|---|---|
static CMAType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMAType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMAType Array
public static final CMAType Asset
public static final CMAType ContentType
public static final CMAType Entry
public static final CMAType Link
public static final CMAType Locale
public static final CMAType Space
public static final CMAType Upload
public static final CMAType User
public static final CMAType Webhook
public static final CMAType WebhookCallOverview
public static final CMAType WebhookDefinition
public static CMAType[] values()
for (CMAType c : CMAType.values()) System.out.println(c);
public static CMAType 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 © 2017 Contentful, GmbH.. All Rights Reserved.