static Webhooks.WebhookStatus |
Webhooks.WebhookStatus.forNumber(int value) |
|
Webhooks.WebhookStatus |
Webhooks.CreateWebhook.Builder.getStatus() |
Initial status (defaults to ACTIVE if not specified)
|
Webhooks.WebhookStatus |
Webhooks.CreateWebhook.getStatus() |
Initial status (defaults to ACTIVE if not specified)
|
Webhooks.WebhookStatus |
Webhooks.CreateWebhookOrBuilder.getStatus() |
Initial status (defaults to ACTIVE if not specified)
|
Webhooks.WebhookStatus |
Webhooks.UpdateWebhook.Builder.getStatus() |
New status for the webhook
|
Webhooks.WebhookStatus |
Webhooks.UpdateWebhook.getStatus() |
New status for the webhook
|
Webhooks.WebhookStatus |
Webhooks.UpdateWebhookOrBuilder.getStatus() |
New status for the webhook
|
Webhooks.WebhookStatus |
Webhooks.Webhook.Builder.getStatus() |
Current status of the webhook
|
Webhooks.WebhookStatus |
Webhooks.Webhook.getStatus() |
Current status of the webhook
|
Webhooks.WebhookStatus |
Webhooks.WebhookOrBuilder.getStatus() |
Current status of the webhook
|
static Webhooks.WebhookStatus |
Webhooks.WebhookStatus.valueOf(int value) |
Deprecated.
|
static Webhooks.WebhookStatus |
Webhooks.WebhookStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Webhooks.WebhookStatus |
Webhooks.WebhookStatus.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Webhooks.WebhookStatus[] |
Webhooks.WebhookStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|