Klasse WorkflowElementReference
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowElementReference
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowElementReference
extends Object
WorkflowElementReference
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
A property key.protected String
A rule ID.protected ProjectAndIssueTypePair
protected String
A status reference.protected String
A transition ID. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowElementReference
(String propertyKey, String ruleId, ProjectAndIssueTypePair statusMappingReference, String statusReference, String transitionId) Constructs a validated instance ofWorkflowElementReference
.Constructs a validated instance ofWorkflowElementReference
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
A property key.propertyKey
(String propertyKey) A property key.ruleId()
A rule ID.A rule ID.statusMappingReference
(ProjectAndIssueTypePair statusMappingReference) A status reference.statusReference
(String statusReference) A status reference.toString()
A transition ID.transitionId
(String transitionId) A transition ID.
-
Felddetails
-
propertyKey
A property key. -
ruleId
A rule ID. -
statusMappingReference
-
statusReference
A status reference. -
transitionId
A transition ID.
-
-
Konstruktordetails
-
WorkflowElementReference
Constructs a validated instance ofWorkflowElementReference
.- Parameter:
spec
- the specification to process
-
WorkflowElementReference
@Internal public WorkflowElementReference(String propertyKey, String ruleId, ProjectAndIssueTypePair statusMappingReference, String statusReference, String transitionId) Constructs a validated instance ofWorkflowElementReference
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowElementReference(Consumer)
instead.- Parameter:
propertyKey
- A property key.ruleId
- A rule ID.statusMappingReference
- var.namestatusReference
- A status reference.transitionId
- A transition ID.
-
WorkflowElementReference
protected WorkflowElementReference()
-
-
Methodendetails
-
builder
-
propertyKey
A property key. -
ruleId
A rule ID. -
statusMappingReference
-
statusReference
A status reference. -
transitionId
A transition ID. -
propertyKey
A property key.- Gibt zurück:
this
.
-
ruleId
A rule ID.- Gibt zurück:
this
.
-
statusMappingReference
public WorkflowElementReference statusMappingReference(ProjectAndIssueTypePair statusMappingReference) - Gibt zurück:
this
.
-
statusReference
A status reference.- Gibt zurück:
this
.
-
transitionId
A transition ID.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-