Class RefreshWebhooksOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.RefreshWebhooksOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RefreshWebhooksOperationSpec
extends Object
RefreshWebhooksSpec
Specification for the RefreshWebhooks operation.
Extend webhook life
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RefreshWebhooksOperationSpec
(ContainerForWebhookIDs containerForWebhookIDs) Constructs a validated instance ofRefreshWebhooksOperationSpec
.Constructs a validated instance ofRefreshWebhooksOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
@NotNull ContainerForWebhookIDs
containerForWebhookIDs
(@NotNull ContainerForWebhookIDs containerForWebhookIDs) boolean
int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
RefreshWebhooksOperationSpec
Constructs a validated instance ofRefreshWebhooksOperationSpec
.- Parameters:
spec
- the specification to process
-
RefreshWebhooksOperationSpec
Constructs a validated instance ofRefreshWebhooksOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
containerForWebhookIDs
-
-
RefreshWebhooksOperationSpec
protected RefreshWebhooksOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
containerForWebhookIDs
-
containerForWebhookIDs
public RefreshWebhooksOperationSpec containerForWebhookIDs(@NotNull @NotNull ContainerForWebhookIDs containerForWebhookIDs) - Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-