public class Pagination extends Object implements ResultEntity
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 ResultEntity
Exception
public 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 © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"