Package com.mypurecloud.sdk.v2.model
Class BuGenerateScheduleRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BuGenerateScheduleRequest
- All Implemented Interfaces:
Serializable
BuGenerateScheduleRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description for the schedulebooleaninthashCode()options(SchedulingOptionsRequest options) Additional scheduling optionsvoidsetDescription(String description) voidsetOptions(SchedulingOptionsRequest options) voidsetShortTermForecast(BuShortTermForecastReference shortTermForecast) voidsetWeekCount(Integer weekCount) shortTermForecast(BuShortTermForecastReference shortTermForecast) The forecast to use when generating the schedule.toString()The number of weeks in the schedule.
-
Constructor Details
-
BuGenerateScheduleRequest
public BuGenerateScheduleRequest() -
BuGenerateScheduleRequest
-
-
Method Details
-
description
The description for the schedule -
getDescription
-
setDescription
-
shortTermForecast
The forecast to use when generating the schedule. Note that the forecast must fully encompass the schedule's start week + week count -
getShortTermForecast
-
setShortTermForecast
-
weekCount
The number of weeks in the schedule. One extra day is added at the end -
getWeekCount
-
setWeekCount
-
options
Additional scheduling options -
getOptions
-
setOptions
-
equals
-
hashCode
public int hashCode() -
toString
-