Class TotalEmbeddedNotificationsResponseJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.TotalEmbeddedNotificationsResponseJson
- All Implemented Interfaces:
Serializable
public class TotalEmbeddedNotificationsResponseJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TotalEmbeddedNotificationsResponseJson()
-
Method Summary
Modifier and Type Method Description Date
getLastNotificationActionDate()
Integer
getTotal()
void
setLastNotificationActionDate(Date lastNotificationActionDate)
void
setTotal(Integer total)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
TotalEmbeddedNotificationsResponseJson
public TotalEmbeddedNotificationsResponseJson()
-
-
Method Details