java.lang.Object
com.intercom.api.resources.tags.types.Tag

public final class Tag extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      value is "tag"
    • getId

      public String getId()
      Returns:
      The id of the tag
    • getName

      public String getName()
      Returns:
      The name of the tag
    • getAppliedAt

      public int getAppliedAt()
      Returns:
      The time when the tag was applied to the object
    • getAppliedBy

      public Reference getAppliedBy()
    • 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 Tag.IdStage builder()