Uses of Class
com.oracle.bmc.cloudmigrations.model.AccessLevel
-
Packages that use AccessLevel Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of AccessLevel in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return AccessLevel Modifier and Type Method Description static AccessLevel
AccessLevel. create(String key)
static AccessLevel
AccessLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessLevel[]
AccessLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-