| 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)
Date input values.
|
Inputs |
Inputs.setDateTimeInput(DateTimeInput dateTimeInput)
Date and time input values.
|
Inputs |
Inputs.setStringInputs(StringInputs stringInputs)
Input parameter for regular widgets.
|
Inputs |
Inputs.setTimeInput(TimeInput timeInput)
Time input values.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Inputs> |
CommonEventObject.getFormInputs()
A map containing the current values of the widgets in a card.
|
| Modifier and Type | Method and Description |
|---|---|
CommonEventObject |
CommonEventObject.setFormInputs(Map<String,Inputs> formInputs)
A map containing the current values of the widgets in a card.
|
Copyright © 2011–2023 Google. All rights reserved.