WebhookKeyEnabled Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appcomplianceautomation. models. WebhookKeyEnabled
- com.
- com.
public final class WebhookKeyEnabled
extends ExpandableStringEnum<WebhookKeyEnabled>
whether webhookKey is enabled.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Webhook |
FALSE
The webhook |
|
static final
Webhook |
TRUE
The webhook |
Constructor Summary
| Constructor | Description |
|---|---|
| WebhookKeyEnabled() |
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
FALSE
public static final WebhookKeyEnabled FALSE
The webhookKey is not enabled.
TRUE
public static final WebhookKeyEnabled TRUE
The webhookKey is enabled.
Constructor Details
WebhookKeyEnabled
@Deprecated
public WebhookKeyEnabled()
Deprecated
Creates a new instance of WebhookKeyEnabled value.
Method Details
fromString
public static WebhookKeyEnabled fromString(String name)
Creates or finds a WebhookKeyEnabled from its string representation.
Parameters:
Returns:
values
public static Collection<WebhookKeyEnabled> values()
Gets known WebhookKeyEnabled values.
Returns: