| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected Token |
TokenVersion.token |
protected Token |
Transaction.token |
| Modifier and Type | Method and Description |
|---|---|
Token |
TokenVersion.getToken() |
Token |
Transaction.getToken() |
| Modifier and Type | Method and Description |
|---|---|
Token |
TokenService.create(Long spaceId,
TokenCreate entity)
Create
Creates the entity with the given properties.
|
Token |
TokenService.create(Long spaceId,
TokenCreate entity,
Map<String,Object> params)
Create
Creates the entity with the given properties.
|
Token |
TokenService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
Token |
TokenService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
Token |
TokenService.update(Long spaceId,
TokenUpdate entity)
Update
This updates the entity with the given properties.
|
Token |
TokenService.update(Long spaceId,
TokenUpdate entity,
Map<String,Object> params)
Update
This updates the entity with the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<Token> |
TokenService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<Token> |
TokenService.search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2022. All rights reserved.