Class HelpResponse
- java.lang.Object
-
- com.zendesk.sdk.model.helpcenter.help.HelpResponse
-
public class HelpResponse extends java.lang.Object
Models the response from API calls to get a flattened Help Center structure
-
-
Constructor Summary
Constructors Constructor and Description HelpResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<ArticleItem>
getArticles()
Gets the ArticleItemsjava.util.List<CategoryItem>
getCategories()
Gets the CategoryItemsjava.util.List<SectionItem>
getSections()
Gets the SectionItems
-
-
-
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.
-
-