Klasse WebhookRegistrationDetails.WebhookRegistrationDetailsBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.WebhookRegistrationDetails.WebhookRegistrationDetailsBuilder
- Umschließende Klasse:
WebhookRegistrationDetails
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
toString()
The URL that specifies where to send the webhooks.webhooks
(List<WebhookDetails> webhooks) A list of webhooks.
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
webhooks
public WebhookRegistrationDetails.WebhookRegistrationDetailsBuilder webhooks(List<WebhookDetails> webhooks) A list of webhooks.- Gibt zurück:
this
.
-
build
-
toString
-