public final class UpdateReminderNotificationsResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
UpdateReminderNotificationsResponseBody(long revision)
Creates a new
UpdateReminderNotificationsResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getRevision()
The revision number of the App settings.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="revision") public UpdateReminderNotificationsResponseBody(long revision)
UpdateReminderNotificationsResponseBody
instance.revision
- The revision number of the App settings.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