Class ByProjectKeyQuotesByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyQuotesByIDGet>, ErrorableTrait<ByProjectKeyQuotesByIDGet>, ExpandableTrait<ByProjectKeyQuotesByIDGet>, ClientRequestCommand<Quote>, CreateHttpRequestCommand, HttpRequestCommand<Quote>, RequestCommand<Quote>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote.Quote>> result = apiRoot
            .withProjectKey("{projectKey}")
            .quotes()
            .withId("{ID}")
            .get()
            .execute()