public static interface Field.Builder extends SdkPojo, CopyableBuilder<Field.Builder,Field>
| Modifier and Type | Method and Description |
|---|---|
Field.Builder |
blobValue(SdkBytes blobValue)
A value of the BLOB data type.
|
Field.Builder |
booleanValue(Boolean booleanValue)
A value of the Boolean data type.
|
Field.Builder |
doubleValue(Double doubleValue)
A value of the double data type.
|
Field.Builder |
isNull(Boolean isNull)
A value that indicates whether the data is NULL.
|
Field.Builder |
longValue(Long longValue)
A value of the long data type.
|
Field.Builder |
stringValue(String stringValue)
A value of the string data type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildField.Builder blobValue(SdkBytes blobValue)
A value of the BLOB data type.
blobValue - A value of the BLOB data type.Field.Builder booleanValue(Boolean booleanValue)
A value of the Boolean data type.
booleanValue - A value of the Boolean data type.Field.Builder doubleValue(Double doubleValue)
A value of the double data type.
doubleValue - A value of the double data type.Field.Builder isNull(Boolean isNull)
A value that indicates whether the data is NULL.
isNull - A value that indicates whether the data is NULL.Field.Builder longValue(Long longValue)
A value of the long data type.
longValue - A value of the long data type.Field.Builder stringValue(String stringValue)
A value of the string data type.
stringValue - A value of the string data type.Copyright © 2023. All rights reserved.