| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected List<Permission> |
Role.permissions |
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
Role.getPermissions()
Set of permissions that are granted to this role.
|
| Modifier and Type | Method and Description |
|---|---|
Permission |
PermissionService.read(Long id)
Read
Reads the entity with the given 'id' and returns it.
|
Permission |
PermissionService.read(Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
PermissionService.all()
All
This operation returns all entities which are available.
|
List<Permission> |
PermissionService.all(Map<String,Object> params)
All
This operation returns all entities which are available.
|
Copyright © 2021. All rights reserved.