public static interface FieldValueUnion.Builder extends SdkPojo, CopyableBuilder<FieldValueUnion.Builder,FieldValueUnion>
| Modifier and Type | Method and Description |
|---|---|
FieldValueUnion.Builder |
booleanValue(Boolean booleanValue)
Can be either null, or have a Boolean value type.
|
FieldValueUnion.Builder |
doubleValue(Double doubleValue)
Can be either null, or have a Double number value type.
|
FieldValueUnion.Builder |
stringValue(String stringValue)
String value type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFieldValueUnion.Builder booleanValue(Boolean booleanValue)
Can be either null, or have a Boolean value type. Only one value can be provided.
booleanValue - Can be either null, or have a Boolean value type. Only one value can be provided.FieldValueUnion.Builder doubleValue(Double doubleValue)
Can be either null, or have a Double number value type. Only one value can be provided.
doubleValue - Can be either null, or have a Double number value type. Only one value can be provided.FieldValueUnion.Builder stringValue(String stringValue)
String value type.
stringValue - String value type.Copyright © 2023. All rights reserved.