Class ByProjectKeyInStoreKeyByStoreKeyQuotesByIDGet

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



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