Class IssuesJqlMetaDataBean.IssuesJqlMetaDataBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssuesJqlMetaDataBean.IssuesJqlMetaDataBeanBuilder
- Enclosing class:
- IssuesJqlMetaDataBean
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.
-
Method Details
-
count
The number of issues that were loaded in this evaluation.- Returns:
this
.
-
maxResults
The maximum number of issues that could be loaded in this evaluation.- Returns:
this
.
-
startAt
The index of the first issue.- Returns:
this
.
-
totalCount
The total number of issues the JQL returned.- Returns:
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
.- Returns:
this
.
-
build
-
toString
-