public final class FormAction
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Hangouts Chat API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
FormAction() |
| Modifier and Type | Method and Description |
|---|---|
FormAction |
clone() |
java.lang.String |
getActionMethodName()
Apps Script function to invoke when the containing element is clicked/activated.
|
java.util.List<ActionParameter> |
getParameters()
List of action parameters.
|
FormAction |
set(java.lang.String fieldName,
java.lang.Object value) |
FormAction |
setActionMethodName(java.lang.String actionMethodName)
Apps Script function to invoke when the containing element is clicked/activated.
|
FormAction |
setParameters(java.util.List<ActionParameter> parameters)
List of action parameters.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getActionMethodName()
null for nonepublic FormAction setActionMethodName(java.lang.String actionMethodName)
actionMethodName - actionMethodName or null for nonepublic java.util.List<ActionParameter> getParameters()
null for nonepublic FormAction setParameters(java.util.List<ActionParameter> parameters)
parameters - parameters or null for nonepublic FormAction set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic FormAction clone()
clone in class com.google.api.client.json.GenericJson