Class WebhookAction


  • public final class WebhookAction
    extends com.azure.core.util.ExpandableStringEnum<WebhookAction>
    Defines values for WebhookAction.
    • 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.
    • Constructor Detail

      • WebhookAction

        public 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.