Class WorkflowElementReference
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowElementReference
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowElementReference
extends Object
WorkflowElementReference
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringA property key.protected StringA rule ID.protected ProjectAndIssueTypePairprotected StringA status reference.protected StringA transition ID. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowElementReference(String propertyKey, String ruleId, ProjectAndIssueTypePair statusMappingReference, String statusReference, String transitionId) Constructs a validated instance ofWorkflowElementReference.Constructs a validated instance ofWorkflowElementReference. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()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.
-
Field Details
-
propertyKey
A property key. -
ruleId
A rule ID. -
statusMappingReference
-
statusReference
A status reference. -
transitionId
A transition ID.
-
-
Constructor Details
-
WorkflowElementReference
Constructs a validated instance ofWorkflowElementReference.- Parameters:
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.- Parameters:
propertyKey- A property key.ruleId- A rule ID.statusMappingReference- statusMappingReferencestatusReference- A status reference.transitionId- A transition ID.
-
WorkflowElementReference
protected WorkflowElementReference()
-
-
Method Details
-
builder
-
propertyKey
A property key. -
ruleId
A rule ID. -
statusMappingReference
-
statusReference
A status reference. -
transitionId
A transition ID. -
propertyKey
A property key.- Returns:
this.
-
ruleId
A rule ID.- Returns:
this.
-
statusMappingReference
public WorkflowElementReference statusMappingReference(ProjectAndIssueTypePair statusMappingReference) - Returns:
this.
-
statusReference
A status reference.- Returns:
this.
-
transitionId
A transition ID.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-