public class UninstallPluginRequest extends Object implements KintoneRequest
Constructor and Description |
---|
UninstallPluginRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId()
The ID of the Plug-in (required).
|
int |
hashCode() |
UninstallPluginRequest |
setId(String id)
The ID of the Plug-in (required).
|
String |
toString() |
public String getId()
public UninstallPluginRequest setId(String id)
this
.public boolean equals(Object o)
equals
in class Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object