public final class UpsertRecordsResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
UpsertRecordsResponseBody(List<RecordUpsertResult> records)
Creates a new
UpsertRecordsResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<RecordUpsertResult> |
getRecords()
A list of objects that include the record IDs, updated revisions, and operations.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="records") public UpsertRecordsResponseBody(List<RecordUpsertResult> records)
UpsertRecordsResponseBody instance.records - A list of objects that include the record IDs, updated revisions, and operations.public List<RecordUpsertResult> getRecords()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object