Class ProjectApiRoot
java.lang.Object
com.commercetools.importapi.client.ProjectApiRoot
- All Implemented Interfaces:
ProjectScopedApiRoot,Closeable,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static ProjectApiRootfromClient(String projectKey, ApiHttpClient apiHttpClient) static ProjectApiRootorders()prices()products()types()with()withProjectKey(String projectKey)
-
Method Details
-
of
-
fromClient
-
with
- Specified by:
within interfaceProjectScopedApiRoot
-
withProjectKey
-
importContainers
- Specified by:
importContainersin interfaceProjectScopedApiRoot
-
importOperations
- Specified by:
importOperationsin interfaceProjectScopedApiRoot
-
categories
- Specified by:
categoriesin interfaceProjectScopedApiRoot
-
prices
- Specified by:
pricesin interfaceProjectScopedApiRoot
-
products
- Specified by:
productsin interfaceProjectScopedApiRoot
-
productDrafts
- Specified by:
productDraftsin interfaceProjectScopedApiRoot
-
productTypes
- Specified by:
productTypesin interfaceProjectScopedApiRoot
-
productVariants
- Specified by:
productVariantsin interfaceProjectScopedApiRoot
-
productVariantPatches
- Specified by:
productVariantPatchesin interfaceProjectScopedApiRoot
-
orders
- Specified by:
ordersin interfaceProjectScopedApiRoot
-
orderPatches
- Specified by:
orderPatchesin interfaceProjectScopedApiRoot
-
customers
- Specified by:
customersin interfaceProjectScopedApiRoot
-
standalonePrices
- Specified by:
standalonePricesin interfaceProjectScopedApiRoot
-
inventories
- Specified by:
inventoriesin interfaceProjectScopedApiRoot
-
types
- Specified by:
typesin interfaceProjectScopedApiRoot
-
discountCodes
- Specified by:
discountCodesin interfaceProjectScopedApiRoot
-
productSelections
- Specified by:
productSelectionsin interfaceProjectScopedApiRoot
-
businessUnits
- Specified by:
businessUnitsin interfaceProjectScopedApiRoot
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-