Class 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 a PersonSearchResponseExtendedPayload. It extends the APIResponseSearchEnvelope to provide support for pagination and additional search response details.
    Author:
    nikritikos