Class HelpResponse



  • public class HelpResponse
    extends java.lang.Object
    Models the response from API calls to get a flattened Help Center structure
    • Constructor Detail

      • HelpResponse

        public HelpResponse()
    • Method Detail

      • getCategories

        public java.util.List<CategoryItem> getCategories()
        Gets the CategoryItems
        Returns:
        The CategoryItems, or an empty list if there were none.
      • getSections

        public java.util.List<SectionItem> getSections()
        Gets the SectionItems
        Returns:
        The SectionItems, or an empty list if there were none.
      • getArticles

        public java.util.List<ArticleItem> getArticles()
        Gets the ArticleItems
        Returns:
        The ArticleItems, or an empty list if there were none.