Uses of Enum Class
com.kingsrook.qqq.backend.core.model.metadata.permissions.PermissionLevel
Packages that use PermissionLevel
-
Uses of PermissionLevel in com.kingsrook.qqq.backend.core.model.metadata.permissions
Subclasses with type arguments of type PermissionLevel in com.kingsrook.qqq.backend.core.model.metadata.permissionsMethods in com.kingsrook.qqq.backend.core.model.metadata.permissions that return PermissionLevelModifier and TypeMethodDescriptionQPermissionRules.getLevel()
Getter for levelstatic PermissionLevel
Returns the enum constant of this class with the specified name.static PermissionLevel[]
PermissionLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kingsrook.qqq.backend.core.model.metadata.permissions with parameters of type PermissionLevelModifier and TypeMethodDescriptionvoid
QPermissionRules.setLevel
(PermissionLevel level) Setter for levelQPermissionRules.withLevel
(PermissionLevel level) Fluent setter for level