public static interface SortCriteria.Builder extends SdkPojo, CopyableBuilder<SortCriteria.Builder,SortCriteria>
| Modifier and Type | Method and Description |
|---|---|
SortCriteria.Builder |
attributeName(String attributeName)
The name of the property to sort the results by.
|
SortCriteria.Builder |
orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
SortCriteria.Builder |
orderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSortCriteria.Builder attributeName(String attributeName)
The name of the property to sort the results by. Valid values are: count, createdAt, policyDetails.action.apiCallDetails.firstSeen, policyDetails.action.apiCallDetails.lastSeen, resourcesAffected, severity.score, type, and updatedAt.
attributeName - The name of the property to sort the results by. Valid values are: count, createdAt,
policyDetails.action.apiCallDetails.firstSeen, policyDetails.action.apiCallDetails.lastSeen,
resourcesAffected, severity.score, type, and updatedAt.SortCriteria.Builder orderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
orderBy - The sort order to apply to the results, based on the value for the property specified by the
attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort
the results in descending order.OrderBy,
OrderBySortCriteria.Builder orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
orderBy - The sort order to apply to the results, based on the value for the property specified by the
attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort
the results in descending order.OrderBy,
OrderByCopyright © 2023. All rights reserved.