Uses of Class
com.inteliqua.rest.couponset.controller.search.response.CouponSetSearchResponsePayload
-
Packages that use CouponSetSearchResponsePayload Package Description com.inteliqua.rest.couponset.client com.inteliqua.rest.couponset.controller.search.response -
-
Uses of CouponSetSearchResponsePayload in com.inteliqua.rest.couponset.client
Methods in com.inteliqua.rest.couponset.client that return types with arguments of type CouponSetSearchResponsePayload Modifier and Type Method Description com.qivos.util.rest.common.envelope.APIResponseEnvelope<CouponSetSearchResponsePayload>CouponSetClient. search(SearchRequest<CouponSetCriteria> requestBody)Executes a search for coupon sets based on the providedCouponSetCriteria.com.qivos.util.rest.common.envelope.APIResponseEnvelope<CouponSetSearchResponsePayload>CouponSetService. search(SearchRequest<CouponSetCriteria> searchRequest)Retrieves the list of available coupon sets via the client. -
Uses of CouponSetSearchResponsePayload in com.inteliqua.rest.couponset.controller.search.response
Constructors in com.inteliqua.rest.couponset.controller.search.response with parameters of type CouponSetSearchResponsePayload Constructor Description CouponSetSearchResponseEnvelope(CouponSetSearchResponsePayload payload)
-