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
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
-
Constructor Details
-
LastDocsWithActivityJson
public LastDocsWithActivityJson()
-
-
Method Details