Class ByProjectKeyStagedQuotesKeyByKeyGet

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



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