public static interface FieldOption.Builder extends SdkPojo, CopyableBuilder<FieldOption.Builder,FieldOption>
| Modifier and Type | Method and Description |
|---|---|
FieldOption.Builder |
active(Boolean active)
Describes whether the
FieldOption is active (displayed) or inactive. |
FieldOption.Builder |
name(String name)
FieldOptionName has max length 100 and disallows trailing spaces. |
FieldOption.Builder |
value(String value)
FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFieldOption.Builder active(Boolean active)
Describes whether the FieldOption is active (displayed) or inactive.
active - Describes whether the FieldOption is active (displayed) or inactive.FieldOption.Builder name(String name)
FieldOptionName has max length 100 and disallows trailing spaces.
name - FieldOptionName has max length 100 and disallows trailing spaces.FieldOption.Builder value(String value)
FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores.
value - FieldOptionValue has max length 100 and must be alphanumeric with hyphens and
underscores.Copyright © 2023. All rights reserved.