Class UnregisterUserForPushNotificationJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.UnregisterUserForPushNotificationJson
- All Implemented Interfaces:
Serializable
public class UnregisterUserForPushNotificationJson extends BaseJson
Created by sbenhayun on 3/8/2017.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnregisterUserForPushNotificationJson()
-
Method Summary
Modifier and Type Method Description String
getDeviceToken()
void
setDeviceToken(String deviceToken)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
UnregisterUserForPushNotificationJson
public UnregisterUserForPushNotificationJson()
-
-
Method Details