Class IssueMatchesForJQL
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueMatchesForJQL
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueMatchesForJQL
extends Object
IssueMatchesForJQL
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofIssueMatchesForJQL.IssueMatchesForJQL(Set<String> errors, Set<Long> matchedIssues) Constructs a validated instance ofIssueMatchesForJQL. -
Method Summary
-
Field Details
-
errors
A list of errors. -
matchedIssues
A list of issue IDs.
-
-
Constructor Details
-
IssueMatchesForJQL
Constructs a validated instance ofIssueMatchesForJQL.- Parameters:
spec- the specification to process
-
IssueMatchesForJQL
Constructs a validated instance ofIssueMatchesForJQL.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueMatchesForJQL(Consumer)instead.- Parameters:
errors- A list of errors.matchedIssues- A list of issue IDs.
-
IssueMatchesForJQL
protected IssueMatchesForJQL()
-
-
Method Details
-
builder
-
errors
A list of errors. -
matchedIssues
A list of issue IDs. -
errors
A list of errors.- Returns:
this.
-
matchedIssues
A list of issue IDs.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-