Klasse WorkflowSchemeProjectAssociation
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowSchemeProjectAssociation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeProjectAssociation
extends Object
WorkflowSchemeProjectAssociation
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowSchemeProjectAssociation
(String projectId, String workflowSchemeId) Constructs a validated instance ofWorkflowSchemeProjectAssociation
.Constructs a validated instance ofWorkflowSchemeProjectAssociation
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The ID of the project.The ID of the project.toString()
The ID of the workflow scheme.workflowSchemeId
(String workflowSchemeId) The ID of the workflow scheme.
-
Felddetails
-
projectId
The ID of the project. -
workflowSchemeId
The ID of the workflow scheme. If the workflow scheme ID isnull
, the operation assigns the default workflow scheme.
-
-
Konstruktordetails
-
WorkflowSchemeProjectAssociation
Constructs a validated instance ofWorkflowSchemeProjectAssociation
.- Parameter:
spec
- the specification to process
-
WorkflowSchemeProjectAssociation
Constructs a validated instance ofWorkflowSchemeProjectAssociation
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowSchemeProjectAssociation(Consumer)
instead.- Parameter:
projectId
- The ID of the project.workflowSchemeId
- The ID of the workflow scheme. If the workflow scheme ID isnull
, the operation assigns the default workflow scheme.
-
WorkflowSchemeProjectAssociation
protected WorkflowSchemeProjectAssociation()
-
-
Methodendetails
-
builder
-
projectId
The ID of the project. -
workflowSchemeId
The ID of the workflow scheme. If the workflow scheme ID isnull
, the operation assigns the default workflow scheme. -
projectId
The ID of the project.- Gibt zurück:
this
.
-
workflowSchemeId
The ID of the workflow scheme. If the workflow scheme ID isnull
, the operation assigns the default workflow scheme.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-