public static enum Event.Webhook.WebhookStatus extends Enum<Event.Webhook.WebhookStatus>
Enum Constant and Description |
---|
_UNKNOWN |
FAILED |
NOT_APPLICABLE |
NOT_CONFIGURED |
RE_SCHEDULED |
SCHEDULED |
SKIPPED |
SUCCEEDED |
Modifier and Type | Method and Description |
---|---|
static Event.Webhook.WebhookStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Webhook.WebhookStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Event.Webhook.WebhookStatus NOT_CONFIGURED
public static final Event.Webhook.WebhookStatus SCHEDULED
public static final Event.Webhook.WebhookStatus SUCCEEDED
public static final Event.Webhook.WebhookStatus RE_SCHEDULED
public static final Event.Webhook.WebhookStatus FAILED
public static final Event.Webhook.WebhookStatus SKIPPED
public static final Event.Webhook.WebhookStatus NOT_APPLICABLE
public static final Event.Webhook.WebhookStatus _UNKNOWN
public static Event.Webhook.WebhookStatus[] values()
for (Event.Webhook.WebhookStatus c : Event.Webhook.WebhookStatus.values()) System.out.println(c);
public static Event.Webhook.WebhookStatus 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 © 2020 ChargeBee. All Rights Reserved.