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.AccessLevelListLibraryMaskingFormatsRequest.AccessLevel. create(String key)ListLibraryMaskingFormatsRequest.AccessLevelListLibraryMaskingFormatsRequest. getAccessLevel()Valid values are RESTRICTED and ACCESSIBLE.static ListLibraryMaskingFormatsRequest.AccessLevelListLibraryMaskingFormatsRequest.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.BuilderListLibraryMaskingFormatsRequest.Builder. accessLevel(ListLibraryMaskingFormatsRequest.AccessLevel accessLevel)Valid values are RESTRICTED and ACCESSIBLE.
-