public class AddAppPluginsRequest extends Object implements KintoneRequest
Constructor and Description |
---|
AddAppPluginsRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
List<String> |
getIds()
The Plug-in IDs that will be added to the App (required).
|
Long |
getRevision()
The expected revision number of the App settings (optional).
|
int |
hashCode() |
AddAppPluginsRequest |
setApp(Long app)
The App ID (required).
|
AddAppPluginsRequest |
setIds(List<String> ids)
The Plug-in IDs that will be added to the App (required).
|
AddAppPluginsRequest |
setRevision(Long revision)
The expected revision number of the App settings (optional).
|
String |
toString() |
public Long getApp()
public List<String> getIds()
public Long getRevision()
public AddAppPluginsRequest setApp(Long app)
this
.public AddAppPluginsRequest setIds(List<String> ids)
this
.public AddAppPluginsRequest setRevision(Long revision)
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