|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.madgag.guardian.contentapi.ApiResponse<SearchRequest,SearchResponse>
com.madgag.guardian.contentapi.jaxb.SearchResponse
public class SearchResponse
| Field Summary | |
|---|---|
java.util.List<Content> |
contents
|
int |
currentPage
|
static javax.xml.bind.JAXBContext |
JAXB_CONTEXT
|
int |
pages
|
int |
startIndex
|
java.lang.String |
status
|
int |
total
|
| Constructor Summary | |
|---|---|
SearchResponse()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,Content> |
getContentById()
|
boolean |
hasNext()
|
SearchResponse |
next()
|
| Methods inherited from class com.madgag.guardian.contentapi.ApiResponse |
|---|
getOriginalRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final javax.xml.bind.JAXBContext JAXB_CONTEXT
public java.lang.String status
public int total
public int startIndex
public int currentPage
public int pages
public java.util.List<Content> contents
| Constructor Detail |
|---|
public SearchResponse()
| Method Detail |
|---|
public java.util.Map<java.lang.String,Content> getContentById()
public SearchResponse next()
public boolean hasNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||