Class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyGet

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



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