Class ByProjectKeyMeQuotesByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMeQuotesByIDGet,Quote>
com.commercetools.api.client.ByProjectKeyMeQuotesByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeQuotesByIDGet>, ErrorableTrait<ByProjectKeyMeQuotesByIDGet>, ExpandableTrait<ByProjectKeyMeQuotesByIDGet>, 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}")
            .me()
            .quotes()
            .withId("{ID}")
            .get()
            .execute()