public final class GetAppsResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetAppsResponseBody(List<App> apps)
Creates a new
GetAppsResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<App> |
getApps()
A list of objects containing the App ID and name.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="apps") public GetAppsResponseBody(List<App> apps)
GetAppsResponseBody instance.apps - A list of objects containing the App ID and name. Objects are listed in ascending order of
their App IDs.public List<App> getApps()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object