Class ByProjectKeyInStoreKeyByStoreKeyQuotesKeyByKeyGet

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



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