Interface SortCriteria.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SortCriteria.Builder,SortCriteria>, SdkBuilder<SortCriteria.Builder,SortCriteria>, SdkPojo
Enclosing class:
SortCriteria

public static interface SortCriteria.Builder extends SdkPojo, CopyableBuilder<SortCriteria.Builder,SortCriteria>
  • 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: