Class ContentTag


  • public class ContentTag
    extends Object
    You can assign a content tag to posts and articles to loosely group them together. For more information, see About Content tags in Zendesk help.
    • Constructor Detail

      • ContentTag

        public ContentTag()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object