Class PersonConsentDataResponse

  • All Implemented Interfaces:
    com.qivos.util.rest.mappers.APIResponseDTO

    public class PersonConsentDataResponse
    extends PersonConsentDataBasicPayload
    implements com.qivos.util.rest.mappers.APIResponseDTO
    Response model for a person's communicational consent. This class represents the extended details of a person's consent data in the system. It inherits from PersonConsentDataBasicPayload and includes metadata and modification date.
    Author:
    nikritikos
    • Constructor Detail

      • PersonConsentDataResponse

        public PersonConsentDataResponse()
    • Method Detail

      • getLastModificationDate

        public Date getLastModificationDate()
        Returns the last modification date of the consent data.
        Specified by:
        getLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
        Returns:
        The last modification date.
      • setLastModificationDate

        public void setLastModificationDate​(Date lastModificationDate)
        Sets the last modification date of the consent data.
        Specified by:
        setLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
        Parameters:
        lastModificationDate - The date of the last modification.