Class ByProjectKeyQuoteRequestsKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyQuoteRequestsKeyByKeyGet>, ErrorableTrait<ByProjectKeyQuoteRequestsKeyByKeyGet>, ExpandableTrait<ByProjectKeyQuoteRequestsKeyByKeyGet>, ClientRequestCommand<QuoteRequest>, CreateHttpRequestCommand, HttpRequestCommand<QuoteRequest>, RequestCommand<QuoteRequest>



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