UpdateWebhookKey Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appcomplianceautomation. models. UpdateWebhookKey
- com.
- com.
public final class UpdateWebhookKey
extends ExpandableStringEnum<UpdateWebhookKey>
whether to update webhookKey.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Update |
FALSE
No need to update the webhook key. |
|
static final
Update |
TRUE
Need update the webhook key. |
Constructor Summary
| Constructor | Description |
|---|---|
| UpdateWebhookKey() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Update |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Update |
fromString(String name)
Creates or finds a Update |
|
static
Collection<Update |
values()
Gets known Update |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final UpdateWebhookKey FALSE
No need to update the webhook key.
TRUE
public static final UpdateWebhookKey TRUE
Need update the webhook key.
Constructor Details
UpdateWebhookKey
@Deprecated
public UpdateWebhookKey()
Deprecated
Creates a new instance of UpdateWebhookKey value.
Method Details
fromString
public static UpdateWebhookKey fromString(String name)
Creates or finds a UpdateWebhookKey from its string representation.
Parameters:
Returns:
values
public static Collection<UpdateWebhookKey> values()
Gets known UpdateWebhookKey values.
Returns: