Class PageBeanFieldConfigurationScheme.PageBeanFieldConfigurationSchemeBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.PageBeanFieldConfigurationScheme.PageBeanFieldConfigurationSchemeBuilder
- Enclosing class:
- PageBeanFieldConfigurationScheme
public static class PageBeanFieldConfigurationScheme.PageBeanFieldConfigurationSchemeBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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<FieldConfigurationScheme> values) The list of items.
-
Method Details
-
isLast
public PageBeanFieldConfigurationScheme.PageBeanFieldConfigurationSchemeBuilder isLast(Boolean isLast) Whether this is the last page.- Returns:
this.
-
maxResults
public PageBeanFieldConfigurationScheme.PageBeanFieldConfigurationSchemeBuilder maxResults(Integer maxResults) The maximum number of items that could be returned.- Returns:
this.
-
nextPage
public PageBeanFieldConfigurationScheme.PageBeanFieldConfigurationSchemeBuilder nextPage(URI nextPage) If there is another page of results, the URL of the next page.- Returns:
this.
-
self
The URL of the page.- Returns:
this.
-
startAt
public PageBeanFieldConfigurationScheme.PageBeanFieldConfigurationSchemeBuilder startAt(Long startAt) The index of the first item returned.- Returns:
this.
-
total
The number of items returned.- Returns:
this.
-
values
public PageBeanFieldConfigurationScheme.PageBeanFieldConfigurationSchemeBuilder values(List<FieldConfigurationScheme> values) The list of items.- Returns:
this.
-
build
-
toString
-