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()
The list of objects that contain general information of Apps.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="apps") public GetAppsResponseBody(List<App> apps)
GetAppsResponseBody
instance.apps
- The list of objects that contain general information of Apps.public List<App> getApps()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object