Class ByProjectKeyProductsImportContainersByImportContainerKeyPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyProductsImportContainersByImportContainerKeyPostString,ImportResponse>
com.commercetools.importapi.client.ByProjectKeyProductsImportContainersByImportContainerKeyPostString
All Implemented Interfaces:
Secured_by_manage_productsTrait<ByProjectKeyProductsImportContainersByImportContainerKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<ImportResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ImportResponse>, io.vrap.rmf.base.client.RequestCommand<ImportResponse>

public class ByProjectKeyProductsImportContainersByImportContainerKeyPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyProductsImportContainersByImportContainerKeyPostString,ImportResponse> implements Secured_by_manage_productsTrait<ByProjectKeyProductsImportContainersByImportContainerKeyPostString>

Creates a request for creating new Products or updating existing ones.



   CompletableFuture<ApiHttpResponse<com.commercetools.importapi.models.importrequests.ImportResponse>> result = apiRoot
            .withProjectKeyValue("{projectKey}")
            .products()
            .importContainers()
            .withImportContainerKeyValue("{importContainerKey}")
            .post("")
            .execute()