public class CreateCursorRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
CreateCursorRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
List<String> |
getFields()
The field codes to be included in the response when using the Get Cursor API (optional).
|
String |
getQuery()
The query string (optional).
|
Long |
getSize()
The maximum number of records the Get Cursor API can retrieve from this cursor with one request
(optional).
|
int |
hashCode() |
CreateCursorRequest |
setApp(Long app)
The App ID (required).
|
CreateCursorRequest |
setFields(List<String> fields)
The field codes to be included in the response when using the Get Cursor API (optional).
|
CreateCursorRequest |
setQuery(String query)
The query string (optional).
|
CreateCursorRequest |
setSize(Long size)
The maximum number of records the Get Cursor API can retrieve from this cursor with one request
(optional).
|
String |
toString() |
public Long getApp()
public List<String> getFields()
public String getQuery()
public Long getSize()
public CreateCursorRequest setApp(Long app)
this.public CreateCursorRequest setFields(List<String> fields)
this.public CreateCursorRequest setQuery(String query)
this.public CreateCursorRequest setSize(Long size)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object