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.SortOrderListMaskingPolicyHealthReportsRequest.SortOrder. create(String key)ListMaskingPolicyHealthReportsRequest.SortOrderListMaskingPolicyHealthReportsRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListMaskingPolicyHealthReportsRequest.SortOrderListMaskingPolicyHealthReportsRequest.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.BuilderListMaskingPolicyHealthReportsRequest.Builder. sortOrder(ListMaskingPolicyHealthReportsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-