Class JexpIssuesJql
java.lang.Object
io.github.primelib.jira4j.restv3.model.JexpIssuesJql
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JexpIssuesJql
extends Object
JexpIssuesJql
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
Determines how to validate the JQL query and treat the validation results. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
The maximum number of issues to return from the JQL query.protected String
The JQL query.protected Long
The index of the first issue to return from the JQL query.protected JexpIssuesJql.ValidationEnum
Determines how to validate the JQL query and treat the validation results. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JexpIssuesJql
(Integer maxResults, String query, Long startAt, JexpIssuesJql.ValidationEnum validation) Constructs a validated instance ofJexpIssuesJql
.JexpIssuesJql
(Consumer<JexpIssuesJql> spec) Constructs a validated instance ofJexpIssuesJql
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
The maximum number of issues to return from the JQL query.maxResults
(Integer maxResults) The maximum number of issues to return from the JQL query.query()
The JQL query.The JQL query.startAt()
The index of the first issue to return from the JQL query.The index of the first issue to return from the JQL query.toString()
Determines how to validate the JQL query and treat the validation results.validation
(JexpIssuesJql.ValidationEnum validation) Determines how to validate the JQL query and treat the validation results.
-
Field Details
-
maxResults
The maximum number of issues to return from the JQL query. Inspectmeta.issues.jql.maxResults
in the response to ensure the maximum value has not been exceeded. -
query
The JQL query. -
startAt
The index of the first issue to return from the JQL query. -
validation
Determines how to validate the JQL query and treat the validation results.
-
-
Constructor Details
-
JexpIssuesJql
Constructs a validated instance ofJexpIssuesJql
.- Parameters:
spec
- the specification to process
-
JexpIssuesJql
@Internal public JexpIssuesJql(Integer maxResults, String query, Long startAt, JexpIssuesJql.ValidationEnum validation) Constructs a validated instance ofJexpIssuesJql
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JexpIssuesJql(Consumer)
instead.- Parameters:
maxResults
- The maximum number of issues to return from the JQL query. Inspectmeta.issues.jql.maxResults
in the response to ensure the maximum value has not been exceeded.query
- The JQL query.startAt
- The index of the first issue to return from the JQL query.validation
- Determines how to validate the JQL query and treat the validation results.
-
JexpIssuesJql
protected JexpIssuesJql()
-
-
Method Details
-
builder
-
maxResults
The maximum number of issues to return from the JQL query. Inspectmeta.issues.jql.maxResults
in the response to ensure the maximum value has not been exceeded. -
query
The JQL query. -
startAt
The index of the first issue to return from the JQL query. -
validation
Determines how to validate the JQL query and treat the validation results. -
maxResults
The maximum number of issues to return from the JQL query. Inspectmeta.issues.jql.maxResults
in the response to ensure the maximum value has not been exceeded.- Returns:
this
.
-
query
The JQL query.- Returns:
this
.
-
startAt
The index of the first issue to return from the JQL query.- Returns:
this
.
-
validation
Determines how to validate the JQL query and treat the validation results.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-