public class Pagination extends Object
| Constructor and Description |
|---|
Pagination(Integer limit) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getFirst() |
Integer |
getLimit() |
String |
getMarker() |
URL |
getNext() |
URL |
getPrevious() |
Pagination |
getResponse() |
Long |
getTotal() |
boolean |
isPartial() |
static ListOptions |
limit(int limit) |
void |
setFirst(URL first) |
void |
setLimit(Integer limit) |
void |
setMarker(String marker) |
void |
setNext(URL next) |
void |
setPartial(boolean partial) |
void |
setPrevious(URL previous) |
void |
setResponse(Pagination response) |
void |
setTotal(Long total) |
public Pagination(Integer limit)
public static ListOptions limit(int limit)
public URL getFirst()
public void setFirst(URL first)
public URL getPrevious()
public void setPrevious(URL previous)
public URL getNext()
public void setNext(URL next)
public Integer getLimit()
public void setLimit(Integer limit)
public Long getTotal()
public void setTotal(Long total)
public boolean isPartial()
public void setPartial(boolean partial)
public String getMarker()
public void setMarker(String marker)
public Pagination getResponse()
public void setResponse(Pagination response)
Copyright © 2015. All rights reserved.