Klasse IssuesJqlMetaDataBean.IssuesJqlMetaDataBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssuesJqlMetaDataBean.IssuesJqlMetaDataBeanBuilder
- Umschließende Klasse:
IssuesJqlMetaDataBean
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The number of issues that were loaded in this evaluation.maxResults
(Integer maxResults) The maximum number of issues that could be loaded in this evaluation.The index of the first issue.toString()
totalCount
(Long totalCount) The total number of issues the JQL returned.validationWarnings
(List<String> validationWarnings) Any warnings related to the JQL query.
-
Methodendetails
-
count
The number of issues that were loaded in this evaluation.- Gibt zurück:
this
.
-
maxResults
The maximum number of issues that could be loaded in this evaluation.- Gibt zurück:
this
.
-
startAt
The index of the first issue.- Gibt zurück:
this
.
-
totalCount
The total number of issues the JQL returned.- Gibt zurück:
this
.
-
validationWarnings
public IssuesJqlMetaDataBean.IssuesJqlMetaDataBeanBuilder validationWarnings(List<String> validationWarnings) Any warnings related to the JQL query. Present only if the validation mode was set towarn
.- Gibt zurück:
this
.
-
build
-
toString
-