Interface FieldOption.Builder

    • Method Detail

      • 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

        FieldOption.Builder name​(String 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

        FieldOption.Builder value​(String 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.