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