public final class GetGeneralNotificationsPreviewResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetGeneralNotificationsPreviewResponseBody(List<GeneralNotification> notifications,
boolean notifyToCommenter,
long revision)
Creates a new
GetGeneralNotificationsPreviewResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<GeneralNotification> |
getNotifications()
An array of objects consisting of "Recipients and Conditions" options.
|
long |
getRevision()
The revision number of the App settings.
|
int |
hashCode() |
boolean |
isNotifyToCommenter()
Option to notify all commenters of a record when a comment is posted on that record.
|
String |
toString() |
@ConstructorProperties(value={"notifications","notifyToCommenter","revision"})
public GetGeneralNotificationsPreviewResponseBody(List<GeneralNotification> notifications,
boolean notifyToCommenter,
long revision)
GetGeneralNotificationsPreviewResponseBody instance.notifications - An array of objects consisting of "Recipients and Conditions" options. These options define who
will receive the notifications.notifyToCommenter - Option to notify all commenters of a record when a comment is posted on that record. This
reflects the "Send updated comment notifications to all commenters" checkbox.
revision - The revision number of the App settings.public List<GeneralNotification> getNotifications()
public boolean isNotifyToCommenter()
public long getRevision()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object