Class WorkflowTransitionRulesDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTransitionRulesDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransitionRulesDetails
extends Object
WorkflowTransitionRulesDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowTransitionRulesDetails
(WorkflowId workflowId, Set<String> workflowRuleIds) Constructs a validated instance ofWorkflowTransitionRulesDetails
.Constructs a validated instance ofWorkflowTransitionRulesDetails
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
toString()
workflowId
(WorkflowId workflowId) The list of connect workflow rule IDs.workflowRuleIds
(Set<String> workflowRuleIds) The list of connect workflow rule IDs.
-
Field Details
-
workflowId
-
workflowRuleIds
The list of connect workflow rule IDs.
-
-
Constructor Details
-
WorkflowTransitionRulesDetails
Constructs a validated instance ofWorkflowTransitionRulesDetails
.- Parameters:
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.- Parameters:
workflowId
- workflowIdworkflowRuleIds
- The list of connect workflow rule IDs.
-
WorkflowTransitionRulesDetails
protected WorkflowTransitionRulesDetails()
-
-
Method Details
-
builder
-
workflowId
-
workflowRuleIds
The list of connect workflow rule IDs. -
workflowId
- Returns:
this
.
-
workflowRuleIds
The list of connect workflow rule IDs.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-