Class ByProjectKeyQuotesGet

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote.QuotePagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .quotes()
            .get()
            .execute()