Klasse WorkflowSchemeAssociations
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowSchemeAssociations
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeAssociations
extends Object
WorkflowSchemeAssociations
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe list of projects that use the workflow scheme.protected WorkflowScheme
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowSchemeAssociations
.WorkflowSchemeAssociations
(List<String> projectIds, WorkflowScheme workflowScheme) Constructs a validated instance ofWorkflowSchemeAssociations
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The list of projects that use the workflow scheme.projectIds
(List<String> projectIds) The list of projects that use the workflow scheme.toString()
workflowScheme
(WorkflowScheme workflowScheme)
-
Felddetails
-
projectIds
The list of projects that use the workflow scheme. -
workflowScheme
-
-
Konstruktordetails
-
WorkflowSchemeAssociations
Constructs a validated instance ofWorkflowSchemeAssociations
.- Parameter:
spec
- the specification to process
-
WorkflowSchemeAssociations
Constructs a validated instance ofWorkflowSchemeAssociations
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowSchemeAssociations(Consumer)
instead.- Parameter:
projectIds
- The list of projects that use the workflow scheme.workflowScheme
- workflowScheme
-
WorkflowSchemeAssociations
protected WorkflowSchemeAssociations()
-
-
Methodendetails
-
builder
-
projectIds
The list of projects that use the workflow scheme. -
workflowScheme
-
projectIds
The list of projects that use the workflow scheme.- Gibt zurück:
this
.
-
workflowScheme
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-