Class ByProjectKeyStagedQuotesKeyByKeyGet

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



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