Class ByProjectKeyImportOperationsByIdGet

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

Retrieves the ImportOperation of a given ID.



   CompletableFuture<ApiHttpResponse<com.commercetools.importapi.models.importoperations.ImportOperation>> result = apiRoot
            .withProjectKeyValue("{projectKey}")
            .importOperations()
            .withIdValue("{id}")
            .get()
            .execute()