public final class WebhookStatus extends 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() |
equals, fromString, hashCode, toString, values, withNameValue
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 © 2019. All rights reserved.