Class WorkflowsWithTransitionRulesDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowsWithTransitionRulesDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowsWithTransitionRulesDetails
extends Object
WorkflowsWithTransitionRulesDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<WorkflowTransitionRulesDetails>The list of workflows with transition rules to delete. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofWorkflowsWithTransitionRulesDetails.Constructs a validated instance ofWorkflowsWithTransitionRulesDetails. -
Method Summary
-
Field Details
-
workflows
The list of workflows with transition rules to delete.
-
-
Constructor Details
-
WorkflowsWithTransitionRulesDetails
Constructs a validated instance ofWorkflowsWithTransitionRulesDetails.- Parameters:
spec- the specification to process
-
WorkflowsWithTransitionRulesDetails
@Internal public WorkflowsWithTransitionRulesDetails(List<WorkflowTransitionRulesDetails> workflows) Constructs a validated instance ofWorkflowsWithTransitionRulesDetails.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowsWithTransitionRulesDetails(Consumer)instead.- Parameters:
workflows- The list of workflows with transition rules to delete.
-
WorkflowsWithTransitionRulesDetails
protected WorkflowsWithTransitionRulesDetails()
-
-
Method Details
-
builder
public static WorkflowsWithTransitionRulesDetails.WorkflowsWithTransitionRulesDetailsBuilder builder() -
workflows
The list of workflows with transition rules to delete. -
workflows
public WorkflowsWithTransitionRulesDetails workflows(List<WorkflowTransitionRulesDetails> workflows) The list of workflows with transition rules to delete.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-