Klasse WorkflowTransitionRulesUpdateErrorDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTransitionRulesUpdateErrorDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTransitionRulesUpdateErrorDetails
extends Object
WorkflowTransitionRulesUpdateErrorDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungA list of transition rule update errors, indexed by the transition rule ID.The list of errors that specify why the workflow update failed.protected WorkflowId
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowTransitionRulesUpdateErrorDetails
.WorkflowTransitionRulesUpdateErrorDetails
(Map<String, Set<String>> ruleUpdateErrors, Set<String> updateErrors, WorkflowId workflowId) Constructs a validated instance ofWorkflowTransitionRulesUpdateErrorDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
A list of transition rule update errors, indexed by the transition rule ID.ruleUpdateErrors
(Map<String, Set<String>> ruleUpdateErrors) A list of transition rule update errors, indexed by the transition rule ID.toString()
The list of errors that specify why the workflow update failed.updateErrors
(Set<String> updateErrors) The list of errors that specify why the workflow update failed.workflowId
(WorkflowId workflowId)
-
Felddetails
-
ruleUpdateErrors
A list of transition rule update errors, indexed by the transition rule ID. Any transition rule that appears here wasn't updated. -
updateErrors
The list of errors that specify why the workflow update failed. The workflow was not updated if the list contains any entries. -
workflowId
-
-
Konstruktordetails
-
WorkflowTransitionRulesUpdateErrorDetails
public WorkflowTransitionRulesUpdateErrorDetails(Consumer<WorkflowTransitionRulesUpdateErrorDetails> spec) Constructs a validated instance ofWorkflowTransitionRulesUpdateErrorDetails
.- Parameter:
spec
- the specification to process
-
WorkflowTransitionRulesUpdateErrorDetails
@Internal public WorkflowTransitionRulesUpdateErrorDetails(Map<String, Set<String>> ruleUpdateErrors, Set<String> updateErrors, WorkflowId workflowId) Constructs a validated instance ofWorkflowTransitionRulesUpdateErrorDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowTransitionRulesUpdateErrorDetails(Consumer)
instead.- Parameter:
ruleUpdateErrors
- A list of transition rule update errors, indexed by the transition rule ID. Any transition rule that appears here wasn't updated.updateErrors
- The list of errors that specify why the workflow update failed. The workflow was not updated if the list contains any entries.workflowId
- var.name
-
WorkflowTransitionRulesUpdateErrorDetails
protected WorkflowTransitionRulesUpdateErrorDetails()
-
-
Methodendetails
-
builder
public static WorkflowTransitionRulesUpdateErrorDetails.WorkflowTransitionRulesUpdateErrorDetailsBuilder builder() -
ruleUpdateErrors
A list of transition rule update errors, indexed by the transition rule ID. Any transition rule that appears here wasn't updated. -
updateErrors
The list of errors that specify why the workflow update failed. The workflow was not updated if the list contains any entries. -
workflowId
-
ruleUpdateErrors
public WorkflowTransitionRulesUpdateErrorDetails ruleUpdateErrors(Map<String, Set<String>> ruleUpdateErrors) A list of transition rule update errors, indexed by the transition rule ID. Any transition rule that appears here wasn't updated.- Gibt zurück:
this
.
-
updateErrors
The list of errors that specify why the workflow update failed. The workflow was not updated if the list contains any entries.- Gibt zurück:
this
.
-
workflowId
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-