public class PageBean<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PageBean.Builder<T> |
Constructor and Description |
---|
PageBean(URI self,
URI nextPage,
int maxResults,
long startAt,
Long total,
Boolean isLastPage,
List<T> values) |
Modifier and Type | Method and Description |
---|---|
static <T> PageBean.Builder<T> |
from(PageRequest request,
Page<T> response) |
Boolean |
getIsLast() |
int |
getMaxResults() |
URI |
getNextPage() |
URI |
getSelf() |
long |
getStartAt() |
Long |
getTotal() |
List<T> |
getValues() |
public URI getSelf()
public URI getNextPage()
public int getMaxResults()
public long getStartAt()
public Long getTotal()
public Boolean getIsLast()
public static <T> PageBean.Builder<T> from(PageRequest request, Page<T> response)
Copyright © 2002-2019 Atlassian. All Rights Reserved.