Class PersonResponseExtended

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

    public class PersonResponseExtended
    extends PersonBasicPayload
    implements com.qivos.util.rest.mappers.APIResponseLevelDTO
    Response model for the extended details of a person. It includes additional fields like anonymization status, loyalty data, and more. This model extends the basic person information and includes detailed data such as emails, addresses, telephone numbers, consents, loyalty memberships, and more.
    Author:
    nikritikos
    • Constructor Detail

      • PersonResponseExtended

        public PersonResponseExtended()
    • Method Detail

      • getDetailLevel

        public com.qivos.util.rest.common.APIResponseLevel getDetailLevel()
        Specified by:
        getDetailLevel in interface com.qivos.util.rest.mappers.APIResponseLevelDTO
      • getLastModificationDate

        public Date getLastModificationDate()
        Specified by:
        getLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
      • setLastModificationDate

        public void setLastModificationDate​(Date date)
        Specified by:
        setLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
      • getAnonymized

        public Boolean getAnonymized()
      • setAnonymized

        public void setAnonymized​(Boolean anonymized)
      • getCustomerCode

        public String getCustomerCode()
      • setCustomerCode

        public void setCustomerCode​(String customerCode)
      • getNameInVocative

        public String getNameInVocative()
      • setNameInVocative

        public void setNameInVocative​(String nameInVocative)
      • getPreferredStoreCode

        public String getPreferredStoreCode()
      • setPreferredStoreCode

        public void setPreferredStoreCode​(String preferredStoreCode)
      • getNationalityCode

        public String getNationalityCode()
      • setNationalityCode

        public void setNationalityCode​(String nationalityCode)