Interface Webhook.UpdateStages.WithParameters

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

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

    Modifier and Type
    Method
    Description
    Specifies the parameters property: Gets or sets the parameters of the job..
  • Method Details

    • withParameters

      Webhook.Update withParameters(Map<String,String> parameters)
      Specifies the parameters property: Gets or sets the parameters of the job..
      Parameters:
      parameters - Gets or sets the parameters of the job.
      Returns:
      the next definition stage.