public static enum ACRWebHookPayload.Action extends Enum<ACRWebHookPayload.Action>
Enum Constant and Description |
---|
PUSH |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static ACRWebHookPayload.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ACRWebHookPayload.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ACRWebHookPayload.Action PUSH
public static ACRWebHookPayload.Action[] values()
for (ACRWebHookPayload.Action c : ACRWebHookPayload.Action.values()) System.out.println(c);
public static ACRWebHookPayload.Action 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 getName()
Copyright © 2016–2022. All rights reserved.