Klasse JexpIssuesJql
java.lang.Object
io.github.primelib.jira4j.restv3.model.JexpIssuesJql
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JexpIssuesJql
extends Object
JexpIssuesJql
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
Determines how to validate the JQL query and treat the validation results. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JexpIssuesJql
(Integer maxResults, String query, Long startAt, JexpIssuesJql.ValidationEnum validation) Constructs a validated instance ofJexpIssuesJql
.JexpIssuesJql
(Consumer<JexpIssuesJql> spec) Constructs a validated instance ofJexpIssuesJql
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
JexpIssuesJql
Constructs a validated instance ofJexpIssuesJql
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
query
The JQL query.- Gibt zurück:
this
.
-
startAt
The index of the first issue to return from the JQL query.- Gibt zurück:
this
.
-
validation
Determines how to validate the JQL query and treat the validation results.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-