Package com.mypurecloud.sdk.v2.model
Class BuScheduleNotificationsSettingsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BuScheduleNotificationsSettingsResponse
- All Implemented Interfaces:
Serializable
BuScheduleNotificationsSettingsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCategorySettings(List<BuScheduleNotificationsCategorySettings> activityCategorySettings) List of activity category notification settingsearlyReminderMinutes(Integer earlyReminderMinutes) The number of minutes prior to the scheduled event to display an early reminder notificationbooleaninthashCode()voidsetActivityCategorySettings(List<BuScheduleNotificationsCategorySettings> activityCategorySettings) voidsetEarlyReminderMinutes(Integer earlyReminderMinutes) toString()
-
Constructor Details
-
BuScheduleNotificationsSettingsResponse
public BuScheduleNotificationsSettingsResponse() -
BuScheduleNotificationsSettingsResponse
-
-
Method Details
-
earlyReminderMinutes
The number of minutes prior to the scheduled event to display an early reminder notification -
getEarlyReminderMinutes
-
setEarlyReminderMinutes
-
activityCategorySettings
public BuScheduleNotificationsSettingsResponse activityCategorySettings(List<BuScheduleNotificationsCategorySettings> activityCategorySettings) List of activity category notification settings -
getActivityCategorySettings
-
setActivityCategorySettings
public void setActivityCategorySettings(List<BuScheduleNotificationsCategorySettings> activityCategorySettings) -
equals
-
hashCode
public int hashCode() -
toString
-