public interface

DataCategoryGroupList

com.salesforce.android.knowledge.core.model.DataCategoryGroupList

Class Overview

A list of data category groups that exist within an organization. This list may be retrieved by submitting a DataCategoryGroupListRequest to a KnowledgeClient.

Summary

Public Methods
abstract List<DataCategoryGroup> getDataCategoryGroups()
Return the data category groups in this list.

Public Methods

public abstract List<DataCategoryGroup> getDataCategoryGroups ()

Return the data category groups in this list.

Returns
  • The data category groups in this list.