Class ByProjectKeyImportContainersGet

All Implemented Interfaces:
Secured_by_view_import_containersTrait<ByProjectKeyImportContainersGet>, ClientRequestCommand<ImportContainerPagedResponse>, CreateHttpRequestCommand, HttpRequestCommand<ImportContainerPagedResponse>, 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()