Class ByProjectKeyQuotesByIDGet

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



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