Class PersonResponseExtendedPayload


  • public class PersonResponseExtendedPayload
    extends com.qivos.util.rest.common.envelope.Payload<PersonResponseExtended>
    This class represents the extended person response payload. It encapsulates the data related to the extended details of a person. It is used to wrap the response payload in API responses for extended person data.
    Author:
    nikritikos
    • Constructor Detail

      • PersonResponseExtendedPayload

        public PersonResponseExtendedPayload​(PersonResponseExtended data)
        Constructor to initialize the payload with the extended person response data.
        Parameters:
        data - The extended person response data.