Class ByProjectKeyInventoryKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyInventoryKeyByKeyPost,InventoryEntry,InventoryEntryUpdate>
com.commercetools.api.client.ByProjectKeyInventoryKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInventoryKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyInventoryKeyByKeyPost>, ErrorableTrait<ByProjectKeyInventoryKeyByKeyPost>, ExpandableTrait<ByProjectKeyInventoryKeyByKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<InventoryEntry>, io.vrap.rmf.base.client.RequestCommand<InventoryEntry>



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