Class ContactReference

java.lang.Object
com.intercom.api.types.ContactReference

public final class ContactReference extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      always contact
    • getId

      public String getId()
      Returns:
      The unique identifier for the contact which is given by Intercom.
    • getExternalId

      public Optional<String> getExternalId()
      Returns:
      The unique identifier for the contact which is provided by the Client.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static ContactReference.IdStage builder()