public class DeleteCursorRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
DeleteCursorRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId()
The cursor ID (required).
|
int |
hashCode() |
DeleteCursorRequest |
setId(String id)
The cursor ID (required).
|
String |
toString() |
public String getId()
public DeleteCursorRequest setId(String id)
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