public class GetRequiredPluginsRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
GetRequiredPluginsRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getLimit()
The maximum number of plug-ins to retrieve.
|
Long |
getOffset()
The number of plug-ins to skip from the list of plug-ins.
|
int |
hashCode() |
GetRequiredPluginsRequest |
setLimit(Long limit)
The maximum number of plug-ins to retrieve.
|
GetRequiredPluginsRequest |
setOffset(Long offset)
The number of plug-ins to skip from the list of plug-ins.
|
String |
toString() |
public Long getLimit()
public Long getOffset()
public GetRequiredPluginsRequest setLimit(Long limit)
this.public GetRequiredPluginsRequest setOffset(Long offset)
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