| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected WebhookUrl |
WebhookListener.url |
| Modifier and Type | Method and Description |
|---|---|
WebhookUrl |
WebhookListener.getUrl()
The URL which is invoked by the listener to notify the application about the event.
|
| Modifier and Type | Method and Description |
|---|---|
WebhookUrl |
WebhookUrlService.create(Long spaceId,
WebhookUrlCreate entity)
Create
Creates the entity with the given properties.
|
WebhookUrl |
WebhookUrlService.create(Long spaceId,
WebhookUrlCreate entity,
Map<String,Object> params)
Create
Creates the entity with the given properties.
|
WebhookUrl |
WebhookUrlService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
WebhookUrl |
WebhookUrlService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
WebhookUrl |
WebhookUrlService.update(Long spaceId,
WebhookUrlUpdate entity)
Update
This updates the entity with the given properties.
|
WebhookUrl |
WebhookUrlService.update(Long spaceId,
WebhookUrlUpdate entity,
Map<String,Object> params)
Update
This updates the entity with the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebhookUrl> |
WebhookUrlService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<WebhookUrl> |
WebhookUrlService.search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2021. All rights reserved.