Interface TestSetSortBy.Builder

    • Method Detail

      • attribute

        TestSetSortBy.Builder attribute​(String attribute)

        Specifies whether to sort the test sets by name or by the time they were last updated.

        Parameters:
        attribute - Specifies whether to sort the test sets by name or by the time they were last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestSetSortAttribute, TestSetSortAttribute
      • attribute

        TestSetSortBy.Builder attribute​(TestSetSortAttribute attribute)

        Specifies whether to sort the test sets by name or by the time they were last updated.

        Parameters:
        attribute - Specifies whether to sort the test sets by name or by the time they were last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestSetSortAttribute, TestSetSortAttribute
      • order

        TestSetSortBy.Builder order​(String order)

        Specifies whether to sort in ascending or descending order.

        Parameters:
        order - Specifies whether to sort in ascending or descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • order

        TestSetSortBy.Builder order​(SortOrder order)

        Specifies whether to sort in ascending or descending order.

        Parameters:
        order - Specifies whether to sort in ascending or descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder