Interface FieldGroup.Builder

  • Method Details

    • fields

      Represents an ordered list containing field related information.

      Parameters:
      fields - Represents an ordered list containing field related information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fields

      FieldGroup.Builder fields(FieldItem... fields)

      Represents an ordered list containing field related information.

      Parameters:
      fields - Represents an ordered list containing field related information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fields

      Represents an ordered list containing field related information.

      This is a convenience method that creates an instance of the FieldItem.Builder avoiding the need to create one manually via FieldItem.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fields(List<FieldItem>).

      Parameters:
      fields - a consumer that will call methods on FieldItem.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      Name of the field group.

      Parameters:
      name - Name of the field group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.