Class ByProjectKeyQuotesGet

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



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