Class ByProjectKeyProductDiscountsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyProductDiscountsGet
All Implemented Interfaces:
ByProjectKeyProductDiscountsGetMixin, Deprecatable200Trait<ByProjectKeyProductDiscountsGet>, ErrorableTrait<ByProjectKeyProductDiscountsGet>, ExpandableTrait<ByProjectKeyProductDiscountsGet>, PagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse,ProductDiscountQueryBuilderDsl>, PagingTrait<ByProjectKeyProductDiscountsGet>, QueryTrait<ByProjectKeyProductDiscountsGet>, SortableTrait<ByProjectKeyProductDiscountsGet>, PagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse>, io.vrap.rmf.base.client.ClientRequestCommand<ProductDiscountPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<ProductDiscountPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_discount.ProductDiscountPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productDiscounts()
            .get()
            .execute()