public interface HasPermissionsEndpoint extends Endpoint
| Modifier and Type | Method and Description |
|---|---|
default EmployeePermission |
getPermissions(String id) |
default EmployeePermission |
updatePermissions(String id,
EmployeePermissions employeePermissions) |
api, entityClass, metaEntityClass, path, positionEntityClassdefault EmployeePermission getPermissions(String id) throws IOException, ApiClientException
IOExceptionApiClientExceptiondefault EmployeePermission updatePermissions(String id, EmployeePermissions employeePermissions) throws IOException, ApiClientException
IOExceptionApiClientExceptionCopyright © 2024. All rights reserved.