Uses of Enum Class
org.tavall.couriers.api.web.user.permission.UserPermissions
Packages that use UserPermissions
-
Uses of UserPermissions in org.tavall.couriers.api.web.user
Methods in org.tavall.couriers.api.web.user that return types with arguments of type UserPermissionsMethods in org.tavall.couriers.api.web.user with parameters of type UserPermissionsModifier and TypeMethodDescriptionbooleanUserAccount.hasPermission(UserPermissions permission) booleanUserAccountEntity.hasPermission(UserPermissions permission) -
Uses of UserPermissions in org.tavall.couriers.api.web.user.permission
Subclasses with type arguments of type UserPermissions in org.tavall.couriers.api.web.user.permissionMethods in org.tavall.couriers.api.web.user.permission that return UserPermissionsModifier and TypeMethodDescriptionstatic UserPermissionsReturns the enum constant of this class with the specified name.static UserPermissions[]UserPermissions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tavall.couriers.api.web.user.permission that return types with arguments of type UserPermissions