Class ByProjectKeyInventoryKeyByKeyPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyInventoryKeyByKeyPostString,InventoryEntry>
com.commercetools.api.client.ByProjectKeyInventoryKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInventoryKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyInventoryKeyByKeyPostString>, ErrorableTrait<ByProjectKeyInventoryKeyByKeyPostString>, ExpandableTrait<ByProjectKeyInventoryKeyByKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<InventoryEntry>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<InventoryEntry>, io.vrap.rmf.base.client.RequestCommand<InventoryEntry>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.inventory.InventoryEntry>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inventory()
            .withKey("{key}")
            .post("")
            .execute()