Class GetAllWorkflowsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetAllWorkflowsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAllWorkflowsOperationSpec
extends Object
GetAllWorkflowsSpec
Specification for the GetAllWorkflows operation.
Get all 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
ConstructorsModifierConstructorDescriptionprotectedGetAllWorkflowsOperationSpec(String workflowName) Constructs a validated instance ofGetAllWorkflowsOperationSpec.Constructs a validated instance ofGetAllWorkflowsOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing@Nullable StringThe name of the workflow to be returned.workflowName(@Nullable String workflowName) The name of the workflow to be returned.
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetAllWorkflowsOperationSpec
Constructs a validated instance ofGetAllWorkflowsOperationSpec.- Parameters:
spec- the specification to process
-
GetAllWorkflowsOperationSpec
Constructs a validated instance ofGetAllWorkflowsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
workflowName- The name of the workflow to be returned. Only one workflow can be specified.
-
GetAllWorkflowsOperationSpec
protected GetAllWorkflowsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
workflowName
The name of the workflow to be returned. Only one workflow can be specified. -
workflowName
The name of the workflow to be returned. Only one workflow can be specified.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-