public class UpdateGeneralNotificationsRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdateGeneralNotificationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
List<GeneralNotification> |
getNotifications()
An array of objects consisting of "Recipients and Conditions" options (optional).
|
Boolean |
getNotifyToCommenter()
Option to notify all commenters of a record when a comment is posted on that record (optional).
|
Long |
getRevision()
The expected revision number of the App settings (optional).
|
int |
hashCode() |
UpdateGeneralNotificationsRequest |
setApp(Long app)
The App ID (required).
|
UpdateGeneralNotificationsRequest |
setNotifications(List<GeneralNotification> notifications)
An array of objects consisting of "Recipients and Conditions" options (optional).
|
UpdateGeneralNotificationsRequest |
setNotifyToCommenter(Boolean notifyToCommenter)
Option to notify all commenters of a record when a comment is posted on that record (optional).
|
UpdateGeneralNotificationsRequest |
setRevision(Long revision)
The expected revision number of the App settings (optional).
|
String |
toString() |
public Long getApp()
public List<GeneralNotification> getNotifications()
public Boolean getNotifyToCommenter()
public Long getRevision()
public UpdateGeneralNotificationsRequest setApp(Long app)
this.public UpdateGeneralNotificationsRequest setNotifications(List<GeneralNotification> notifications)
this.public UpdateGeneralNotificationsRequest setNotifyToCommenter(Boolean notifyToCommenter)
this.public UpdateGeneralNotificationsRequest setRevision(Long revision)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object