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

      The finding detail field by which results are sorted.

      Parameters:
      field - The finding detail field by which results are sorted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • field

      The finding detail field by which results are sorted.

      Parameters:
      field - The finding detail field by which results are sorted.
      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 findings are sorted.

      Parameters:
      sortOrder - The order by which findings are sorted.
      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 findings are sorted.

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