Class PagingItemListJson<T extends BaseJson>
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ItemListJson<T>
-
- com.blackberry.workspaces.api.sdk.json.PagingItemListJson<T>
-
- All Implemented Interfaces:
Serializable
public final class PagingItemListJson<T extends BaseJson> extends ItemListJson<T>
Details about a page item- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PagingItemListJson()
PagingItemListJson(int offset, int total, List<T> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOffset()
void
setOffset(int offset)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.ItemListJson
getItems, getTotal, setItems, setTotal
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-