Class CouponSetSearchExtendedResponseEnvelope
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.APIResponseEnvelope<T>
-
- com.qivos.util.rest.common.envelope.APIResponseSearchEnvelope<CouponSetSearchExtendedResponsePayload>
-
- com.inteliqua.rest.couponset.controller.search.response.CouponSetSearchExtendedResponseEnvelope
-
public class CouponSetSearchExtendedResponseEnvelope extends com.qivos.util.rest.common.envelope.APIResponseSearchEnvelope<CouponSetSearchExtendedResponsePayload>
Response envelope wrapper specifically for coupon set search results.This class extends
APIResponseSearchEnvelopeto provide type-safe wrapping ofCouponSetSearchExtendedResponsePayloaddata.Used to standardize the API response format for search operations related to coupon sets.
-
-
Constructor Summary
Constructors Constructor Description CouponSetSearchExtendedResponseEnvelope(CouponSetSearchExtendedResponsePayload payload)Constructs a newCouponSetSearchExtendedResponseEnvelopewith the given payload.
-
-
-
Constructor Detail
-
CouponSetSearchExtendedResponseEnvelope
public CouponSetSearchExtendedResponseEnvelope(CouponSetSearchExtendedResponsePayload payload)
Constructs a newCouponSetSearchExtendedResponseEnvelopewith the given payload.- Parameters:
payload- the search response payload containing coupon set data
-
-