Class ByProjectKeyQuoteRequestsGet

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



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