public class SearchResult extends Resource
This class is not threadsafe.
| Constructor and Description |
|---|
SearchResult(FlattrObject data)
Creates a new
SearchResult. |
| Modifier and Type | Method and Description |
|---|---|
int |
getItemCount()
Returns the number of items.
|
int |
getPage()
Returns the current page.
|
List<Thing> |
getThings()
Returns the result list of
Thing. |
int |
getTotalCount()
Returns the total number of results.
|
toFlattrObject, toJSONpublic SearchResult(FlattrObject data)
SearchResult.Copyright © 2010–2014. All rights reserved.