Interface SortCriteria.Builder

    • Method Detail

      • field

        SortCriteria.Builder field​(String field)

        Represents the Field attribute to sort investigations.

        Parameters:
        field - Represents the Field attribute to sort investigations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Field, Field
      • field

        SortCriteria.Builder field​(Field field)

        Represents the Field attribute to sort investigations.

        Parameters:
        field - Represents the Field attribute to sort investigations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Field, Field
      • sortOrder

        SortCriteria.Builder sortOrder​(String sortOrder)

        The order by which the sorted findings are displayed.

        Parameters:
        sortOrder - The order by which the sorted findings are displayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        SortCriteria.Builder sortOrder​(SortOrder sortOrder)

        The order by which the sorted findings are displayed.

        Parameters:
        sortOrder - The order by which the sorted findings are displayed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder