| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static SalesforceChatterFeedIncludeFilterType |
SalesforceChatterFeedIncludeFilterType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SalesforceChatterFeedIncludeFilterType |
SalesforceChatterFeedIncludeFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SalesforceChatterFeedIncludeFilterType[] |
SalesforceChatterFeedIncludeFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SalesforceChatterFeedIncludeFilterType> |
SalesforceChatterFeedConfiguration.includeFilterTypes()
Filters the documents in the feed based on status of the user.
|
static Set<SalesforceChatterFeedIncludeFilterType> |
SalesforceChatterFeedIncludeFilterType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.includeFilterTypes(SalesforceChatterFeedIncludeFilterType... includeFilterTypes)
Filters the documents in the feed based on status of the user.
|
| Modifier and Type | Method and Description |
|---|---|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.includeFilterTypes(Collection<SalesforceChatterFeedIncludeFilterType> includeFilterTypes)
Filters the documents in the feed based on status of the user.
|
Copyright © 2020. All rights reserved.