Class PersonSearchResponseExtendedEnvelope
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.APIResponseEnvelope<T>
-
- com.qivos.util.rest.common.envelope.APIResponseSearchEnvelope<PersonSearchResponseExtendedPayload>
-
- com.inteliqua.rest.customer.payload.person.response.PersonSearchResponseExtendedEnvelope
-
- Type Parameters:
PersonSearchResponseExtendedPayload- the type of payload being wrapped in the envelope
public class PersonSearchResponseExtendedEnvelope extends com.qivos.util.rest.common.envelope.APIResponseSearchEnvelope<PersonSearchResponseExtendedPayload>
Envelope class for wrapping the response of a person search with extended details. This class is used to return a search result in the form of aPersonSearchResponseExtendedPayload. It extends theAPIResponseSearchEnvelopeto provide support for pagination and additional search response details.- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description PersonSearchResponseExtendedEnvelope(PersonSearchResponseExtendedPayload payload)Constructs a newPersonSearchResponseExtendedEnvelopewith the given payload.
-
-
-
Constructor Detail
-
PersonSearchResponseExtendedEnvelope
public PersonSearchResponseExtendedEnvelope(PersonSearchResponseExtendedPayload payload)
Constructs a newPersonSearchResponseExtendedEnvelopewith the given payload.- Parameters:
payload- the extended person search response data to wrap inside the envelope
-
-