Class ByProjectKeyInventoryByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInventoryByIDGet,InventoryEntry>
com.commercetools.api.client.ByProjectKeyInventoryByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInventoryByIDGet>, ErrorableTrait<ByProjectKeyInventoryByIDGet>, ExpandableTrait<ByProjectKeyInventoryByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<InventoryEntry>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<InventoryEntry>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.inventory.InventoryEntry>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inventory()
            .withId("{ID}")
            .get()
            .execute()