Klasse GetWorkflowSchemeProjectAssociationsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetWorkflowSchemeProjectAssociationsOperationSpec
(Consumer<GetWorkflowSchemeProjectAssociationsOperationSpec> spec) Constructs a validated instance ofGetWorkflowSchemeProjectAssociationsOperationSpec
.GetWorkflowSchemeProjectAssociationsOperationSpec
(Set<Long> projectId) Constructs a validated instance ofGetWorkflowSchemeProjectAssociationsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The ID of a project to return the workflow schemes for.The ID of a project to return the workflow schemes for.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetWorkflowSchemeProjectAssociationsOperationSpec
@Internal public GetWorkflowSchemeProjectAssociationsOperationSpec(Consumer<GetWorkflowSchemeProjectAssociationsOperationSpec> spec) Constructs a validated instance ofGetWorkflowSchemeProjectAssociationsOperationSpec
.- Parameter:
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.
- Parameter:
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()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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
.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-