Uses of Class
nl.sbdeveloper.vehiclesplus.api.vehicles.settings.impl.Permissions
Packages that use Permissions
Package
Description
The Vehicles package contains all the vehicle related API.
The Settings Implementation package contains all the implemented setting classes.
-
Uses of Permissions in nl.sbdeveloper.vehiclesplus.api.vehicles
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles that return PermissionsModifier and TypeMethodDescription@NotNull Permissions
VehicleModel.getPermissions()
The permission settingsMethods in nl.sbdeveloper.vehiclesplus.api.vehicles with parameters of type PermissionsModifier and TypeMethodDescriptionVehicleModel.Builder.permissions
(Permissions permissions) Sets the permissions for the vehicle model.void
VehicleModel.setPermissions
(@NotNull Permissions permissions) The permission settings -
Uses of Permissions in nl.sbdeveloper.vehiclesplus.api.vehicles.settings.impl
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.settings.impl that return Permissions