public static interface NullCheckBoxList.Builder extends SdkPojo, CopyableBuilder<NullCheckBoxList.Builder,NullCheckBoxList>
| Modifier and Type | Method and Description |
|---|---|
NullCheckBoxList.Builder |
isEmpty(Boolean isEmpty)
Specifies that an empty string is considered as a null value.
|
NullCheckBoxList.Builder |
isNegOne(Boolean isNegOne)
Specifies that an integer value of -1 is considered as a null value.
|
NullCheckBoxList.Builder |
isNullString(Boolean isNullString)
Specifies that a value spelling out the word 'null' is considered as a null value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNullCheckBoxList.Builder isEmpty(Boolean isEmpty)
Specifies that an empty string is considered as a null value.
isEmpty - Specifies that an empty string is considered as a null value.NullCheckBoxList.Builder isNullString(Boolean isNullString)
Specifies that a value spelling out the word 'null' is considered as a null value.
isNullString - Specifies that a value spelling out the word 'null' is considered as a null value.NullCheckBoxList.Builder isNegOne(Boolean isNegOne)
Specifies that an integer value of -1 is considered as a null value.
isNegOne - Specifies that an integer value of -1 is considered as a null value.Copyright © 2023. All rights reserved.