| Modifier and Type | Field and Description |
|---|---|
static WebhookStatus |
WebhookStatus.DISABLED
Static value disabled for WebhookStatus.
|
static WebhookStatus |
WebhookStatus.ENABLED
Static value enabled for WebhookStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static WebhookStatus |
WebhookStatus.fromString(String name)
Creates or finds a WebhookStatus from its string representation.
|
WebhookStatus |
WebhookUpdateParameters.status()
Get the status of the webhook at the time the operation was called.
|
WebhookStatus |
WebhookCreateParameters.status()
Get the status of the webhook at the time the operation was called.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<WebhookStatus> |
WebhookStatus.values() |
| Modifier and Type | Method and Description |
|---|---|
WebhookUpdateParameters |
WebhookUpdateParameters.withStatus(WebhookStatus status)
Set the status of the webhook at the time the operation was called.
|
WebhookCreateParameters |
WebhookCreateParameters.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.
*/