Class ByProjectKeyQuotesKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyQuotesKeyByKeyGet,Quote>
com.commercetools.api.client.ByProjectKeyQuotesKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyQuotesKeyByKeyGet>, ErrorableTrait<ByProjectKeyQuotesKeyByKeyGet>, ExpandableTrait<ByProjectKeyQuotesKeyByKeyGet>, io.vrap.rmf.base.client.ClientRequestCommand<Quote>, io.vrap.rmf.base.client.RequestCommand<Quote>



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