Class CouponSetService
- java.lang.Object
-
- com.inteliqua.rest.couponset.client.CouponSetService
-
public class CouponSetService extends Object
Service class that provides business-level access to coupon set operations. Delegates calls to the underlyingCouponSetClient.
-
-
Constructor Summary
Constructors Constructor Description CouponSetService(CouponSetClient client)Constructs a newCouponSetServicewith the specified client.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.qivos.util.rest.common.envelope.APIResponseEnvelope<CouponSetSearchResponsePayload>search(SearchRequest<CouponSetCriteria> searchRequest)Retrieves the list of available coupon sets via the client.
-
-
-
Constructor Detail
-
CouponSetService
public CouponSetService(CouponSetClient client)
Constructs a newCouponSetServicewith the specified client.- Parameters:
client- the client used to perform coupon set API calls
-
-
Method Detail
-
search
public com.qivos.util.rest.common.envelope.APIResponseEnvelope<CouponSetSearchResponsePayload> search(SearchRequest<CouponSetCriteria> searchRequest)
Retrieves the list of available coupon sets via the client.- Returns:
- an API response envelope containing the extended search payload
-
-