public static interface TestExecutionSortBy.Builder extends SdkPojo, CopyableBuilder<TestExecutionSortBy.Builder,TestExecutionSortBy>
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSortBy.Builder |
attribute(String attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
|
TestExecutionSortBy.Builder |
attribute(TestExecutionSortAttribute attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
|
TestExecutionSortBy.Builder |
order(SortOrder order)
Specifies whether to sort in ascending or descending order.
|
TestExecutionSortBy.Builder |
order(String order)
Specifies whether to sort in ascending or descending order.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestExecutionSortBy.Builder attribute(String attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
attribute - Specifies whether to sort the test set executions by the date and time at which the test sets were
created.TestExecutionSortAttribute,
TestExecutionSortAttributeTestExecutionSortBy.Builder attribute(TestExecutionSortAttribute attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
attribute - Specifies whether to sort the test set executions by the date and time at which the test sets were
created.TestExecutionSortAttribute,
TestExecutionSortAttributeTestExecutionSortBy.Builder order(String order)
Specifies whether to sort in ascending or descending order.
TestExecutionSortBy.Builder order(SortOrder order)
Specifies whether to sort in ascending or descending order.
Copyright © 2023. All rights reserved.