Uses of Class
com.mypurecloud.sdk.v2.model.BuSchedulingSettingsRequest
Packages that use BuSchedulingSettingsRequest
-
Uses of BuSchedulingSettingsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuSchedulingSettingsRequestModifier and TypeMethodDescriptionBuSchedulingSettingsRequest.activitySmoothingType(BuSchedulingSettingsRequest.ActivitySmoothingTypeEnum activitySmoothingType) The activity smoothing type for schedule generation in this business unitBuSchedulingSettingsRequest.allowWorkPlanPerMinuteGranularity(Boolean allowWorkPlanPerMinuteGranularity) Indicates whether or not per minute granularity for scheduling will be enabled for this business unit.CreateBusinessUnitSettingsRequest.getScheduling()UpdateBusinessUnitSettingsRequest.getScheduling()BuSchedulingSettingsRequest.induceScheduleVariability(Boolean induceScheduleVariability) Indicates whether to provide variability in schedule generationBuSchedulingSettingsRequest.messageSeverities(List<SchedulerMessageTypeSeverity> messageSeverities) Schedule generation message severity configurationBuSchedulingSettingsRequest.serviceGoalImpact(WfmServiceGoalImpactSettings serviceGoalImpact) Configures the max percent increase and decrease of service goals for this business unitBuSchedulingSettingsRequest.syncTimeOffProperties(SetWrapperSyncTimeOffProperty syncTimeOffProperties) Synchronize set of time off properties from scheduled activities to time off requests when the schedule is publishedMethods in com.mypurecloud.sdk.v2.model with parameters of type BuSchedulingSettingsRequestModifier and TypeMethodDescriptionCreateBusinessUnitSettingsRequest.scheduling(BuSchedulingSettingsRequest scheduling) Scheduling settingsUpdateBusinessUnitSettingsRequest.scheduling(BuSchedulingSettingsRequest scheduling) Scheduling settingsvoidCreateBusinessUnitSettingsRequest.setScheduling(BuSchedulingSettingsRequest scheduling) voidUpdateBusinessUnitSettingsRequest.setScheduling(BuSchedulingSettingsRequest scheduling)