Uses of Class
com.oracle.bmc.datasafe.requests.ListAuditProfilesRequest.SortOrder
-
Packages that use ListAuditProfilesRequest.SortOrder Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListAuditProfilesRequest.SortOrder in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListAuditProfilesRequest.SortOrder Modifier and Type Method Description static ListAuditProfilesRequest.SortOrder
ListAuditProfilesRequest.SortOrder. create(String key)
ListAuditProfilesRequest.SortOrder
ListAuditProfilesRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).static ListAuditProfilesRequest.SortOrder
ListAuditProfilesRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAuditProfilesRequest.SortOrder[]
ListAuditProfilesRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListAuditProfilesRequest.SortOrder Modifier and Type Method Description ListAuditProfilesRequest.Builder
ListAuditProfilesRequest.Builder. sortOrder(ListAuditProfilesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-