public static interface OptionVersion.Builder extends SdkPojo, CopyableBuilder<OptionVersion.Builder,OptionVersion>
Modifier and Type | Method and Description |
---|---|
OptionVersion.Builder |
isDefault(Boolean isDefault)
True if the version is the default version of the option, and otherwise false.
|
OptionVersion.Builder |
version(String version)
The version of the option.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OptionVersion.Builder version(String version)
The version of the option.
version
- The version of the option.OptionVersion.Builder isDefault(Boolean isDefault)
True if the version is the default version of the option, and otherwise false.
isDefault
- True if the version is the default version of the option, and otherwise false.Copyright © 2023. All rights reserved.