Class ByProjectKeyImportContainersGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<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.HttpRequestCommand<ImportContainerPagedResponse>, io.vrap.rmf.base.client.RequestCommand<ImportContainerPagedResponse>

public class ByProjectKeyImportContainersGet extends io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyImportContainersGet,ImportContainerPagedResponse> implements Secured_by_view_import_containersTrait<ByProjectKeyImportContainersGet>

Retrieves all import containers of a given project key.



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