Class ContactDeleted

    • Method Detail

      • getType

        public java.util.Optional<java.lang.String> getType()
        Specified by:
        getType in interface IContactReference
        Returns:
        always contact
      • getId

        public java.util.Optional<java.lang.String> getId()
        Specified by:
        getId in interface IContactReference
        Returns:
        The unique identifier for the contact which is given by Intercom.
      • getExternalId

        public java.util.Optional<java.lang.String> getExternalId()
        Specified by:
        getExternalId in interface IContactReference
        Returns:
        The unique identifier for the contact which is provided by the Client.
      • getDeleted

        public java.util.Optional<java.lang.Boolean> getDeleted()
        Returns:
        Whether the contact is deleted or not.
      • 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