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