| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Inputs |
Inputs.clone() |
Inputs |
Inputs.set(String fieldName,
Object value) |
Inputs |
Inputs.setDateInput(DateInput dateInput) |
Inputs |
Inputs.setDateTimeInput(DateTimeInput dateTimeInput) |
Inputs |
Inputs.setStringInputs(StringInputs stringInputs) |
Inputs |
Inputs.setTimeInput(TimeInput timeInput) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Inputs> |
CommonEventObject.getFormInputs()
The keys are the string IDs associated with the widget and the values are inputs with a widget
in the card.
|
| Modifier and Type | Method and Description |
|---|---|
CommonEventObject |
CommonEventObject.setFormInputs(Map<String,Inputs> formInputs)
The keys are the string IDs associated with the widget and the values are inputs with a widget
in the card.
|
Copyright © 2011–2021 Google. All rights reserved.