public static enum Webhook.WebhookCase extends Enum<Webhook.WebhookCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
GENERIC_WEB_SERVICE |
SERVICE_DIRECTORY |
WEBHOOK_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Webhook.WebhookCase |
forNumber(int value) |
int |
getNumber() |
static Webhook.WebhookCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Webhook.WebhookCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Webhook.WebhookCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Webhook.WebhookCase GENERIC_WEB_SERVICE
public static final Webhook.WebhookCase SERVICE_DIRECTORY
public static final Webhook.WebhookCase WEBHOOK_NOT_SET
public static Webhook.WebhookCase[] values()
for (Webhook.WebhookCase c : Webhook.WebhookCase.values()) System.out.println(c);
public static Webhook.WebhookCase 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 null@Deprecated public static Webhook.WebhookCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Webhook.WebhookCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.