public static interface NullValueField.Builder extends SdkPojo, CopyableBuilder<NullValueField.Builder,NullValueField>
| Modifier and Type | Method and Description |
|---|---|
default NullValueField.Builder |
datatype(Consumer<Datatype.Builder> datatype)
The datatype of the value.
|
NullValueField.Builder |
datatype(Datatype datatype)
The datatype of the value.
|
NullValueField.Builder |
value(String value)
The value of the null placeholder.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNullValueField.Builder value(String value)
The value of the null placeholder.
value - The value of the null placeholder.NullValueField.Builder datatype(Datatype datatype)
The datatype of the value.
datatype - The datatype of the value.default NullValueField.Builder datatype(Consumer<Datatype.Builder> datatype)
The datatype of the value.
This is a convenience method that creates an instance of theDatatype.Builder avoiding the need to
create one manually via Datatype.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to datatype(Datatype).
datatype - a consumer that will call methods on Datatype.Builderdatatype(Datatype)Copyright © 2023. All rights reserved.