Class ArticleResponse

    • Constructor Detail

      • ArticleResponse

        public ArticleResponse()
    • Method Detail

      • getArticle

        public Article getArticle()
        Gets the article contained in this response
        Returns:
        the article
      • getUsers

        public java.util.List<User> getUsers()
        Gets a list of the User returned as a result of the possible side load which can be included as part of the method HelpCenterService.getArticle(String, String, Long, String)}
        Returns:
        The list of users. This will be an empty list if there were no users, either as a result of not being side loaded or no user is found. The list returned is a copy.