Package com.mypurecloud.sdk.v2.model
Class ImportScheduleUploadSchema
java.lang.Object
com.mypurecloud.sdk.v2.model.ImportScheduleUploadSchema
- All Implemented Interfaces:
Serializable
ImportScheduleUploadSchema
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentSchedules(List<BuImportAgentScheduleUploadSchema> agentSchedules) Individual agent schedulesdescription(String description) The description for the imported schedulebooleaninthashCode()headcountForecast(BuHeadcountForecastBuPlanningGroupHeadcountForecastUploadSchema headcountForecast) The headcount forecast to associate with the imported scheduleWhether the imported schedule should be immediately publishedvoidsetAgentSchedules(List<BuImportAgentScheduleUploadSchema> agentSchedules) voidsetDescription(String description) voidsetHeadcountForecast(BuHeadcountForecastBuPlanningGroupHeadcountForecastUploadSchema headcountForecast) voidsetPublished(Boolean published) voidsetShortTermForecast(BuShortTermForecastReference shortTermForecast) voidsetWeekCount(Integer weekCount) shortTermForecast(BuShortTermForecastReference shortTermForecast) The short term forecast to associate with the imported scheduletoString()The number of weeks the imported schedule will cover
-
Constructor Details
-
ImportScheduleUploadSchema
public ImportScheduleUploadSchema() -
ImportScheduleUploadSchema
-
-
Method Details
-
description
The description for the imported schedule -
getDescription
-
setDescription
-
weekCount
The number of weeks the imported schedule will cover -
getWeekCount
-
setWeekCount
-
published
Whether the imported schedule should be immediately published -
getPublished
-
setPublished
-
shortTermForecast
The short term forecast to associate with the imported schedule -
getShortTermForecast
-
setShortTermForecast
-
headcountForecast
public ImportScheduleUploadSchema headcountForecast(BuHeadcountForecastBuPlanningGroupHeadcountForecastUploadSchema headcountForecast) The headcount forecast to associate with the imported schedule -
getHeadcountForecast
-
setHeadcountForecast
public void setHeadcountForecast(BuHeadcountForecastBuPlanningGroupHeadcountForecastUploadSchema headcountForecast) -
agentSchedules
public ImportScheduleUploadSchema agentSchedules(List<BuImportAgentScheduleUploadSchema> agentSchedules) Individual agent schedules -
getAgentSchedules
-
setAgentSchedules
-
equals
-
hashCode
public int hashCode() -
toString
-