public class

PageBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.api.pagination.PageBean<T>

Summary

Nested Classes
class PageBean.Builder<T>  
Public Constructors
PageBean(URI self, URI nextPage, int maxResults, long startAt, Long total, Boolean isLastPage, List<T> values)
Public Methods
static <T> Builder<T> from(PageRequest request, Page<T> response)
Boolean getIsLast()
int getMaxResults()
URI getNextPage()
URI getSelf()
long getStartAt()
Long getTotal()
List<T> getValues()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PageBean (URI self, URI nextPage, int maxResults, long startAt, Long total, Boolean isLastPage, List<T> values)

Public Methods

public static Builder<T> from (PageRequest request, Page<T> response)

public Boolean getIsLast ()

public int getMaxResults ()

public URI getNextPage ()

public URI getSelf ()

public long getStartAt ()

public Long getTotal ()

public List<T> getValues ()