Class ByProjectKeyStagedQuotesGet

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



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