Klasse PageBeanJqlFunctionPrecomputationBean.PageBeanJqlFunctionPrecomputationBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.PageBeanJqlFunctionPrecomputationBean.PageBeanJqlFunctionPrecomputationBeanBuilder
- Umschließende Klasse:
PageBeanJqlFunctionPrecomputationBean
public static class PageBeanJqlFunctionPrecomputationBean.PageBeanJqlFunctionPrecomputationBeanBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Whether this is the last page.maxResults
(Integer maxResults) The maximum number of items that could be returned.If there is another page of results, the URL of the next page.The URL of the page.The index of the first item returned.toString()
The number of items returned.values
(List<JqlFunctionPrecomputationBean> values) The list of items.
-
Methodendetails
-
isLast
public PageBeanJqlFunctionPrecomputationBean.PageBeanJqlFunctionPrecomputationBeanBuilder isLast(Boolean isLast) Whether this is the last page.- Gibt zurück:
this
.
-
maxResults
public PageBeanJqlFunctionPrecomputationBean.PageBeanJqlFunctionPrecomputationBeanBuilder maxResults(Integer maxResults) The maximum number of items that could be returned.- Gibt zurück:
this
.
-
nextPage
public PageBeanJqlFunctionPrecomputationBean.PageBeanJqlFunctionPrecomputationBeanBuilder nextPage(URI nextPage) If there is another page of results, the URL of the next page.- Gibt zurück:
this
.
-
self
public PageBeanJqlFunctionPrecomputationBean.PageBeanJqlFunctionPrecomputationBeanBuilder self(URI self) The URL of the page.- Gibt zurück:
this
.
-
startAt
public PageBeanJqlFunctionPrecomputationBean.PageBeanJqlFunctionPrecomputationBeanBuilder startAt(Long startAt) The index of the first item returned.- Gibt zurück:
this
.
-
total
public PageBeanJqlFunctionPrecomputationBean.PageBeanJqlFunctionPrecomputationBeanBuilder total(Long total) The number of items returned.- Gibt zurück:
this
.
-
values
public PageBeanJqlFunctionPrecomputationBean.PageBeanJqlFunctionPrecomputationBeanBuilder values(List<JqlFunctionPrecomputationBean> values) The list of items.- Gibt zurück:
this
.
-
build
-
toString
-