public final class GetInstalledPluginsResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetInstalledPluginsResponseBody(List<Plugin> plugins)
Creates a new
GetInstalledPluginsResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Plugin> |
getPlugins()
A list of Plug-ins added to the App.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="plugins") public GetInstalledPluginsResponseBody(List<Plugin> plugins)
GetInstalledPluginsResponseBody instance.plugins - A list of Plug-ins added to the App.public List<Plugin> getPlugins()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object