public static interface Option.Builder extends SdkPojo, CopyableBuilder<Option.Builder,Option>
| Modifier and Type | Method and Description |
|---|---|
Option.Builder |
description(String description)
Specifies the description of the option.
|
Option.Builder |
label(String label)
Specifies the label of the option.
|
Option.Builder |
value(String value)
Specifies the value of the option.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOption.Builder value(String value)
Specifies the value of the option.
value - Specifies the value of the option.Option.Builder label(String label)
Specifies the label of the option.
label - Specifies the label of the option.Option.Builder description(String description)
Specifies the description of the option.
description - Specifies the description of the option.Copyright © 2023. All rights reserved.