Class CustomChannelContact


  • public final class CustomChannelContact
    extends java.lang.Object
    • Method Detail

      • getExternalId

        public java.lang.String getExternalId()
        Returns:
        External identifier for the contact. Intercom will take care of the mapping of your external_id with our internal ones so you don't have to worry about it.
      • getName

        public java.util.Optional<java.lang.String> getName()
        Returns:
        Name of the contact. Required for user type.
      • getEmail

        public java.util.Optional<java.lang.String> getEmail()
        Returns:
        Email address of the contact. Required for user type.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object