public final class WebhookStatus extends com.microsoft.rest.ExpandableStringEnum<WebhookStatus>
| Modifier and Type | Field and Description |
|---|---|
static WebhookStatus |
DISABLED
Static value disabled for WebhookStatus.
|
static WebhookStatus |
ENABLED
Static value enabled for WebhookStatus.
|
| Constructor and Description |
|---|
WebhookStatus() |
| Modifier and Type | Method and Description |
|---|---|
static WebhookStatus |
fromString(String name)
Creates or finds a WebhookStatus from its string representation.
|
static Collection<WebhookStatus> |
values() |
public static final WebhookStatus ENABLED
public static final WebhookStatus DISABLED
public static WebhookStatus fromString(String name)
name - a name to look forpublic static Collection<WebhookStatus> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/