WebhookStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerregistry. models. WebhookStatus
- com.
- com.
public final class WebhookStatus
extends ExpandableStringEnum<WebhookStatus>
The status of the webhook at the time the operation was called.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Webhook |
DISABLED
Static value disabled for Webhook |
static final
Webhook |
ENABLED
Static value enabled for Webhook |
Constructor Summary
Constructor | Description |
---|---|
WebhookStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Webhook |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Webhook |
fromString(String name)
Creates or finds a Webhook |
static
Collection<Webhook |
values()
Gets known Webhook |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final WebhookStatus DISABLED
Static value disabled for WebhookStatus.
ENABLED
public static final WebhookStatus ENABLED
Static value enabled for WebhookStatus.
Constructor Details
WebhookStatus
@Deprecated
public WebhookStatus()
Deprecated
Creates a new instance of WebhookStatus value.
Method Details
fromString
public static WebhookStatus fromString(String name)
Creates or finds a WebhookStatus from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known WebhookStatus values.
Returns:
Applies to
Azure SDK for Java