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 GaragePermissionsGarageRole.getPermissions()The name of the garage roleMethods in nl.sbdeveloper.vehiclesplus.api.garages.permissions with parameters of type GaragePermissionsModifier and TypeMethodDescriptionvoidGarageRole.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)