Class JexpIssuesJql.JexpIssuesJqlBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.JexpIssuesJql.JexpIssuesJqlBuilder
- Enclosing class:
- JexpIssuesJql
-
Method Summary
Modifier and TypeMethodDescriptionbuild()maxResults(Integer maxResults) The maximum number of issues to return from the JQL query.The JQL query.The index of the first issue to return from the JQL query.toString()validation(JexpIssuesJql.ValidationEnum validation) Determines how to validate the JQL query and treat the validation results.
-
Method Details
-
maxResults
The maximum number of issues to return from the JQL query. Inspectmeta.issues.jql.maxResultsin 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.
-
build
-
toString
-