Class ByProjectKeyMeQuotesByIDGet

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



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