Class ArticleList

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

public final class ArticleList extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      The type of the object - list.
    • getPages

      public Optional<Object> getPages()
    • getTotalCount

      public int getTotalCount()
      Returns:
      A count of the total number of articles.
    • getData

      public List<ArticleListItem> getData()
      Returns:
      An array of Article objects
    • 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 ArticleList.TotalCountStage builder()