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