Uses of Class
nl.sbdeveloper.vehiclesplus.api.garages.permissions.GaragePermissions
Packages that use GaragePermissions
Package
Description
This package contains the permissions based API for the garages.
-
Uses of GaragePermissions in nl.sbdeveloper.vehiclesplus.api.garages.permissions
Methods in nl.sbdeveloper.vehiclesplus.api.garages.permissions that return GaragePermissionsModifier and TypeMethodDescriptionGaragePermissions.GaragePermissionsBuilder.build()
@NotNull GaragePermissions
GarageRole.getPermissions()
The name of the garage roleMethods in nl.sbdeveloper.vehiclesplus.api.garages.permissions with parameters of type GaragePermissionsModifier and TypeMethodDescriptionvoid
GarageRole.setPermissions
(@NotNull GaragePermissions permissions) The name of the garage roleConstructors in nl.sbdeveloper.vehiclesplus.api.garages.permissions with parameters of type GaragePermissionsModifierConstructorDescriptionGarageRole
(@NotNull String roleName, @NotNull GaragePermissions permissions)