Uses of Class
com.oracle.bmc.datasafe.requests.ListMaskingPolicyHealthReportsRequest.SortOrder
-
Packages that use ListMaskingPolicyHealthReportsRequest.SortOrder Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListMaskingPolicyHealthReportsRequest.SortOrder in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListMaskingPolicyHealthReportsRequest.SortOrder Modifier and Type Method Description static ListMaskingPolicyHealthReportsRequest.SortOrder
ListMaskingPolicyHealthReportsRequest.SortOrder. create(String key)
ListMaskingPolicyHealthReportsRequest.SortOrder
ListMaskingPolicyHealthReportsRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).static ListMaskingPolicyHealthReportsRequest.SortOrder
ListMaskingPolicyHealthReportsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListMaskingPolicyHealthReportsRequest.SortOrder[]
ListMaskingPolicyHealthReportsRequest.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 ListMaskingPolicyHealthReportsRequest.SortOrder Modifier and Type Method Description ListMaskingPolicyHealthReportsRequest.Builder
ListMaskingPolicyHealthReportsRequest.Builder. sortOrder(ListMaskingPolicyHealthReportsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-