Package com.mypurecloud.sdk.v2.model
Class BusinessUnitSettingsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BusinessUnitSettingsResponse
- All Implemented Interfaces:
Serializable
BusinessUnitSettingsResponse
- 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()metadata(WfmVersionedEntityMetadata metadata) Version metadata for this business unitnotifications(BuNotificationSettingsResponse notifications) Notification settingsscheduling(BuSchedulingSettingsResponse scheduling) Scheduling settingsvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetNotifications(BuNotificationSettingsResponse notifications) voidsetScheduling(BuSchedulingSettingsResponse scheduling) voidsetShortTermForecasting(BuShortTermForecastingSettings shortTermForecasting) voidsetStartDayOfWeek(BusinessUnitSettingsResponse.StartDayOfWeekEnum startDayOfWeek) voidsetTimeZone(String timeZone) shortTermForecasting(BuShortTermForecastingSettings shortTermForecasting) Short term forecasting settingsstartDayOfWeek(BusinessUnitSettingsResponse.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
-
BusinessUnitSettingsResponse
public BusinessUnitSettingsResponse() -
BusinessUnitSettingsResponse
-
-
Method Details
-
startDayOfWeek
public BusinessUnitSettingsResponse startDayOfWeek(BusinessUnitSettingsResponse.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 BusinessUnitSettingsResponse shortTermForecasting(BuShortTermForecastingSettings shortTermForecasting) Short term forecasting settings -
getShortTermForecasting
-
setShortTermForecasting
-
scheduling
Scheduling settings -
getScheduling
-
setScheduling
-
notifications
Notification settings -
getNotifications
-
setNotifications
-
metadata
Version metadata for this business unit -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-