Class GroupContent

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

public final class GroupContent extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      The type of object - group_content .
    • getName

      public String getName()
      Returns:
      The name of the collection or section.
    • getDescription

      public String getDescription()
      Returns:
      The description of the collection. Only available for collections.
    • 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 GroupContent.NameStage builder()