public class DeployAppRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
DeployAppRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<DeployApp> |
getApps()
The list of Apps to deploy the pre-live settings to the live Apps (required).
|
Boolean |
getRevert()
Specify "true" to cancel all changes made to the pre-live settings (optional).
|
int |
hashCode() |
DeployAppRequest |
setApps(List<DeployApp> apps)
The list of Apps to deploy the pre-live settings to the live Apps (required).
|
DeployAppRequest |
setRevert(Boolean revert)
Specify "true" to cancel all changes made to the pre-live settings (optional).
|
String |
toString() |
public List<DeployApp> getApps()
public Boolean getRevert()
public DeployAppRequest setApps(List<DeployApp> apps)
this.public DeployAppRequest setRevert(Boolean revert)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object