| Package | Description |
|---|---|
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
DeliveryIndication |
DeliveryIndicationService.markAsNotSuitable(Long spaceId,
Long deliveryIndicationId)
markAsNotSuitable
This operation marks the delivery indication as not suitable.
|
DeliveryIndication |
DeliveryIndicationService.markAsNotSuitable(Long spaceId,
Long deliveryIndicationId,
Map<String,Object> params)
markAsNotSuitable
This operation marks the delivery indication as not suitable.
|
DeliveryIndication |
DeliveryIndicationService.markAsSuitable(Long spaceId,
Long deliveryIndicationId)
markAsSuitable
This operation marks the delivery indication as suitable.
|
DeliveryIndication |
DeliveryIndicationService.markAsSuitable(Long spaceId,
Long deliveryIndicationId,
Map<String,Object> params)
markAsSuitable
This operation marks the delivery indication as suitable.
|
DeliveryIndication |
DeliveryIndicationService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
DeliveryIndication |
DeliveryIndicationService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeliveryIndication> |
DeliveryIndicationService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<DeliveryIndication> |
DeliveryIndicationService.search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2023. All rights reserved.