Class ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet,CartDiscountPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet>, io.vrap.rmf.base.client.ClientRequestCommand<CartDiscountPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<CartDiscountPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<CartDiscountPagedQueryResponse>



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