public final class AddRecordsResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
AddRecordsResponseBody(List<Long> ids,
List<Long> revisions)
Creates a new
AddRecordsResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Long> |
getIds()
The Record IDs of the created records.
|
List<Long> |
getRevisions()
The revision numbers of the records.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"ids","revisions"})
public AddRecordsResponseBody(List<Long> ids,
List<Long> revisions)
AddRecordsResponseBody instance.ids - The Record IDs of the created records.revisions - The revision numbers of the records.public List<Long> getIds()
public List<Long> getRevisions()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object