public enum CMAWebhookTopic extends Enum<CMAWebhookTopic>
| Modifier and Type | Method and Description |
|---|---|
static CMAWebhookTopic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMAWebhookTopic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMAWebhookTopic All
public static final CMAWebhookTopic EntryAll
public static final CMAWebhookTopic EntryCreate
public static final CMAWebhookTopic EntrySave
public static final CMAWebhookTopic EntryAutoSave
public static final CMAWebhookTopic EntryArchive
public static final CMAWebhookTopic EntryUnarchive
public static final CMAWebhookTopic EntryPublish
public static final CMAWebhookTopic EntryUnpublish
public static final CMAWebhookTopic EntryDelete
public static final CMAWebhookTopic ContentTypeAll
public static final CMAWebhookTopic ContentTypeCreate
public static final CMAWebhookTopic ContentTypeSave
public static final CMAWebhookTopic ContentTypePublish
public static final CMAWebhookTopic ContentTypeUnpublish
public static final CMAWebhookTopic ContentTypeDelete
public static final CMAWebhookTopic AssetAll
public static final CMAWebhookTopic AssetCreate
public static final CMAWebhookTopic AssetSave
public static final CMAWebhookTopic AssetAutoSave
public static final CMAWebhookTopic AssetArchive
public static final CMAWebhookTopic AssetUnarchive
public static final CMAWebhookTopic AssetPublish
public static final CMAWebhookTopic AssetUnpublish
public static final CMAWebhookTopic AssetDelete
public static CMAWebhookTopic[] values()
for (CMAWebhookTopic c : CMAWebhookTopic.values()) System.out.println(c);
public static CMAWebhookTopic 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.