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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The URL that specifies where to send the webhooks.protected List<WebhookDetails>
A list of webhooks. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WebhookRegistrationDetails
(String url, List<WebhookDetails> webhooks) Constructs a validated instance ofWebhookRegistrationDetails
.Constructs a validated instance ofWebhookRegistrationDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
toString()
url()
The URL that specifies where to send the webhooks.The URL that specifies where to send the webhooks.webhooks()
A list of webhooks.webhooks
(List<WebhookDetails> webhooks) A list of webhooks.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
WebhookRegistrationDetails
Constructs a validated instance ofWebhookRegistrationDetails
.- Parameter:
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.- 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
-
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.- Gibt zurück:
this
.
-
webhooks
A list of webhooks.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-