public final class GetAppActionsPreviewResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetAppActionsPreviewResponseBody(Map<String,AppAction> actions,
long revision)
Creates a new
GetAppActionsPreviewResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,AppAction> |
getActions()
An object of Action settings.
|
long |
getRevision()
The revision number of the app settings.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"actions","revision"}) public GetAppActionsPreviewResponseBody(Map<String,AppAction> actions, long revision)
GetAppActionsPreviewResponseBody
instance.actions
- An object of Action settings. The object's key is the Action's unique identifier, which is set
as the Action's name in its default language settings (this is regardless of the lang request
parameter's value). The values of the key are the various Action settings associated with that
Action.revision
- The revision number of the app settings.public Map<String,AppAction> getActions()
public long getRevision()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object