Class PersonSearchResponseSimplePayload


  • public class PersonSearchResponseSimplePayload
    extends com.qivos.util.rest.common.envelope.SearchPayload<PersonResponseSimple>
    Payload for the search response containing simple person data. This class extends SearchPayload to hold the search results for simple person data along with pagination details like 'hasMore' and 'totalCount'.
    Author:
    nikritikos
    • Constructor Detail

      • PersonSearchResponseSimplePayload

        public PersonSearchResponseSimplePayload​(List<PersonResponseSimple> data,
                                                 Boolean hasMore,
                                                 Long totalCount)
        Constructs a new PersonSearchResponseSimplePayload with the specified data, pagination status, and total count of items.
        Parameters:
        data - the list of simple person response data
        hasMore - indicates whether there are more records available
        totalCount - the total number of records found