Class ItemListJson<T extends BaseJson>
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ItemListJson<T>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PagingItemListJson
public class ItemListJson<T extends BaseJson> extends BaseJson
A generic list of items
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ItemListJson()
ItemListJson(int total, List<T> items)
-
Method Summary
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ItemListJson
public ItemListJson() -
ItemListJson
-
-
Method Details