| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ActionParameter |
ActionParameter.clone() |
ActionParameter |
ActionParameter.set(java.lang.String fieldName,
java.lang.Object value) |
ActionParameter |
ActionParameter.setKey(java.lang.String key)
The name of the parameter for the action script.
|
ActionParameter |
ActionParameter.setValue(java.lang.String value)
The value of the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ActionParameter> |
FormAction.getParameters()
List of action parameters.
|
| Modifier and Type | Method and Description |
|---|---|
FormAction |
FormAction.setParameters(java.util.List<ActionParameter> parameters)
List of action parameters.
|