@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum WebhookFilterType extends Enum<WebhookFilterType>
| Enum Constant and Description |
|---|
ACTOR_ACCOUNT_ID |
BASE_REF |
COMMIT_MESSAGE |
EVENT |
FILE_PATH |
HEAD_REF |
| Modifier and Type | Method and Description |
|---|---|
static WebhookFilterType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static WebhookFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebhookFilterType EVENT
public static final WebhookFilterType BASE_REF
public static final WebhookFilterType HEAD_REF
public static final WebhookFilterType ACTOR_ACCOUNT_ID
public static final WebhookFilterType FILE_PATH
public static final WebhookFilterType COMMIT_MESSAGE
public static WebhookFilterType[] values()
for (WebhookFilterType c : WebhookFilterType.values()) System.out.println(c);
public static WebhookFilterType 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<WebhookFilterType>public static WebhookFilterType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2020. All rights reserved.