Interface SelectValidation.Builder

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

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

    • minChoices

      SelectValidation.Builder minChoices(Integer minChoices)

      The minimum number of choices for the select.

      Parameters:
      minChoices - The minimum number of choices for the select.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxChoices

      SelectValidation.Builder maxChoices(Integer maxChoices)

      The maximum number of choices for the select.

      Parameters:
      maxChoices - The maximum number of choices for the select.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • options

      An array of strings for the possible selection options.

      Parameters:
      options - An array of strings for the possible selection options.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • options

      SelectValidation.Builder options(String... options)

      An array of strings for the possible selection options.

      Parameters:
      options - An array of strings for the possible selection options.
      Returns:
      Returns a reference to this object so that method calls can be chained together.