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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
getEditFile
public Boolean getEditFile()
-
setEditFile
public void setEditFile(Boolean editFile)
-
getDeviceType
public String getDeviceType()
-
setDeviceType
public void setDeviceType(String deviceType)
-
getCommentMentioned
public Boolean getCommentMentioned()
-
setCommentMentioned
public void setCommentMentioned(Boolean commentMentioned)
-
getPendingPermissionRequest
public Boolean getPendingPermissionRequest()
-
setPendingPermissionRequest
public void setPendingPermissionRequest(Boolean pendingPermissionRequest)
-
getCommentReplied
public Boolean getCommentReplied()
-
setCommentReplied
public void setCommentReplied(Boolean commentReplied)
-
getOtherNotifications
public Boolean getOtherNotifications()
-
setOtherNotifications
public void setOtherNotifications(Boolean otherNotifications)
-
getSharedFile
public Boolean getSharedFile()
-
setSharedFile
public void setSharedFile(Boolean sharedFile)
-
-