Class ByProjectKeyStagedQuotesByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyStagedQuotesByIDGet>, ErrorableTrait<ByProjectKeyStagedQuotesByIDGet>, ExpandableTrait<ByProjectKeyStagedQuotesByIDGet>, ClientRequestCommand<StagedQuote>, CreateHttpRequestCommand, HttpRequestCommand<StagedQuote>, RequestCommand<StagedQuote>



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