Interface FieldSort.Builder

  • 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: