Interface SortCriteria.Builder

    • Method Detail

      • attributeName

        SortCriteria.Builder attributeName​(String attributeName)

        Represents the finding attribute, such as accountId, that sorts the findings.

        Parameters:
        attributeName - Represents the finding attribute, such as accountId, that sorts the findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • orderBy

        SortCriteria.Builder orderBy​(String orderBy)

        The order by which the sorted findings are to be displayed.

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

        SortCriteria.Builder orderBy​(OrderBy orderBy)

        The order by which the sorted findings are to be displayed.

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