Interface FieldPosition.Builder

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

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

    • fixed

      The field position is fixed and doesn't change in relation to other fields.

      Parameters:
      fixed - The field position is fixed and doesn't change in relation to other fields.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fixed

      The field position is fixed and doesn't change in relation to other fields.

      Parameters:
      fixed - The field position is fixed and doesn't change in relation to other fields.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • rightOf

      FieldPosition.Builder rightOf(String rightOf)

      The field position is to the right of the field specified by the string.

      Parameters:
      rightOf - The field position is to the right of the field specified by the string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • below

      The field position is below the field specified by the string.

      Parameters:
      below - The field position is below the field specified by the string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.