Class ReadWorkflowSchemesOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.ReadWorkflowSchemesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ReadWorkflowSchemesOperationSpec
extends Object
ReadWorkflowSchemesSpec
Specification for the ReadWorkflowSchemes operation.
Bulk get workflow schemes
-
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
ReadWorkflowSchemesOperationSpec
(WorkflowSchemeReadRequest workflowSchemeReadRequest, String expand) Constructs a validated instance ofReadWorkflowSchemesOperationSpec
.Constructs a validated instance ofReadWorkflowSchemesOperationSpec
. -
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 WorkflowSchemeReadRequest
workflowSchemeReadRequest
(@NotNull WorkflowSchemeReadRequest workflowSchemeReadRequest)
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
ReadWorkflowSchemesOperationSpec
Constructs a validated instance ofReadWorkflowSchemesOperationSpec
.- Parameters:
spec
- the specification to process
-
ReadWorkflowSchemesOperationSpec
@Internal public ReadWorkflowSchemesOperationSpec(WorkflowSchemeReadRequest workflowSchemeReadRequest, String expand) Constructs a validated instance ofReadWorkflowSchemesOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
workflowSchemeReadRequest
-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 in the workflow scheme is associated with.
-
ReadWorkflowSchemesOperationSpec
protected ReadWorkflowSchemesOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
workflowSchemeReadRequest
-
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 in the workflow scheme is associated with. -
workflowSchemeReadRequest
public ReadWorkflowSchemesOperationSpec workflowSchemeReadRequest(@NotNull @NotNull WorkflowSchemeReadRequest workflowSchemeReadRequest) - 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 in the workflow scheme is associated with.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-