Class ListSummaryEmbeddedNotificationJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ListSummaryEmbeddedNotificationJson
- All Implemented Interfaces:
Serializable
public class ListSummaryEmbeddedNotificationJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ListSummaryEmbeddedNotificationJson()
-
Method Summary
Modifier and Type Method Description String
getDeviceType()
Integer
getPageSize()
void
setDeviceType(String deviceType)
void
setPageSize(Integer pageSize)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ListSummaryEmbeddedNotificationJson
public ListSummaryEmbeddedNotificationJson()
-
-
Method Details