Uses of Class
com.mypurecloud.sdk.v2.model.BuScheduleNotificationsCategorySettings
Packages that use BuScheduleNotificationsCategorySettings
-
Uses of BuScheduleNotificationsCategorySettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuScheduleNotificationsCategorySettingsModifier and TypeMethodDescriptionBuScheduleNotificationsCategorySettings.activityCategory(BuScheduleNotificationsCategorySettings.ActivityCategoryEnum activityCategory) The activity categoryBuScheduleNotificationsCategorySettings.earlyReminderEnabled(Boolean earlyReminderEnabled) Indicates if agents should receive early schedule reminder notifications.BuScheduleNotificationsCategorySettings.onTimeReminderEnabled(Boolean onTimeReminderEnabled) Indicates if agents should receive out of adherence notifications.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type BuScheduleNotificationsCategorySettingsModifier and TypeMethodDescriptionBuScheduleNotificationsSettingsRequest.getActivityCategorySettings()BuScheduleNotificationsSettingsResponse.getActivityCategorySettings()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type BuScheduleNotificationsCategorySettingsModifier and TypeMethodDescriptionBuScheduleNotificationsSettingsRequest.activityCategorySettings(List<BuScheduleNotificationsCategorySettings> activityCategorySettings) List of activity category notification settingsBuScheduleNotificationsSettingsResponse.activityCategorySettings(List<BuScheduleNotificationsCategorySettings> activityCategorySettings) List of activity category notification settingsvoidBuScheduleNotificationsSettingsRequest.setActivityCategorySettings(List<BuScheduleNotificationsCategorySettings> activityCategorySettings) voidBuScheduleNotificationsSettingsResponse.setActivityCategorySettings(List<BuScheduleNotificationsCategorySettings> activityCategorySettings)