| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected ShopifySubscriber |
ShopifySubscription.subscriber |
| Modifier and Type | Method and Description |
|---|---|
ShopifySubscriber |
ShopifySubscription.getSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
ShopifySubscriber |
ShopifySubscriberService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
ShopifySubscriber |
ShopifySubscriberService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
ShopifySubscriber |
ShopifySubscriberService.update(Long spaceId,
ShopifySubscriberActive query)
Update
This updates the entity with the given properties.
|
ShopifySubscriber |
ShopifySubscriberService.update(Long spaceId,
ShopifySubscriberActive query,
Map<String,Object> params)
Update
This updates the entity with the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShopifySubscriber> |
ShopifySubscriberService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<ShopifySubscriber> |
ShopifySubscriberService.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.