Class TotalEmbeddedNotificationsRequestJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.TotalEmbeddedNotificationsRequestJson
-
- All Implemented Interfaces:
Serializable
public class TotalEmbeddedNotificationsRequestJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TotalEmbeddedNotificationsRequestJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDeviceType()
String
getFilter()
void
setDeviceType(String deviceType)
void
setFilter(String filter)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-