Class ByProjectKeyQuoteRequestsGet

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.quote_request.QuoteRequestPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .quoteRequests()
            .get()
            .execute()