Class ByProjectKeyImportContainersGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImportContainersGet,ImportContainerPagedResponse>
com.commercetools.importapi.client.ByProjectKeyImportContainersGet
All Implemented Interfaces:
Secured_by_view_import_containersTrait<ByProjectKeyImportContainersGet>, io.vrap.rmf.base.client.ClientRequestCommand<ImportContainerPagedResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<ImportContainerPagedResponse>

Retrieves all import containers of a given project key.



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