Class ProjectApiRoot
java.lang.Object
com.commercetools.importapi.client.ProjectApiRoot
- All Implemented Interfaces:
ProjectScopedApiRoot
,Closeable
,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static ProjectApiRoot
fromClient
(String projectKey, ApiHttpClient apiHttpClient) static ProjectApiRoot
orders()
prices()
products()
types()
with()
withProjectKey
(String projectKey)
-
Method Details
-
of
-
fromClient
-
with
- Specified by:
with
in interfaceProjectScopedApiRoot
-
withProjectKey
-
importContainers
- Specified by:
importContainers
in interfaceProjectScopedApiRoot
-
importOperations
- Specified by:
importOperations
in interfaceProjectScopedApiRoot
-
categories
- Specified by:
categories
in interfaceProjectScopedApiRoot
-
prices
- Specified by:
prices
in interfaceProjectScopedApiRoot
-
products
- Specified by:
products
in interfaceProjectScopedApiRoot
-
productDrafts
- Specified by:
productDrafts
in interfaceProjectScopedApiRoot
-
productTypes
- Specified by:
productTypes
in interfaceProjectScopedApiRoot
-
productVariants
- Specified by:
productVariants
in interfaceProjectScopedApiRoot
-
productVariantPatches
- Specified by:
productVariantPatches
in interfaceProjectScopedApiRoot
-
orders
- Specified by:
orders
in interfaceProjectScopedApiRoot
-
orderPatches
- Specified by:
orderPatches
in interfaceProjectScopedApiRoot
-
customers
- Specified by:
customers
in interfaceProjectScopedApiRoot
-
standalonePrices
- Specified by:
standalonePrices
in interfaceProjectScopedApiRoot
-
inventories
- Specified by:
inventories
in interfaceProjectScopedApiRoot
-
types
- Specified by:
types
in interfaceProjectScopedApiRoot
-
discountCodes
- Specified by:
discountCodes
in interfaceProjectScopedApiRoot
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-