Class PersonResponseExtendedEnvelope


  • public class PersonResponseExtendedEnvelope
    extends com.qivos.util.rest.common.envelope.APIResponseEnvelope<PersonResponseExtendedPayload>
    This class represents the response envelope for the extended person response payload. It extends from APIResponseEnvelope and is used to encapsulate the response data related to extended person details. It holds the extended person data payload that is returned in API responses.
    Author:
    nikritikos
    • Constructor Detail

      • PersonResponseExtendedEnvelope

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