Klasse RegisterDynamicWebhooksOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.RegisterDynamicWebhooksOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RegisterDynamicWebhooksOperationSpec
extends Object
RegisterDynamicWebhooksSpec
Specification for the RegisterDynamicWebhooks operation.
Register dynamic webhooks
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RegisterDynamicWebhooksOperationSpec
(WebhookRegistrationDetails webhookRegistrationDetails) Constructs a validated instance ofRegisterDynamicWebhooksOperationSpec
.Constructs a validated instance ofRegisterDynamicWebhooksOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@NotNull WebhookRegistrationDetails
webhookRegistrationDetails
(@NotNull WebhookRegistrationDetails webhookRegistrationDetails)
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
RegisterDynamicWebhooksOperationSpec
@Internal public RegisterDynamicWebhooksOperationSpec(Consumer<RegisterDynamicWebhooksOperationSpec> spec) Constructs a validated instance ofRegisterDynamicWebhooksOperationSpec
.- Parameter:
spec
- the specification to process
-
RegisterDynamicWebhooksOperationSpec
@Internal public RegisterDynamicWebhooksOperationSpec(WebhookRegistrationDetails webhookRegistrationDetails) Constructs a validated instance ofRegisterDynamicWebhooksOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
webhookRegistrationDetails
-
-
RegisterDynamicWebhooksOperationSpec
protected RegisterDynamicWebhooksOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static RegisterDynamicWebhooksOperationSpec.RegisterDynamicWebhooksOperationSpecBuilder builder() -
webhookRegistrationDetails
-
webhookRegistrationDetails
public RegisterDynamicWebhooksOperationSpec webhookRegistrationDetails(@NotNull @NotNull WebhookRegistrationDetails webhookRegistrationDetails) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-