| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
SelectOption |
SelectOption.Builder.build()
Builds a new
SelectOption object using the set fields. |
SelectOption |
SelectOptions.getSelectedOption()
Getter for SelectedOption.
|
| Modifier and Type | Method and Description |
|---|---|
List<SelectOption> |
SelectOptions.getOptions()
Getter for Options.
|
| Modifier and Type | Method and Description |
|---|---|
SelectOptions.Builder |
SelectOptions.Builder.selectedOption(SelectOption selectedOption)
Setter for selectedOption.
|
| Modifier and Type | Method and Description |
|---|---|
SelectOptions.Builder |
SelectOptions.Builder.options(List<SelectOption> options)
Setter for options.
|
| Constructor and Description |
|---|
SelectOptions(String title,
String body,
List<SelectOption> options,
SelectOption selectedOption)
Initialization constructor.
|
| Constructor and Description |
|---|
Builder(String title,
String body,
List<SelectOption> options)
Initialization constructor.
|
SelectOptions(String title,
String body,
List<SelectOption> options,
SelectOption selectedOption)
Initialization constructor.
|
Copyright © 2023. All rights reserved.