Class ByProjectKeyInStoreKeyByStoreKeyStagedQuotesKeyByKeyGet

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



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