public final class GetReminderNotificationsResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetReminderNotificationsResponseBody(List<ReminderNotification> notifications,
String timezone,
long revision)
Creates a new
GetReminderNotificationsResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<ReminderNotification> |
getNotifications()
An array of objects consisting of "Notification Trigger" options.
|
long |
getRevision()
The revision number of the App settings.
|
String |
getTimezone()
The timezone that determines the Reminder notification's timing.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"notifications","timezone","revision"}) public GetReminderNotificationsResponseBody(List<ReminderNotification> notifications, String timezone, long revision)
GetReminderNotificationsResponseBody
instance.notifications
- An array of objects consisting of "Notification Trigger" options. These options define when the
notifications will be sent out, under what conditions, and the recipients.timezone
- The timezone that determines the Reminder notification's timing. This reflects the "Reminder
Time Zone" dropdown option.revision
- The revision number of the App settings.public List<ReminderNotification> getNotifications()
public String getTimezone()
public long getRevision()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object