public final class UpdateRecordAssigneesResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
UpdateRecordAssigneesResponseBody(long revision)
Creates a new
UpdateRecordAssigneesResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getRevision()
The revision number of the record after updating the Assignees.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="revision") public UpdateRecordAssigneesResponseBody(long revision)
UpdateRecordAssigneesResponseBody instance.revision - The revision number of the record after updating the Assignees.public long getRevision()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object