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 Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object