Interface SolutionSort.Builder

  • Method Details

    • sortBy

      SolutionSort.Builder sortBy(String sortBy)

      Specifies the attribute to sort by, such as Name, CreatedDate, or Status.

      Parameters:
      sortBy - Specifies the attribute to sort by, such as Name, CreatedDate, or Status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      Specifies the attribute to sort by, such as Name, CreatedDate, or Status.

      Parameters:
      sortBy - Specifies the attribute to sort by, such as Name, CreatedDate, or Status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      SolutionSort.Builder sortOrder(String sortOrder)

      Specifies the sorting order, either Ascending or Descending. The default is Descending.

      Parameters:
      sortOrder - Specifies the sorting order, either Ascending or Descending. The default is Descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      SolutionSort.Builder sortOrder(SortOrder sortOrder)

      Specifies the sorting order, either Ascending or Descending. The default is Descending.

      Parameters:
      sortOrder - Specifies the sorting order, either Ascending or Descending. The default is Descending.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: