Class ByProjectKeyMeQuoteRequestsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMeQuoteRequestsGet,QuoteRequestPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyMeQuoteRequestsGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeQuoteRequestsGet>, ErrorableTrait<ByProjectKeyMeQuoteRequestsGet>, ExpandableTrait<ByProjectKeyMeQuoteRequestsGet>, PagingTrait<ByProjectKeyMeQuoteRequestsGet>, QueryTrait<ByProjectKeyMeQuoteRequestsGet>, SortableTrait<ByProjectKeyMeQuoteRequestsGet>, 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}")
            .me()
            .quoteRequests()
            .get()
            .execute()