Klasse WorkflowTransitionRulesDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTransitionRulesDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransitionRulesDetails
extends Object
WorkflowTransitionRulesDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWorkflowTransitionRulesDetails(WorkflowId workflowId, Set<String> workflowRuleIds) Constructs a validated instance ofWorkflowTransitionRulesDetails.Constructs a validated instance ofWorkflowTransitionRulesDetails. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()toString()workflowId(WorkflowId workflowId) The list of connect workflow rule IDs.workflowRuleIds(Set<String> workflowRuleIds) The list of connect workflow rule IDs.
-
Felddetails
-
workflowId
-
workflowRuleIds
The list of connect workflow rule IDs.
-
-
Konstruktordetails
-
WorkflowTransitionRulesDetails
Constructs a validated instance ofWorkflowTransitionRulesDetails.- Parameter:
spec- the specification to process
-
WorkflowTransitionRulesDetails
Constructs a validated instance ofWorkflowTransitionRulesDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowTransitionRulesDetails(Consumer)instead.- Parameter:
workflowId- var.nameworkflowRuleIds- The list of connect workflow rule IDs.
-
WorkflowTransitionRulesDetails
protected WorkflowTransitionRulesDetails()
-
-
Methodendetails
-
builder
-
workflowId
-
workflowRuleIds
The list of connect workflow rule IDs. -
workflowId
- Gibt zurück:
this.
-
workflowRuleIds
The list of connect workflow rule IDs.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-