Class ByProjectKeyQuotesKeyByKeyGet

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



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