public final class UpdateRecordStatusesResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
UpdateRecordStatusesResponseBody(List<RecordRevision> records)
Creates a new
UpdateRecordStatusesResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<RecordRevision> |
getRecords()
A list of objects including information of the updated records.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="records") public UpdateRecordStatusesResponseBody(List<RecordRevision> records)
UpdateRecordStatusesResponseBody
instance.records
- A list of objects including information of the updated records.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