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