Klasse RegisteredWebhook
java.lang.Object
io.github.primelib.jira4j.restv2.model.RegisteredWebhook
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RegisteredWebhook
extends Object
RegisteredWebhook
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Long
The ID of the webhook.Error messages specifying why the webhook creation failed. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RegisteredWebhook
(Long createdWebhookId, List<String> errors) Constructs a validated instance ofRegisteredWebhook
.Constructs a validated instance ofRegisteredWebhook
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The ID of the webhook.createdWebhookId
(Long createdWebhookId) The ID of the webhook.boolean
errors()
Error messages specifying why the webhook creation failed.Error messages specifying why the webhook creation failed.int
hashCode()
toString()
-
Felddetails
-
createdWebhookId
The ID of the webhook. Returned if the webhook is created. -
errors
Error messages specifying why the webhook creation failed.
-
-
Konstruktordetails
-
RegisteredWebhook
Constructs a validated instance ofRegisteredWebhook
.- Parameter:
spec
- the specification to process
-
RegisteredWebhook
Constructs a validated instance ofRegisteredWebhook
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RegisteredWebhook(Consumer)
instead.- Parameter:
createdWebhookId
- The ID of the webhook. Returned if the webhook is created.errors
- Error messages specifying why the webhook creation failed.
-
RegisteredWebhook
protected RegisteredWebhook()
-
-
Methodendetails
-
builder
-
createdWebhookId
The ID of the webhook. Returned if the webhook is created. -
errors
Error messages specifying why the webhook creation failed. -
createdWebhookId
The ID of the webhook. Returned if the webhook is created.- Gibt zurück:
this
.
-
errors
Error messages specifying why the webhook creation failed.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-