Interface NullCheckBoxList.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NullCheckBoxList.Builder,NullCheckBoxList>, SdkBuilder<NullCheckBoxList.Builder,NullCheckBoxList>, SdkPojo
Enclosing class:
NullCheckBoxList

public static interface NullCheckBoxList.Builder extends SdkPojo, CopyableBuilder<NullCheckBoxList.Builder,NullCheckBoxList>
  • Method Details

    • isEmpty

      Specifies that an empty string is considered as a null value.

      Parameters:
      isEmpty - Specifies that an empty string is considered as a null value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isNullString

      NullCheckBoxList.Builder isNullString(Boolean isNullString)

      Specifies that a value spelling out the word 'null' is considered as a null value.

      Parameters:
      isNullString - Specifies that a value spelling out the word 'null' is considered as a null value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isNegOne

      NullCheckBoxList.Builder isNegOne(Boolean isNegOne)

      Specifies that an integer value of -1 is considered as a null value.

      Parameters:
      isNegOne - Specifies that an integer value of -1 is considered as a null value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.