Class ReadWorkflowsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.ReadWorkflowsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ReadWorkflowsOperationSpec
extends Object
ReadWorkflowsSpec
Specification for the ReadWorkflows operation.
Bulk get 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
ReadWorkflowsOperationSpec
(WorkflowReadRequest workflowReadRequest, String expand) Constructs a validated instance ofReadWorkflowsOperationSpec
.Constructs a validated instance ofReadWorkflowsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing@NotNull WorkflowReadRequest
workflowReadRequest
(@NotNull WorkflowReadRequest workflowReadRequest)
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
ReadWorkflowsOperationSpec
Constructs a validated instance ofReadWorkflowsOperationSpec
.- Parameters:
spec
- the specification to process
-
ReadWorkflowsOperationSpec
Constructs a validated instance ofReadWorkflowsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
workflowReadRequest
-expand
- Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *workflows.usages
Returns the project and issue types that each workflow is associated with. *statuses.usages
Returns the project and issue types that each status is associated with.
-
ReadWorkflowsOperationSpec
protected ReadWorkflowsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
workflowReadRequest
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *workflows.usages
Returns the project and issue types that each workflow is associated with. *statuses.usages
Returns the project and issue types that each status is associated with. -
workflowReadRequest
public ReadWorkflowsOperationSpec workflowReadRequest(@NotNull @NotNull WorkflowReadRequest workflowReadRequest) - Returns:
this
.
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *workflows.usages
Returns the project and issue types that each workflow is associated with. *statuses.usages
Returns the project and issue types that each status is associated with.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-