Class ByProjectKeyMeQuotesKeyByKeyGet

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



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