Class WebhookRegistrationDetails.WebhookRegistrationDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WebhookRegistrationDetails.WebhookRegistrationDetailsBuilder
- Enclosing class:
- WebhookRegistrationDetails
-
Method Summary
Modifier and TypeMethodDescriptionbuild()toString()The URL that specifies where to send the webhooks.webhooks(List<WebhookDetails> webhooks) A list of webhooks.
-
Method Details
-
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.- Returns:
this.
-
webhooks
public WebhookRegistrationDetails.WebhookRegistrationDetailsBuilder webhooks(List<WebhookDetails> webhooks) A list of webhooks.- Returns:
this.
-
build
-
toString
-