public class Pagination extends AbstractResultEntity
| Constructor and Description |
|---|
Pagination() |
| Modifier and Type | Method and Description |
|---|---|
ResultPage |
getFirst() |
ResultPage |
getLast() |
ResultPage |
getNext() |
ResultPage |
getPrevious() |
List<ResultPage> |
getResultPages() |
Integer |
getSize() |
Long |
getTotalPages() |
ResultPage |
getViewall() |
Boolean |
hasFirst() |
Boolean |
hasLast() |
Boolean |
hasNext() |
Boolean |
hasPrevious() |
Boolean |
hasViewall() |
void |
parse(javax.xml.stream.XMLEventReader reader) |
public void parse(javax.xml.stream.XMLEventReader reader) throws Exception
parse in interface ResultEntityparse in class AbstractResultEntityExceptionpublic Long getTotalPages()
public List<ResultPage> getResultPages()
public ResultPage getFirst()
public ResultPage getLast()
public ResultPage getPrevious()
public ResultPage getNext()
public ResultPage getViewall()
public Boolean hasNext()
public Boolean hasPrevious()
public Boolean hasFirst()
public Boolean hasLast()
public Boolean hasViewall()
public Integer getSize()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"