public final class WebhookAction extends ExpandableStringEnum<WebhookAction>
Modifier and Type | Field and 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 and Description |
---|
WebhookAction() |
Modifier and Type | Method and Description |
---|---|
static WebhookAction |
fromString(String name)
Creates or finds a WebhookAction from its string representation.
|
static Collection<WebhookAction> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
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 © 2019. All rights reserved.