Klasse RemoveOptionFromIssuesResult
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoveOptionFromIssuesResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoveOptionFromIssuesResult
extends Object
RemoveOptionFromIssuesResult
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRemoveOptionFromIssuesResult(RemoveOptionFromIssuesResultErrors errors, List<Long> modifiedIssues, List<Long> unmodifiedIssues) Constructs a validated instance ofRemoveOptionFromIssuesResult.Constructs a validated instance ofRemoveOptionFromIssuesResult. -
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
-
RemoveOptionFromIssuesResult
Constructs a validated instance ofRemoveOptionFromIssuesResult.- Parameter:
spec- the specification to process
-
RemoveOptionFromIssuesResult
@Internal public RemoveOptionFromIssuesResult(RemoveOptionFromIssuesResultErrors errors, List<Long> modifiedIssues, List<Long> unmodifiedIssues) Constructs a validated instance ofRemoveOptionFromIssuesResult.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemoveOptionFromIssuesResult(Consumer)instead.- Parameter:
errors- var.namemodifiedIssues- The IDs of the modified issues.unmodifiedIssues- The IDs of the unchanged issues, those issues where errors prevent modification.
-
RemoveOptionFromIssuesResult
protected RemoveOptionFromIssuesResult()
-
-
Methodendetails
-
builder
-
errors
-
modifiedIssues
The IDs of the modified issues. -
unmodifiedIssues
The IDs of the unchanged issues, those issues where errors prevent modification. -
errors
- Gibt zurück:
this.
-
modifiedIssues
The IDs of the modified issues.- Gibt zurück:
this.
-
unmodifiedIssues
The IDs of the unchanged issues, those issues where errors prevent modification.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-