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