public static interface CoverageSortCriteria.Builder extends SdkPojo, CopyableBuilder<CoverageSortCriteria.Builder,CoverageSortCriteria>
| Modifier and Type | Method and Description |
|---|---|
CoverageSortCriteria.Builder |
attributeName(CoverageSortKey attributeName)
Represents the field name used to sort the coverage details.
|
CoverageSortCriteria.Builder |
attributeName(String attributeName)
Represents the field name used to sort the coverage details.
|
CoverageSortCriteria.Builder |
orderBy(OrderBy orderBy)
The order in which the sorted findings are to be displayed.
|
CoverageSortCriteria.Builder |
orderBy(String orderBy)
The order in which the sorted findings are to be displayed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoverageSortCriteria.Builder attributeName(String attributeName)
Represents the field name used to sort the coverage details.
attributeName - Represents the field name used to sort the coverage details.CoverageSortKey,
CoverageSortKeyCoverageSortCriteria.Builder attributeName(CoverageSortKey attributeName)
Represents the field name used to sort the coverage details.
attributeName - Represents the field name used to sort the coverage details.CoverageSortKey,
CoverageSortKeyCoverageSortCriteria.Builder orderBy(String orderBy)
The order in which the sorted findings are to be displayed.
CoverageSortCriteria.Builder orderBy(OrderBy orderBy)
The order in which the sorted findings are to be displayed.
Copyright © 2023. All rights reserved.