Klasse TaskProgressBeanRemoveOptionFromIssuesResultResult
java.lang.Object
io.github.primelib.jira4j.restv3.model.TaskProgressBeanRemoveOptionFromIssuesResultResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TaskProgressBeanRemoveOptionFromIssuesResultResult
extends Object
TaskProgressBeanRemoveOptionFromIssuesResultResult
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected RemoveOptionFromIssuesResultErrorsThe IDs of the modified issues.The IDs of the unchanged issues, those issues where errors prevent modification. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedTaskProgressBeanRemoveOptionFromIssuesResultResult(RemoveOptionFromIssuesResultErrors errors, List<Long> modifiedIssues, List<Long> unmodifiedIssues) Constructs a validated instance ofTaskProgressBeanRemoveOptionFromIssuesResultResult.TaskProgressBeanRemoveOptionFromIssuesResultResult(Consumer<TaskProgressBeanRemoveOptionFromIssuesResultResult> spec) Constructs a validated instance ofTaskProgressBeanRemoveOptionFromIssuesResultResult. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanerrors()inthashCode()The IDs of the modified issues.modifiedIssues(List<Long> modifiedIssues) The IDs of the modified issues.toString()The IDs of the unchanged issues, those issues where errors prevent modification.unmodifiedIssues(List<Long> unmodifiedIssues) The IDs of the unchanged issues, those issues where errors prevent modification.
-
Felddetails
-
errors
-
modifiedIssues
The IDs of the modified issues. -
unmodifiedIssues
The IDs of the unchanged issues, those issues where errors prevent modification.
-
-
Konstruktordetails
-
TaskProgressBeanRemoveOptionFromIssuesResultResult
public TaskProgressBeanRemoveOptionFromIssuesResultResult(Consumer<TaskProgressBeanRemoveOptionFromIssuesResultResult> spec) Constructs a validated instance ofTaskProgressBeanRemoveOptionFromIssuesResultResult.- Parameter:
spec- the specification to process
-
TaskProgressBeanRemoveOptionFromIssuesResultResult
@Internal public TaskProgressBeanRemoveOptionFromIssuesResultResult(RemoveOptionFromIssuesResultErrors errors, List<Long> modifiedIssues, List<Long> unmodifiedIssues) Constructs a validated instance ofTaskProgressBeanRemoveOptionFromIssuesResultResult.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
TaskProgressBeanRemoveOptionFromIssuesResultResult(Consumer)instead.- Parameter:
errors- errorsmodifiedIssues- The IDs of the modified issues.unmodifiedIssues- The IDs of the unchanged issues, those issues where errors prevent modification.
-
TaskProgressBeanRemoveOptionFromIssuesResultResult
protected TaskProgressBeanRemoveOptionFromIssuesResultResult()
-
-
Methodendetails
-
builder
-
errors
-
modifiedIssues
The IDs of the modified issues. -
unmodifiedIssues
The IDs of the unchanged issues, those issues where errors prevent modification. -
errors
public TaskProgressBeanRemoveOptionFromIssuesResultResult errors(RemoveOptionFromIssuesResultErrors errors) - Gibt zurück:
this.
-
modifiedIssues
The IDs of the modified issues.- Gibt zurück:
this.
-
unmodifiedIssues
public TaskProgressBeanRemoveOptionFromIssuesResultResult unmodifiedIssues(List<Long> unmodifiedIssues) The IDs of the unchanged issues, those issues where errors prevent modification.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-