Class WebhookStatus
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<WebhookStatus>
com.microsoft.azure.management.containerregistry.WebhookStatus
Defines values for WebhookStatus.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final WebhookStatus
Static value disabled for WebhookStatus.static final WebhookStatus
Static value enabled for WebhookStatus. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebhookStatus
fromString
(String name) Creates or finds a WebhookStatus from its string representation.static Collection<WebhookStatus>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
ENABLED
Static value enabled for WebhookStatus. -
DISABLED
Static value disabled for WebhookStatus.
-
-
Constructor Details
-
WebhookStatus
public WebhookStatus()
-
-
Method Details
-
fromString
Creates or finds a WebhookStatus from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding WebhookStatus
-
values
- Returns:
- known WebhookStatus values
-