public final class UpdateRecordsResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
UpdateRecordsResponseBody(List<RecordRevision> records)
Creates a new
UpdateRecordsResponseBody instance. |
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 Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object