Interface SortCriteria.Builder

  • Method Details

    • 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

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

      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: