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) |
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 |
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 GetInstalledPluginsRequest setLimit(Long limit)
this
.public GetInstalledPluginsRequest setOffset(Long offset)
this
.public boolean equals(Object o)
equals
in class Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object