public final class GetRecordsByCursorResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetRecordsByCursorResponseBody(boolean next,
List<Record> records)
Creates a new
GetRecordsByCursorResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Record> |
getRecords()
A list of record objects.
|
int |
hashCode() |
boolean |
hasNext()
Tests whether there are more records that can be acquired from the cursor.
|
boolean |
isNext()
States whether there are more records that can be acquired from the cursor.
|
String |
toString() |
@ConstructorProperties(value={"next","records"})
public GetRecordsByCursorResponseBody(boolean next,
List<Record> records)
GetRecordsByCursorResponseBody instance.next - States whether there are more records that can be acquired from the cursor.records - A list of record objects.public boolean hasNext()
public boolean isNext()
public List<Record> getRecords()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object