Class ByProjectKeyImportContainersPostString

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<ByProjectKeyImportContainersPostString,ImportContainer>
com.commercetools.importapi.client.ByProjectKeyImportContainersPostString
All Implemented Interfaces:
Secured_by_manage_import_containersTrait<ByProjectKeyImportContainersPostString>, io.vrap.rmf.base.client.ClientRequestCommand<ImportContainer>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ImportContainer>, io.vrap.rmf.base.client.RequestCommand<ImportContainer>

public class ByProjectKeyImportContainersPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyImportContainersPostString,ImportContainer> implements Secured_by_manage_import_containersTrait<ByProjectKeyImportContainersPostString>

Creates a new import container.



   CompletableFuture<ApiHttpResponse<com.commercetools.importapi.models.importcontainers.ImportContainer>> result = apiRoot
            .withProjectKeyValue("{projectKey}")
            .importContainers()
            .post("")
            .execute()