Uses of Class
org.openapitools.client.model.Permission
Packages that use Permission
-
Uses of Permission in org.openapitools.client.api
Methods in org.openapitools.client.api that return PermissionModifier and TypeMethodDescriptionRoleApi.getRolePermission
(String roleIdOrLabel, String permissionType) Retrieve a Permission Retrieves a permission by `permissionType`Methods in org.openapitools.client.api that return types with arguments of type PermissionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Permission>
RoleApi.getRolePermissionWithHttpInfo
(String roleIdOrLabel, String permissionType) Retrieve a Permission Retrieves a permission by `permissionType` -
Uses of Permission in org.openapitools.client.model
Methods in org.openapitools.client.model that return PermissionMethods in org.openapitools.client.model that return types with arguments of type PermissionMethods in org.openapitools.client.model with parameters of type PermissionMethod parameters in org.openapitools.client.model with type arguments of type PermissionModifier and TypeMethodDescriptionPermissions.permissions
(List<Permission> permissions) void
Permissions.setPermissions
(List<Permission> permissions)