Uses of Class
app.nzyme.plugin.rest.security.PermissionLevel
-
Packages that use PermissionLevel Package Description app.nzyme.plugin.rest.security -
-
Uses of PermissionLevel in app.nzyme.plugin.rest.security
Methods in app.nzyme.plugin.rest.security that return PermissionLevel Modifier and Type Method Description PermissionLevelvalue()static PermissionLevelPermissionLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionLevel[]PermissionLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-