public class UpdatePerRecordNotificationsRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdatePerRecordNotificationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
List<PerRecordNotification> |
getNotifications()
An array of objects containing data of the Per Record Notification settings (optional).
|
Long |
getRevision()
The expected revision number of the App settings (optional).
|
int |
hashCode() |
UpdatePerRecordNotificationsRequest |
setApp(Long app)
The App ID (required).
|
UpdatePerRecordNotificationsRequest |
setNotifications(List<PerRecordNotification> notifications)
An array of objects containing data of the Per Record Notification settings (optional).
|
UpdatePerRecordNotificationsRequest |
setRevision(Long revision)
The expected revision number of the App settings (optional).
|
String |
toString() |
public Long getApp()
public List<PerRecordNotification> getNotifications()
public Long getRevision()
public UpdatePerRecordNotificationsRequest setApp(Long app)
this.public UpdatePerRecordNotificationsRequest setNotifications(List<PerRecordNotification> notifications)
this.public UpdatePerRecordNotificationsRequest 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