Class PersonSearchResponseSimpleEnvelope
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.APIResponseEnvelope<T>
-
- com.qivos.util.rest.common.envelope.APIResponseSearchEnvelope<PersonSearchResponseSimplePayload>
-
- com.inteliqua.rest.customer.payload.person.response.PersonSearchResponseSimpleEnvelope
-
public class PersonSearchResponseSimpleEnvelope extends com.qivos.util.rest.common.envelope.APIResponseSearchEnvelope<PersonSearchResponseSimplePayload>
Envelope for the search response of a simple person data. This class encapsulates aPersonSearchResponseSimplePayloadobject within the response envelope for search results, providing additional information like status codes, pagination, and other metadata as needed.- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description PersonSearchResponseSimpleEnvelope(PersonSearchResponseSimplePayload payload)Constructs a newPersonSearchResponseSimpleEnvelopewith the given payload.
-
-
-
Constructor Detail
-
PersonSearchResponseSimpleEnvelope
public PersonSearchResponseSimpleEnvelope(PersonSearchResponseSimplePayload payload)
Constructs a newPersonSearchResponseSimpleEnvelopewith the given payload.- Parameters:
payload- the payload containing the search response data
-
-