Class LastDocsWithActivityJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.LastDocsWithActivityJson
-
- All Implemented Interfaces:
Serializable
public class LastDocsWithActivityJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LastDocsWithActivityJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LastDocWithActivityJson>
getItems()
Integer
getTotal()
void
setItems(List<LastDocWithActivityJson> items)
void
setTotal(Integer total)
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getTotal
public Integer getTotal()
-
setTotal
public void setTotal(Integer total)
-
getItems
public List<LastDocWithActivityJson> getItems()
-
setItems
public void setItems(List<LastDocWithActivityJson> items)
-
-