Uses of Class
com.oracle.bmc.datasafe.requests.ListLibraryMaskingFormatsRequest.SortBy
-
Packages that use ListLibraryMaskingFormatsRequest.SortBy Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListLibraryMaskingFormatsRequest.SortBy in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListLibraryMaskingFormatsRequest.SortBy Modifier and Type Method Description static ListLibraryMaskingFormatsRequest.SortBy
ListLibraryMaskingFormatsRequest.SortBy. create(String key)
ListLibraryMaskingFormatsRequest.SortBy
ListLibraryMaskingFormatsRequest. getSortBy()
The field to sort by.static ListLibraryMaskingFormatsRequest.SortBy
ListLibraryMaskingFormatsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListLibraryMaskingFormatsRequest.SortBy[]
ListLibraryMaskingFormatsRequest.SortBy. 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.SortBy Modifier and Type Method Description ListLibraryMaskingFormatsRequest.Builder
ListLibraryMaskingFormatsRequest.Builder. sortBy(ListLibraryMaskingFormatsRequest.SortBy sortBy)
The field to sort by.
-