Class ByProjectKeyStagedQuotesGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyStagedQuotesGet,StagedQuotePagedQueryResponse>
com.commercetools.api.client.ByProjectKeyStagedQuotesGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyStagedQuotesGet>, ErrorableTrait<ByProjectKeyStagedQuotesGet>, ExpandableTrait<ByProjectKeyStagedQuotesGet>, PagingTrait<ByProjectKeyStagedQuotesGet>, QueryTrait<ByProjectKeyStagedQuotesGet>, SortableTrait<ByProjectKeyStagedQuotesGet>, io.vrap.rmf.base.client.ClientRequestCommand<StagedQuotePagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<StagedQuotePagedQueryResponse>



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