Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
InputField |
InputField.clone() |
InputField |
InputFieldChoiceInputChoiceInputOption.getAdditionalInput()
Input that should be displayed when this option is selected.
|
InputField |
InputField.set(String fieldName,
Object value) |
InputField |
InputField.setCheckboxInput(InputFieldCheckboxInput checkboxInput)
Input field to provide a boolean value.
|
InputField |
InputField.setChoiceInput(InputFieldChoiceInput choiceInput)
Input field to select one of the offered choices.
|
InputField |
InputField.setId(String id)
Not for display but need to be sent back for the given input field.
|
InputField |
InputField.setLabel(TextWithTooltip label)
Input field label.
|
InputField |
InputField.setRequired(Boolean required)
Whether the field is required.
|
InputField |
InputField.setTextInput(InputFieldTextInput textInput)
Input field to provide text information.
|
Modifier and Type | Method and Description |
---|---|
List<InputField> |
ActionFlow.getInputs()
A list of input fields.
|
Modifier and Type | Method and Description |
---|---|
InputFieldChoiceInputChoiceInputOption |
InputFieldChoiceInputChoiceInputOption.setAdditionalInput(InputField additionalInput)
Input that should be displayed when this option is selected.
|
Modifier and Type | Method and Description |
---|---|
ActionFlow |
ActionFlow.setInputs(List<InputField> inputs)
A list of input fields.
|
Copyright © 2011–2024 Google. All rights reserved.