Enum Constant and Description |
---|
ApiKey |
Array |
Asset |
ContentType |
EditorInterface |
Entry |
Environment |
Link |
Locale |
Organization |
PersonalAccessToken |
PreviewApiKey |
Role |
Snapshot |
Space |
SpaceMembership |
UiExtension |
Upload |
User |
Webhook |
WebhookCallOverview |
WebhookDefinition |
Modifier and Type | Method and Description |
---|---|
static CMAType |
valueOf(java.lang.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 ApiKey
public static final CMAType Array
public static final CMAType Asset
public static final CMAType ContentType
public static final CMAType EditorInterface
public static final CMAType Entry
public static final CMAType Environment
public static final CMAType Link
public static final CMAType Locale
public static final CMAType Organization
public static final CMAType PersonalAccessToken
public static final CMAType PreviewApiKey
public static final CMAType Role
public static final CMAType Snapshot
public static final CMAType Space
public static final CMAType SpaceMembership
public static final CMAType Upload
public static final CMAType User
@SerializedName(value="Extension") public static final CMAType UiExtension
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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2019 Contentful, GmbH.. All Rights Reserved.