Class SuggestedArticleResponse



  • public class SuggestedArticleResponse
    extends java.lang.Object
    Wrapper class to encapsulate a list SimpleArticle received from HelpCenterProvider#getSuggestedArticles(SuggestedArticleSearch, ZendeskCallback)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<SimpleArticle> getResults()
      Get a list of suggested articles.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SuggestedArticleResponse

        public SuggestedArticleResponse()
    • Method Detail

      • getResults

        public java.util.List<SimpleArticle> getResults()
        Get a list of suggested articles.
        Returns:
        The list of simplified articles.