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 Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object