Interface FieldOption.Builder

  • Method Details

    • active

      FieldOption.Builder active(Boolean active)

      Describes whether the FieldOption is active (displayed) or inactive.

      Parameters:
      active - Describes whether the FieldOption is active (displayed) or inactive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      FieldOptionName has max length 100 and disallows trailing spaces.

      Parameters:
      name - FieldOptionName has max length 100 and disallows trailing spaces.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores.

      Parameters:
      value - FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores.
      Returns:
      Returns a reference to this object so that method calls can be chained together.