Uses of Class
com.oracle.bmc.datasafe.requests.ListLibraryMaskingFormatsRequest.AccessLevel
-
Packages that use ListLibraryMaskingFormatsRequest.AccessLevel Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListLibraryMaskingFormatsRequest.AccessLevel in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListLibraryMaskingFormatsRequest.AccessLevel Modifier and Type Method Description static ListLibraryMaskingFormatsRequest.AccessLevel
ListLibraryMaskingFormatsRequest.AccessLevel. create(String key)
ListLibraryMaskingFormatsRequest.AccessLevel
ListLibraryMaskingFormatsRequest. getAccessLevel()
Valid values are RESTRICTED and ACCESSIBLE.static ListLibraryMaskingFormatsRequest.AccessLevel
ListLibraryMaskingFormatsRequest.AccessLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListLibraryMaskingFormatsRequest.AccessLevel[]
ListLibraryMaskingFormatsRequest.AccessLevel. 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.AccessLevel Modifier and Type Method Description ListLibraryMaskingFormatsRequest.Builder
ListLibraryMaskingFormatsRequest.Builder. accessLevel(ListLibraryMaskingFormatsRequest.AccessLevel accessLevel)
Valid values are RESTRICTED and ACCESSIBLE.
-