Class WebhookAction
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<WebhookAction>
-
- com.azure.resourcemanager.containerregistry.models.WebhookAction
-
public final class WebhookAction extends com.azure.core.util.ExpandableStringEnum<WebhookAction>
Defines values for WebhookAction.
-
-
Field Summary
Fields Modifier and Type Field Description static WebhookActionCHART_DELETEStatic value chart_delete for WebhookAction.static WebhookActionCHART_PUSHStatic value chart_push for WebhookAction.static WebhookActionDELETEStatic value delete for WebhookAction.static WebhookActionPUSHStatic value push for WebhookAction.static WebhookActionQUARANTINEStatic value quarantine for WebhookAction.
-
Constructor Summary
Constructors Constructor Description WebhookAction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WebhookActionfromString(String name)Creates or finds a WebhookAction from its string representation.static Collection<WebhookAction>values()
-
-
-
Field Detail
-
PUSH
public static final WebhookAction PUSH
Static value push for WebhookAction.
-
DELETE
public static final WebhookAction DELETE
Static value delete for WebhookAction.
-
QUARANTINE
public static final WebhookAction QUARANTINE
Static value quarantine for WebhookAction.
-
CHART_PUSH
public static final WebhookAction CHART_PUSH
Static value chart_push for WebhookAction.
-
CHART_DELETE
public static final WebhookAction CHART_DELETE
Static value chart_delete for WebhookAction.
-
-
Method Detail
-
fromString
public static WebhookAction fromString(String name)
Creates or finds a WebhookAction from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding WebhookAction.
-
values
public static Collection<WebhookAction> values()
- Returns:
- known WebhookAction values.
-
-