package

com.salesforce.android.knowledge.core.model

Contains the data types that may be retrieved from Salesforce Knowledge using a KnowledgeClient.

Interfaces

ArticleDetails The ArticleDetails expand the ArticleSummary to include the content and additional details about an article. 
ArticleDetails.Field A ArticleDetails.Field is a piece of information inside an article. 
ArticleList An article list represents a paginated list of ArticleSummary instances. 
ArticleSummary An article summary represents the metadata for a single article. 
ChatterUser Represents an administrative user of Salesforce Knowledge. 
DataCategoryGroup A data category group is a high-level collection of data categories which may exist within an organization. 
DataCategoryGroupList A list of data category groups that exist within an organization. 
DataCategoryList A data category list encapsulates a list of data categories. 
DataCategorySummary A data category groups together multiple related articles under a common heading. 
DataCategoryTree A tree of data categories, which allows navigating the parent/child relationships between categories.