public final class GetPerRecordNotificationsResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetPerRecordNotificationsResponseBody(List<PerRecordNotification> notifications,
long revision)
Creates a new
GetPerRecordNotificationsResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<PerRecordNotification> |
getNotifications()
An array of objects containing data of the Per Record Notification settings.
|
long |
getRevision()
The revision number of the App settings.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"notifications","revision"})
public GetPerRecordNotificationsResponseBody(List<PerRecordNotification> notifications,
long revision)
GetPerRecordNotificationsResponseBody instance.notifications - An array of objects containing data of the Per Record Notification settings.revision - The revision number of the App settings.public List<PerRecordNotification> getNotifications()
public long getRevision()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object