Class ValidateCreateWorkflowsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.ValidateCreateWorkflowsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ValidateCreateWorkflowsOperationSpec
extends Object
ValidateCreateWorkflowsSpec
Specification for the ValidateCreateWorkflows operation.
Validate create workflows
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedValidateCreateWorkflowsOperationSpec(WorkflowCreateValidateRequest workflowCreateValidateRequest) Constructs a validated instance ofValidateCreateWorkflowsOperationSpec.Constructs a validated instance ofValidateCreateWorkflowsOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@NotNull WorkflowCreateValidateRequestworkflowCreateValidateRequest(@NotNull WorkflowCreateValidateRequest workflowCreateValidateRequest)
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
ValidateCreateWorkflowsOperationSpec
@Internal public ValidateCreateWorkflowsOperationSpec(Consumer<ValidateCreateWorkflowsOperationSpec> spec) Constructs a validated instance ofValidateCreateWorkflowsOperationSpec.- Parameters:
spec- the specification to process
-
ValidateCreateWorkflowsOperationSpec
@Internal public ValidateCreateWorkflowsOperationSpec(WorkflowCreateValidateRequest workflowCreateValidateRequest) Constructs a validated instance ofValidateCreateWorkflowsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
workflowCreateValidateRequest-
-
ValidateCreateWorkflowsOperationSpec
protected ValidateCreateWorkflowsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static ValidateCreateWorkflowsOperationSpec.ValidateCreateWorkflowsOperationSpecBuilder builder() -
workflowCreateValidateRequest
-
workflowCreateValidateRequest
public ValidateCreateWorkflowsOperationSpec workflowCreateValidateRequest(@NotNull @NotNull WorkflowCreateValidateRequest workflowCreateValidateRequest) - Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-