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