| Package | Description |
|---|---|
| com.google.api.services.forms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Option |
Option.clone() |
Option |
Option.set(String fieldName,
Object value) |
Option |
Option.setGoToAction(String goToAction)
Section navigation type.
|
Option |
Option.setGoToSectionId(String goToSectionId)
Item ID of section header to go to.
|
Option |
Option.setImage(Image image)
Display image as an option.
|
Option |
Option.setIsOther(Boolean isOther)
Whether the option is "other".
|
Option |
Option.setValue(String value)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
List<Option> |
ChoiceQuestion.getOptions()
Required.
|
| Modifier and Type | Method and Description |
|---|---|
ChoiceQuestion |
ChoiceQuestion.setOptions(List<Option> options)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.