Class ByProjectKeyStagedQuotesByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyStagedQuotesByIDGet,StagedQuote>
com.commercetools.api.client.ByProjectKeyStagedQuotesByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyStagedQuotesByIDGet>, ErrorableTrait<ByProjectKeyStagedQuotesByIDGet>, ExpandableTrait<ByProjectKeyStagedQuotesByIDGet>, 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()
            .withId("{ID}")
            .get()
            .execute()