public static interface InsightsConfiguration.Builder extends SdkPojo, CopyableBuilder<InsightsConfiguration.Builder,InsightsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
InsightsConfiguration.Builder |
insightsEnabled(Boolean insightsEnabled)
Set the InsightsEnabled value to true to enable insights or false to disable insights.
|
InsightsConfiguration.Builder |
notificationsEnabled(Boolean notificationsEnabled)
Set the NotificationsEnabled value to true to enable insights notifications.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInsightsConfiguration.Builder insightsEnabled(Boolean insightsEnabled)
Set the InsightsEnabled value to true to enable insights or false to disable insights.
insightsEnabled - Set the InsightsEnabled value to true to enable insights or false to disable insights.InsightsConfiguration.Builder notificationsEnabled(Boolean notificationsEnabled)
Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
notificationsEnabled - Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be
enabled on a group with InsightsEnabled set to true.Copyright © 2023. All rights reserved.