Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
InputValue |
InputValue.clone() |
InputValue |
InputValue.set(String fieldName,
Object value) |
InputValue |
InputValue.setCheckboxInputValue(InputValueCheckboxInputValue checkboxInputValue)
Value for checkbox input field.
|
InputValue |
InputValue.setChoiceInputValue(InputValueChoiceInputValue choiceInputValue)
Value for choice input field.
|
InputValue |
InputValue.setInputFieldId(String inputFieldId)
Required.
|
InputValue |
InputValue.setTextInputValue(InputValueTextInputValue textInputValue)
Value for text input field.
|
Modifier and Type | Method and Description |
---|---|
List<InputValue> |
ActionInput.getInputValues()
Required.
|
Modifier and Type | Method and Description |
---|---|
ActionInput |
ActionInput.setInputValues(List<InputValue> inputValues)
Required.
|
Copyright © 2011–2024 Google. All rights reserved.