Package com.mypurecloud.sdk.v2.model
Class BuCreateBlankScheduleRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BuCreateBlankScheduleRequest
- All Implemented Interfaces:
Serializable
BuCreateBlankScheduleRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description for the schedulebooleaninthashCode()voidsetDescription(String description) 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
-
BuCreateBlankScheduleRequest
public BuCreateBlankScheduleRequest() -
BuCreateBlankScheduleRequest
-
-
Method Details
-
description
The description for the schedule -
getDescription
-
setDescription
-
shortTermForecast
public BuCreateBlankScheduleRequest shortTermForecast(BuShortTermForecastReference 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
-
equals
-
hashCode
public int hashCode() -
toString
-