public class GetRecordCommentsRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
GetRecordCommentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
Long |
getLimit()
The number of records to retrieve (optional).
|
Long |
getOffset()
The offset of comments to retrieve (optional).
|
Order |
getOrder()
The sort order of the comment ID (optional).
|
Long |
getRecord()
The record ID (required).
|
int |
hashCode() |
GetRecordCommentsRequest |
setApp(Long app)
The App ID (required).
|
GetRecordCommentsRequest |
setLimit(Long limit)
The number of records to retrieve (optional).
|
GetRecordCommentsRequest |
setOffset(Long offset)
The offset of comments to retrieve (optional).
|
GetRecordCommentsRequest |
setOrder(Order order)
The sort order of the comment ID (optional).
|
GetRecordCommentsRequest |
setRecord(Long record)
The record ID (required).
|
String |
toString() |
public Long getApp()
public Long getRecord()
public Order getOrder()
public Long getOffset()
public Long getLimit()
public GetRecordCommentsRequest setApp(Long app)
this.public GetRecordCommentsRequest setRecord(Long record)
this.public GetRecordCommentsRequest setOrder(Order order)
this.public GetRecordCommentsRequest setOffset(Long offset)
this.public GetRecordCommentsRequest setLimit(Long limit)
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