Class UpdateAccountMemberRequest

    • Constructor Detail

      • UpdateAccountMemberRequest

        public UpdateAccountMemberRequest()
    • Method Detail

      • getEmail

        public String getEmail()
        An updated email address for the account member.
        Returns:
        an updated email address for the account member
      • getPhone

        public Phone getPhone()
        An updated primary phone number of the account member.
        Returns:
        an updated primary phone number of the account member
      • getAdditionalPhones

        public List<AdditionalPhone> getAdditionalPhones()
        Additional phone numbers associated with the account member.
        Returns:
        additional phone numbers associated with the account member
      • getAttributes

        public Map<String,​Object> getAttributes()
        Additional attributes that are used to describe the account member
        Returns:
        additional attributes that are used to describe the account member
      • setEmail

        public void setEmail​(String email)
        An updated email address for the account member.
        Parameters:
        email - an updated email address for the account member
      • setPhone

        public void setPhone​(Phone phone)
        An updated primary phone number of the account member.
        Parameters:
        phone - an updated primary phone number of the account member
      • setAdditionalPhones

        public void setAdditionalPhones​(List<AdditionalPhone> additionalPhones)
        Additional phone numbers associated with the account member.
        Parameters:
        additionalPhones - additional phone numbers associated with the account member
      • setAttributes

        public void setAttributes​(Map<String,​Object> attributes)
        Additional attributes that are used to describe the account member
        Parameters:
        attributes - additional attributes that are used to describe the account member
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object