| Modifier and Type | Field | Description |
|---|---|---|
static WebhookStatus |
WebhookStatus.DISABLED |
Static value disabled for WebhookStatus.
|
static WebhookStatus |
WebhookStatus.ENABLED |
Static value enabled for WebhookStatus.
|
| Modifier and Type | Method | Description |
|---|---|---|
static WebhookStatus |
WebhookStatus.fromString(String name) |
Creates or finds a WebhookStatus from its string representation.
|
WebhookStatus |
Webhook.status() |
|
WebhookStatus |
WebhookCreateParameters.status() |
Get the status of the webhook at the time the operation was called.
|
WebhookStatus |
WebhookUpdateParameters.status() |
Get the status of the webhook at the time the operation was called.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<WebhookStatus> |
WebhookStatus.values() |
| Modifier and Type | Method | Description |
|---|---|---|
Webhook.DefinitionStages.WithCreate |
Webhook.DefinitionStages.WithStatus.withStatus(WebhookStatus status) |
Specifies status.
|
Webhook.Update |
Webhook.UpdateStages.WithStatus.withStatus(WebhookStatus status) |
Specifies status.
|
WebhookCreateParameters |
WebhookCreateParameters.withStatus(WebhookStatus status) |
Set the status of the webhook at the time the operation was called.
|
WebhookUpdateParameters |
WebhookUpdateParameters.withStatus(WebhookStatus status) |
Set the status of the webhook at the time the operation was called.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/