Class ByProjectKeyInStoreKeyByStoreKeyStagedQuotesGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyStagedQuotesGet>, ClientRequestCommand<StagedQuotePagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<StagedQuotePagedQueryResponse>, RequestCommand<StagedQuotePagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.staged_quote.StagedQuotePagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .stagedQuotes()
            .get()
            .execute()