Class ByProjectKeyProductDiscountsGet

All Implemented Interfaces:
ByProjectKeyProductDiscountsGetMixin, Deprecatable200Trait<ByProjectKeyProductDiscountsGet>, ErrorableTrait<ByProjectKeyProductDiscountsGet>, ExpandableTrait<ByProjectKeyProductDiscountsGet>, PagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse,com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl>, PagingTrait<ByProjectKeyProductDiscountsGet>, QueryTrait<ByProjectKeyProductDiscountsGet>, SimplePagedQueryResourceRequest<ByProjectKeyProductDiscountsGet,ProductDiscountPagedQueryResponse,com.commercetools.api.predicates.query.product_discount.ProductDiscountQueryBuilderDsl>, SortableTrait<ByProjectKeyProductDiscountsGet>, ClientRequestCommand<ProductDiscountPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<ProductDiscountPagedQueryResponse>, RequestCommand<ProductDiscountPagedQueryResponse>



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