Class WebhookRegistrationDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.WebhookRegistrationDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WebhookRegistrationDetails
extends Object
WebhookRegistrationDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The URL that specifies where to send the webhooks.protected List<WebhookDetails>
A list of webhooks. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WebhookRegistrationDetails
(String url, List<WebhookDetails> webhooks) Constructs a validated instance ofWebhookRegistrationDetails
.Constructs a validated instance ofWebhookRegistrationDetails
. -
Method Summary
-
Field 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. -
webhooks
A list of webhooks.
-
-
Constructor Details
-
WebhookRegistrationDetails
Constructs a validated instance ofWebhookRegistrationDetails
.- Parameters:
spec
- the specification to process
-
WebhookRegistrationDetails
Constructs a validated instance ofWebhookRegistrationDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WebhookRegistrationDetails(Consumer)
instead.- Parameters:
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()
-
-
Method Details
-
builder
-
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. -
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
A list of webhooks.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-