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