Klasse WorkflowTransitionRulesUpdateErrors
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTransitionRulesUpdateErrors
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransitionRulesUpdateErrors
extends Object
WorkflowTransitionRulesUpdateErrors
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<WorkflowTransitionRulesUpdateErrorDetails>
A list of workflows. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowTransitionRulesUpdateErrors
.Constructs a validated instance ofWorkflowTransitionRulesUpdateErrors
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
toString()
A list of workflows.updateResults
(List<WorkflowTransitionRulesUpdateErrorDetails> updateResults) A list of workflows.
-
Felddetails
-
updateResults
A list of workflows.
-
-
Konstruktordetails
-
WorkflowTransitionRulesUpdateErrors
Constructs a validated instance ofWorkflowTransitionRulesUpdateErrors
.- Parameter:
spec
- the specification to process
-
WorkflowTransitionRulesUpdateErrors
@Internal public WorkflowTransitionRulesUpdateErrors(List<WorkflowTransitionRulesUpdateErrorDetails> updateResults) Constructs a validated instance ofWorkflowTransitionRulesUpdateErrors
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowTransitionRulesUpdateErrors(Consumer)
instead.- Parameter:
updateResults
- A list of workflows.
-
WorkflowTransitionRulesUpdateErrors
protected WorkflowTransitionRulesUpdateErrors()
-
-
Methodendetails
-
builder
public static WorkflowTransitionRulesUpdateErrors.WorkflowTransitionRulesUpdateErrorsBuilder builder() -
updateResults
A list of workflows. -
updateResults
public WorkflowTransitionRulesUpdateErrors updateResults(List<WorkflowTransitionRulesUpdateErrorDetails> updateResults) A list of workflows.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-