Klasse WebhookRegistrationDetails

java.lang.Object
io.github.primelib.jira4j.restv3.model.WebhookRegistrationDetails

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class WebhookRegistrationDetails extends Object
WebhookRegistrationDetails
  • Felddetails

    • url

      protected String url
      The URL that specifies where to send the webhooks. This URL must use the same base URL as the Connect app. Only a single URL per app is allowed to be registered.
    • webhooks

      protected List<WebhookDetails> webhooks
      A list of webhooks.
  • Konstruktordetails

    • WebhookRegistrationDetails

      public WebhookRegistrationDetails(Consumer<WebhookRegistrationDetails> spec)
      Constructs a validated instance of WebhookRegistrationDetails.
      Parameter:
      spec - the specification to process
    • WebhookRegistrationDetails

      @Internal public WebhookRegistrationDetails(String url, List<WebhookDetails> webhooks)
      Constructs a validated instance of WebhookRegistrationDetails.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using WebhookRegistrationDetails(Consumer) instead.

      Parameter:
      url - The URL that specifies where to send the webhooks. This URL must use the same base URL as the Connect app. Only a single URL per app is allowed to be registered.
      webhooks - A list of webhooks.
    • WebhookRegistrationDetails

      protected WebhookRegistrationDetails()
  • Methodendetails