Interface FieldSortExpression.Builder

  • Method Details

    • sortOrder

      FieldSortExpression.Builder sortOrder(String sortOrder)

      The sort order for the field.

      Parameters:
      sortOrder - The sort order for the field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      FieldSortExpression.Builder sortOrder(SortOrder sortOrder)

      The sort order for the field.

      Parameters:
      sortOrder - The sort order for the field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the field.

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