public static interface TestSetSortBy.Builder extends SdkPojo, CopyableBuilder<TestSetSortBy.Builder,TestSetSortBy>
| Modifier and Type | Method and Description |
|---|---|
TestSetSortBy.Builder |
attribute(String attribute)
Specifies whether to sort the test sets by name or by the time they were last updated.
|
TestSetSortBy.Builder |
attribute(TestSetSortAttribute attribute)
Specifies whether to sort the test sets by name or by the time they were last updated.
|
TestSetSortBy.Builder |
order(SortOrder order)
Specifies whether to sort in ascending or descending order.
|
TestSetSortBy.Builder |
order(String order)
Specifies whether to sort in ascending or descending order.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestSetSortBy.Builder attribute(String attribute)
Specifies whether to sort the test sets by name or by the time they were last updated.
attribute - Specifies whether to sort the test sets by name or by the time they were last updated.TestSetSortAttribute,
TestSetSortAttributeTestSetSortBy.Builder attribute(TestSetSortAttribute attribute)
Specifies whether to sort the test sets by name or by the time they were last updated.
attribute - Specifies whether to sort the test sets by name or by the time they were last updated.TestSetSortAttribute,
TestSetSortAttributeTestSetSortBy.Builder order(String order)
Specifies whether to sort in ascending or descending order.
TestSetSortBy.Builder order(SortOrder order)
Specifies whether to sort in ascending or descending order.
Copyright © 2023. All rights reserved.