| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<WebhookStatus> |
WebhookStatus.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/