public class UserDeviceNotificationTypeSettingsJson extends BaseJson
Constructor and Description |
---|
UserDeviceNotificationTypeSettingsJson() |
Modifier and Type | Method and 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) |
getObjType, setObjType, toString
public UserDeviceNotificationTypeSettingsJson()
public String getDeviceType()
public void setDeviceType(String deviceType)
public Boolean getEditFile()
public void setEditFile(Boolean editFile)
public Boolean getCommentMentioned()
public void setCommentMentioned(Boolean commentMentioned)
public Boolean getPendingPermissionRequest()
public void setPendingPermissionRequest(Boolean pendingPermissionRequest)
public Boolean getCommentReplied()
public void setCommentReplied(Boolean commentReplied)
public Boolean getOtherNotifications()
public void setOtherNotifications(Boolean otherNotifications)
public Boolean getSharedFile()
public void setSharedFile(Boolean sharedFile)
Copyright © 2019. All rights reserved.