Class ByProjectKeyInventoryGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInventoryGet,InventoryPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyInventoryGet
All Implemented Interfaces:
ByProjectKeyInventoryGetMixin, Deprecatable200Trait<ByProjectKeyInventoryGet>, ErrorableTrait<ByProjectKeyInventoryGet>, ExpandableTrait<ByProjectKeyInventoryGet>, PagedQueryResourceRequest<ByProjectKeyInventoryGet,InventoryPagedQueryResponse,InventoryEntryQueryBuilderDsl>, PagingTrait<ByProjectKeyInventoryGet>, QueryTrait<ByProjectKeyInventoryGet>, SimplePagedQueryResourceRequest<ByProjectKeyInventoryGet,InventoryPagedQueryResponse,InventoryEntryQueryBuilderDsl>, SortableTrait<ByProjectKeyInventoryGet>, io.vrap.rmf.base.client.ClientRequestCommand<InventoryPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<InventoryPagedQueryResponse>



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