Class ByProjectKeyMeQuoteRequestsByIDGet

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



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