Interface SolutionSort.Builder

    • Method Detail

      • 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:
        SolutionSortName, SolutionSortName
      • sortBy

        SolutionSort.Builder sortBy​(SolutionSortName 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:
        SolutionSortName, SolutionSortName
      • 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, SortOrder
      • 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:
        SortOrder, SortOrder