Class ByProjectKeyImportContainersByImportContainerKeyDelete

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

Deletes the import container given by the key.



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

    • ByProjectKeyImportContainersByImportContainerKeyDelete

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

      public ByProjectKeyImportContainersByImportContainerKeyDelete(ByProjectKeyImportContainersByImportContainerKeyDelete t)
  • Method Details