Interface InsightsConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InsightsConfiguration.Builder,InsightsConfiguration>, SdkBuilder<InsightsConfiguration.Builder,InsightsConfiguration>, SdkPojo
Enclosing class:
InsightsConfiguration

public static interface InsightsConfiguration.Builder extends SdkPojo, CopyableBuilder<InsightsConfiguration.Builder,InsightsConfiguration>
  • Method Details

    • insightsEnabled

      InsightsConfiguration.Builder insightsEnabled(Boolean insightsEnabled)

      Set the InsightsEnabled value to true to enable insights or false to disable insights.

      Parameters:
      insightsEnabled - Set the InsightsEnabled value to true to enable insights or false to disable insights.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notificationsEnabled

      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.

      Parameters:
      notificationsEnabled - Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.