Class ByProjectKeyImportContainersByImportContainerKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyImportContainersByImportContainerKeyGet,ImportContainer>
com.commercetools.importapi.client.ByProjectKeyImportContainersByImportContainerKeyGet
All Implemented Interfaces:
Secured_by_view_import_containersTrait<ByProjectKeyImportContainersByImportContainerKeyGet>, 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 ByProjectKeyImportContainersByImportContainerKeyGet extends io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyImportContainersByImportContainerKeyGet,ImportContainer> implements Secured_by_view_import_containersTrait<ByProjectKeyImportContainersByImportContainerKeyGet>

Retrieves the import container given by the key.



   CompletableFuture<ApiHttpResponse<com.commercetools.importapi.models.importcontainers.ImportContainer>> result = apiRoot
            .withProjectKeyValue("{projectKey}")
            .importContainers()
            .withImportContainerKeyValue("{importContainerKey}")
            .get()
            .execute()
 
  • Constructor Details

    • ByProjectKeyImportContainersByImportContainerKeyGet

      public ByProjectKeyImportContainersByImportContainerKeyGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String importContainerKey)
    • ByProjectKeyImportContainersByImportContainerKeyGet

      public ByProjectKeyImportContainersByImportContainerKeyGet(ByProjectKeyImportContainersByImportContainerKeyGet t)
  • Method Details