Interface Webhook.UpdateStages.WithIsEnabled

All Known Subinterfaces:
Webhook.Update
Enclosing interface:
Webhook.UpdateStages

public static interface Webhook.UpdateStages.WithIsEnabled
The stage of the Webhook update allowing to specify isEnabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the isEnabled property: Gets or sets the value of the enabled flag of webhook..
  • Method Details

    • withIsEnabled

      Webhook.Update 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.