Class ByProjectKeyInventoryGet

All Implemented Interfaces:
ByProjectKeyInventoryGetMixin, Deprecatable200Trait<ByProjectKeyInventoryGet>, ErrorableTrait<ByProjectKeyInventoryGet>, ExpandableTrait<ByProjectKeyInventoryGet>, PagedQueryResourceRequest<ByProjectKeyInventoryGet,InventoryPagedQueryResponse,com.commercetools.api.predicates.query.inventory.InventoryEntryQueryBuilderDsl>, PagingTrait<ByProjectKeyInventoryGet>, QueryTrait<ByProjectKeyInventoryGet>, SimplePagedQueryResourceRequest<ByProjectKeyInventoryGet,InventoryPagedQueryResponse,com.commercetools.api.predicates.query.inventory.InventoryEntryQueryBuilderDsl>, SortableTrait<ByProjectKeyInventoryGet>, ClientRequestCommand<InventoryPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<InventoryPagedQueryResponse>, RequestCommand<InventoryPagedQueryResponse>



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