Class RemoveOptionFromIssuesResult
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoveOptionFromIssuesResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoveOptionFromIssuesResult
extends Object
RemoveOptionFromIssuesResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SimpleErrorCollectionThe IDs of the modified issues.The IDs of the unchanged issues, those issues where errors prevent modification. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRemoveOptionFromIssuesResult(SimpleErrorCollection errors, List<Long> modifiedIssues, List<Long> unmodifiedIssues) Constructs a validated instance ofRemoveOptionFromIssuesResult.Constructs a validated instance ofRemoveOptionFromIssuesResult. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanerrors()errors(SimpleErrorCollection errors) 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.
-
Field Details
-
errors
-
modifiedIssues
The IDs of the modified issues. -
unmodifiedIssues
The IDs of the unchanged issues, those issues where errors prevent modification.
-
-
Constructor Details
-
RemoveOptionFromIssuesResult
Constructs a validated instance ofRemoveOptionFromIssuesResult.- Parameters:
spec- the specification to process
-
RemoveOptionFromIssuesResult
@Internal public RemoveOptionFromIssuesResult(SimpleErrorCollection 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.- Parameters:
errors- errorsmodifiedIssues- The IDs of the modified issues.unmodifiedIssues- The IDs of the unchanged issues, those issues where errors prevent modification.
-
RemoveOptionFromIssuesResult
protected RemoveOptionFromIssuesResult()
-
-
Method Details
-
builder
-
errors
-
modifiedIssues
The IDs of the modified issues. -
unmodifiedIssues
The IDs of the unchanged issues, those issues where errors prevent modification. -
errors
- Returns:
this.
-
modifiedIssues
The IDs of the modified issues.- Returns:
this.
-
unmodifiedIssues
The IDs of the unchanged issues, those issues where errors prevent modification.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-