includeFilterTypes property

List<SalesforceChatterFeedIncludeFilterType>? includeFilterTypes
final

Filters the documents in the feed based on status of the user. When you specify ACTIVE_USERS only documents from users who have an active account are indexed. When you specify STANDARD_USER only documents for Salesforce standard users are documented. You can specify both.

Implementation

final List<SalesforceChatterFeedIncludeFilterType>? includeFilterTypes;