public static enum WebHook.EntityAction extends Enum<WebHook.EntityAction>
| Modifier and Type | Method and Description |
|---|---|
static WebHook.EntityAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebHook.EntityAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebHook.EntityAction CREATE
public static final WebHook.EntityAction UPDATE
public static final WebHook.EntityAction DELETE
public static WebHook.EntityAction[] values()
for (WebHook.EntityAction c : WebHook.EntityAction.values()) System.out.println(c);
public static WebHook.EntityAction 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 © 2023. All rights reserved.