@Generated(value="software.amazon.awssdk:codegen") public enum WebhookFilterType extends Enum<WebhookFilterType>
| Enum Constant and Description |
|---|
ACTOR_ACCOUNT_ID |
BASE_REF |
COMMIT_MESSAGE |
EVENT |
FILE_PATH |
HEAD_REF |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static WebhookFilterType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<WebhookFilterType> |
knownValues()
|
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 final WebhookFilterType UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<WebhookFilterType> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known WebhookFilterTypesCopyright © 2023. All rights reserved.