| Package | Description |
|---|---|
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
ShopifySubscriptionProduct |
ShopifySubscriptionProductService.create(Long spaceId,
ShopifySubscriptionProductCreate entity)
Create
Creates the entity with the given properties.
|
ShopifySubscriptionProduct |
ShopifySubscriptionProductService.create(Long spaceId,
ShopifySubscriptionProductCreate entity,
Map<String,Object> params)
Create
Creates the entity with the given properties.
|
ShopifySubscriptionProduct |
ShopifySubscriptionProductService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
ShopifySubscriptionProduct |
ShopifySubscriptionProductService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
ShopifySubscriptionProduct |
ShopifySubscriptionProductService.update(Long spaceId,
ShopifySubscriptionProductUpdate entity)
Update
This updates the entity with the given properties.
|
ShopifySubscriptionProduct |
ShopifySubscriptionProductService.update(Long spaceId,
ShopifySubscriptionProductUpdate entity,
Map<String,Object> params)
Update
This updates the entity with the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShopifySubscriptionProduct> |
ShopifySubscriptionProductService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<ShopifySubscriptionProduct> |
ShopifySubscriptionProductService.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.