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) |
List<String> |
getCodes()
The App Code.
|
List<Long> |
getIds()
The App IDs.
|
Long |
getLimit()
The number of Apps to retrieve.
|
String |
getName()
The App Name.
|
Long |
getOffset()
The number of retrievals that will be skipped.
|
List<Long> |
getSpaceIds()
The Space ID of where the App resides in.
|
int |
hashCode() |
GetAppsRequest |
setCodes(List<String> codes)
The App Code.
|
GetAppsRequest |
setIds(List<Long> ids)
The App IDs.
|
GetAppsRequest |
setLimit(Long limit)
The number of Apps to retrieve.
|
GetAppsRequest |
setName(String name)
The App Name.
|
GetAppsRequest |
setOffset(Long offset)
The number of retrievals that will be skipped.
|
GetAppsRequest |
setSpaceIds(List<Long> spaceIds)
The Space ID of where the App resides in.
|
String |
toString() |
public List<Long> getIds()
public List<String> getCodes()
public String getName()
public List<Long> getSpaceIds()
public Long getLimit()
public Long getOffset()
public GetAppsRequest setIds(List<Long> ids)
this.public GetAppsRequest setCodes(List<String> codes)
this.public GetAppsRequest setName(String name)
this.public GetAppsRequest setSpaceIds(List<Long> spaceIds)
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