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