Class ByProjectKeyMeQuotesGet

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