Package com.mypurecloud.sdk.v2.model
Class CreateBusinessUnitSettingsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateBusinessUnitSettingsRequest
- All Implemented Interfaces:
Serializable
CreateBusinessUnitSettingsRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe start day of week for this business unit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()notifications(BuNotificationSettingsRequest notifications) Notification settingsscheduling(BuSchedulingSettingsRequest scheduling) Scheduling settingsvoidsetNotifications(BuNotificationSettingsRequest notifications) voidsetScheduling(BuSchedulingSettingsRequest scheduling) voidsetShortTermForecasting(BuShortTermForecastingSettings shortTermForecasting) voidvoidsetTimeZone(String timeZone) shortTermForecasting(BuShortTermForecastingSettings shortTermForecasting) Short term forecasting settingsstartDayOfWeek(CreateBusinessUnitSettingsRequest.StartDayOfWeekEnum startDayOfWeek) The start day of week for this business unitThe time zone for this business unit, using the Olsen tz database formattoString()
-
Constructor Details
-
CreateBusinessUnitSettingsRequest
public CreateBusinessUnitSettingsRequest() -
CreateBusinessUnitSettingsRequest
-
-
Method Details
-
startDayOfWeek
public CreateBusinessUnitSettingsRequest startDayOfWeek(CreateBusinessUnitSettingsRequest.StartDayOfWeekEnum startDayOfWeek) The start day of week for this business unit -
getStartDayOfWeek
-
setStartDayOfWeek
-
timeZone
The time zone for this business unit, using the Olsen tz database format -
getTimeZone
-
setTimeZone
-
shortTermForecasting
public CreateBusinessUnitSettingsRequest shortTermForecasting(BuShortTermForecastingSettings shortTermForecasting) Short term forecasting settings -
getShortTermForecasting
-
setShortTermForecasting
-
scheduling
Scheduling settings -
getScheduling
-
setScheduling
-
notifications
Notification settings -
getNotifications
-
setNotifications
-
equals
-
hashCode
public int hashCode() -
toString
-