Class CreateWorkflowsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.CreateWorkflowsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWorkflowsOperationSpec
extends Object
CreateWorkflowsSpec
Specification for the CreateWorkflows operation.
Bulk create workflows
-
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
CreateWorkflowsOperationSpec
(WorkflowCreateRequest workflowCreateRequest) Constructs a validated instance ofCreateWorkflowsOperationSpec
.Constructs a validated instance ofCreateWorkflowsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@NotNull WorkflowCreateRequest
workflowCreateRequest
(@NotNull WorkflowCreateRequest workflowCreateRequest)
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
CreateWorkflowsOperationSpec
Constructs a validated instance ofCreateWorkflowsOperationSpec
.- Parameters:
spec
- the specification to process
-
CreateWorkflowsOperationSpec
Constructs a validated instance ofCreateWorkflowsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
workflowCreateRequest
-
-
CreateWorkflowsOperationSpec
protected CreateWorkflowsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
workflowCreateRequest
-
workflowCreateRequest
public CreateWorkflowsOperationSpec workflowCreateRequest(@NotNull @NotNull WorkflowCreateRequest workflowCreateRequest) - Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-