Class ByProjectKeyQuoteRequestsByIDGet

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



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