Package com.mypurecloud.sdk.v2.model
Class BuScheduleNotificationsCategorySettings
java.lang.Object
com.mypurecloud.sdk.v2.model.BuScheduleNotificationsCategorySettings
- All Implemented Interfaces:
Serializable
BuScheduleNotificationsCategorySettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe activity category -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCategory(BuScheduleNotificationsCategorySettings.ActivityCategoryEnum activityCategory) The activity categoryearlyReminderEnabled(Boolean earlyReminderEnabled) Indicates if agents should receive early schedule reminder notifications.booleaninthashCode()onTimeReminderEnabled(Boolean onTimeReminderEnabled) Indicates if agents should receive out of adherence notifications.voidvoidsetEarlyReminderEnabled(Boolean earlyReminderEnabled) voidsetOnTimeReminderEnabled(Boolean onTimeReminderEnabled) toString()
-
Constructor Details
-
BuScheduleNotificationsCategorySettings
public BuScheduleNotificationsCategorySettings() -
BuScheduleNotificationsCategorySettings
-
-
Method Details
-
activityCategory
public BuScheduleNotificationsCategorySettings activityCategory(BuScheduleNotificationsCategorySettings.ActivityCategoryEnum activityCategory) The activity category -
getActivityCategory
-
setActivityCategory
public void setActivityCategory(BuScheduleNotificationsCategorySettings.ActivityCategoryEnum activityCategory) -
earlyReminderEnabled
Indicates if agents should receive early schedule reminder notifications. -
getEarlyReminderEnabled
-
setEarlyReminderEnabled
-
onTimeReminderEnabled
Indicates if agents should receive out of adherence notifications. -
getOnTimeReminderEnabled
-
setOnTimeReminderEnabled
-
equals
-
hashCode
public int hashCode() -
toString
-