Interface FieldSort.Builder

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

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

    • fieldId

      FieldSort.Builder fieldId(String fieldId)

      The sort configuration target field.

      Parameters:
      fieldId - The sort configuration target field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • direction

      FieldSort.Builder direction(String direction)

      The sort direction. Choose one of the following options:

      • ASC: Ascending

      • DESC: Descending

      Parameters:
      direction - The sort direction. Choose one of the following options:

      • ASC: Ascending

      • DESC: Descending

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • direction

      FieldSort.Builder direction(SortDirection direction)

      The sort direction. Choose one of the following options:

      • ASC: Ascending

      • DESC: Descending

      Parameters:
      direction - The sort direction. Choose one of the following options:

      • ASC: Ascending

      • DESC: Descending

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: