Class ByProjectKeyInventoryKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInventoryKeyByKeyGet,InventoryEntry>
com.commercetools.api.client.ByProjectKeyInventoryKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInventoryKeyByKeyGet>, ErrorableTrait<ByProjectKeyInventoryKeyByKeyGet>, ExpandableTrait<ByProjectKeyInventoryKeyByKeyGet>, 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()
            .withKey("{key}")
            .get()
            .execute()