Klasse WorkflowSchemeAssociation
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowSchemeAssociation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeAssociation
extends Object
WorkflowSchemeAssociation
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe issue types assigned to the workflow.protected StringThe ID of the workflow. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofWorkflowSchemeAssociation.WorkflowSchemeAssociation(Set<String> issueTypeIds, String workflowId) Constructs a validated instance ofWorkflowSchemeAssociation. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()The issue types assigned to the workflow.issueTypeIds(Set<String> issueTypeIds) The issue types assigned to the workflow.toString()The ID of the workflow.workflowId(String workflowId) The ID of the workflow.
-
Felddetails
-
issueTypeIds
The issue types assigned to the workflow. -
workflowId
The ID of the workflow.
-
-
Konstruktordetails
-
WorkflowSchemeAssociation
Constructs a validated instance ofWorkflowSchemeAssociation.- Parameter:
spec- the specification to process
-
WorkflowSchemeAssociation
Constructs a validated instance ofWorkflowSchemeAssociation.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowSchemeAssociation(Consumer)instead.- Parameter:
issueTypeIds- The issue types assigned to the workflow.workflowId- The ID of the workflow.
-
WorkflowSchemeAssociation
protected WorkflowSchemeAssociation()
-
-
Methodendetails
-
builder
-
issueTypeIds
The issue types assigned to the workflow. -
workflowId
The ID of the workflow. -
issueTypeIds
The issue types assigned to the workflow.- Gibt zurück:
this.
-
workflowId
The ID of the workflow.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-