public static enum Webhook.TypeEnum extends Enum<Webhook.TypeEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Webhook.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Webhook.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Webhook.TypeEnum CREATED
public static final Webhook.TypeEnum UPDATED
public static final Webhook.TypeEnum DELETED
public static Webhook.TypeEnum[] values()
for (Webhook.TypeEnum c : Webhook.TypeEnum.values()) System.out.println(c);
public static Webhook.TypeEnum 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 nullpublic String toString()
toString in class Enum<Webhook.TypeEnum>Copyright © 2015. All rights reserved.