Class ContactTags

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

public final class ContactTags extends Object
  • Method Details

    • getData

      public List<AddressableList> getData()
      Returns:
      This object represents the tags attached to a contact.
    • getUrl

      public String getUrl()
      Returns:
      url to get more tag resources for this contact
    • getTotalCount

      public int getTotalCount()
      Returns:
      Int representing the total number of tags attached to this contact
    • getHasMore

      public boolean getHasMore()
      Returns:
      Whether there's more Addressable Objects to be viewed. If true, use the url to view all
    • 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 ContactTags.UrlStage builder()