Class GetWorkflowSchemeProjectAssociationsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetWorkflowSchemeProjectAssociationsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetWorkflowSchemeProjectAssociationsOperationSpec
extends Object
GetWorkflowSchemeProjectAssociationsSpec
Specification for the GetWorkflowSchemeProjectAssociations operation.
Get workflow scheme project associations
-
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
ConstructorsModifierConstructorDescriptionprotectedGetWorkflowSchemeProjectAssociationsOperationSpec(Consumer<GetWorkflowSchemeProjectAssociationsOperationSpec> spec) Constructs a validated instance ofGetWorkflowSchemeProjectAssociationsOperationSpec.GetWorkflowSchemeProjectAssociationsOperationSpec(Set<Long> projectId) Constructs a validated instance ofGetWorkflowSchemeProjectAssociationsOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()The ID of a project to return the workflow schemes for.The ID of a project to return the workflow schemes for.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetWorkflowSchemeProjectAssociationsOperationSpec
@Internal public GetWorkflowSchemeProjectAssociationsOperationSpec(Consumer<GetWorkflowSchemeProjectAssociationsOperationSpec> spec) Constructs a validated instance ofGetWorkflowSchemeProjectAssociationsOperationSpec.- Parameters:
spec- the specification to process
-
GetWorkflowSchemeProjectAssociationsOperationSpec
Constructs a validated instance ofGetWorkflowSchemeProjectAssociationsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
projectId- The ID of a project to return the workflow schemes for. To include multiple projects, provide an ampersand-Jim: oneseparated list. For example,projectId=10000&projectId=10001.
-
GetWorkflowSchemeProjectAssociationsOperationSpec
protected GetWorkflowSchemeProjectAssociationsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
projectId
The ID of a project to return the workflow schemes for. To include multiple projects, provide an ampersand-Jim: oneseparated list. For example,projectId=10000&projectId=10001. -
projectId
public GetWorkflowSchemeProjectAssociationsOperationSpec projectId(@NotNull @NotNull Set<Long> projectId) The ID of a project to return the workflow schemes for. To include multiple projects, provide an ampersand-Jim: oneseparated list. For example,projectId=10000&projectId=10001.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-