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