Class TagList

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

public final class TagList extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      The type of the object
    • getData

      public List<Tag> getData()
      Returns:
      A list of tags objects associated with the workspace .
    • 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 TagList.Builder builder()