Interface Webhook.DefinitionStages.WithIsEnabled

All Known Subinterfaces:
Webhook.Definition, Webhook.DefinitionStages.WithCreate
Enclosing interface:
Webhook.DefinitionStages

public static interface Webhook.DefinitionStages.WithIsEnabled
The stage of the Webhook definition allowing to specify isEnabled.
  • Method Details

    • withIsEnabled

      Webhook.DefinitionStages.WithCreate withIsEnabled(Boolean isEnabled)
      Specifies the isEnabled property: Gets or sets the value of the enabled flag of webhook..
      Parameters:
      isEnabled - Gets or sets the value of the enabled flag of webhook.
      Returns:
      the next definition stage.