Class ByProjectKeyMeQuoteRequestsGet

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



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