Interface FieldOption.Builder

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

public static interface FieldOption.Builder extends SdkPojo, CopyableBuilder<FieldOption.Builder,FieldOption>
  • 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.