Klasse WorkflowsWithTransitionRulesDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowsWithTransitionRulesDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowsWithTransitionRulesDetails
extends Object
WorkflowsWithTransitionRulesDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<WorkflowTransitionRulesDetails>
The list of workflows with transition rules to delete. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowsWithTransitionRulesDetails
.Constructs a validated instance ofWorkflowsWithTransitionRulesDetails
. -
Methodenübersicht
-
Felddetails
-
workflows
The list of workflows with transition rules to delete.
-
-
Konstruktordetails
-
WorkflowsWithTransitionRulesDetails
Constructs a validated instance ofWorkflowsWithTransitionRulesDetails
.- Parameter:
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.- Parameter:
workflows
- The list of workflows with transition rules to delete.
-
WorkflowsWithTransitionRulesDetails
protected WorkflowsWithTransitionRulesDetails()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-