Class UserDeviceNotificationTypeSettingsJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.UserDeviceNotificationTypeSettingsJson
- All Implemented Interfaces:
Serializable
public class UserDeviceNotificationTypeSettingsJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UserDeviceNotificationTypeSettingsJson()
-
Method Summary
Modifier and Type Method Description Boolean
getCommentMentioned()
Boolean
getCommentReplied()
String
getDeviceType()
Boolean
getEditFile()
Boolean
getOtherNotifications()
Boolean
getPendingPermissionRequest()
Boolean
getSharedFile()
void
setCommentMentioned(Boolean commentMentioned)
void
setCommentReplied(Boolean commentReplied)
void
setDeviceType(String deviceType)
void
setEditFile(Boolean editFile)
void
setOtherNotifications(Boolean otherNotifications)
void
setPendingPermissionRequest(Boolean pendingPermissionRequest)
void
setSharedFile(Boolean sharedFile)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
UserDeviceNotificationTypeSettingsJson
public UserDeviceNotificationTypeSettingsJson()
-
-
Method Details