Class ByProjectKeyCartDiscountsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCartDiscountsGet,CartDiscountPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyCartDiscountsGet
All Implemented Interfaces:
ByProjectKeyCartDiscountsGetMixin, Deprecatable200Trait<ByProjectKeyCartDiscountsGet>, ErrorableTrait<ByProjectKeyCartDiscountsGet>, ExpandableTrait<ByProjectKeyCartDiscountsGet>, PagedQueryResourceRequest<ByProjectKeyCartDiscountsGet,CartDiscountPagedQueryResponse,CartDiscountQueryBuilderDsl>, PagingTrait<ByProjectKeyCartDiscountsGet>, QueryTrait<ByProjectKeyCartDiscountsGet>, SimplePagedQueryResourceRequest<ByProjectKeyCartDiscountsGet,CartDiscountPagedQueryResponse,CartDiscountQueryBuilderDsl>, SortableTrait<ByProjectKeyCartDiscountsGet>, io.vrap.rmf.base.client.ClientRequestCommand<CartDiscountPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CartDiscountPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.cart_discount.CartDiscountPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .cartDiscounts()
            .get()
            .execute()