Package com.mypurecloud.sdk.v2.model
Class WeekSchedule
java.lang.Object
com.mypurecloud.sdk.v2.model.WeekSchedule
- All Implemented Interfaces:
Serializable
WeekSchedule
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentSchedulesVersion(Integer agentSchedulesVersion) Version of agent schedules in the week scheduledescription(String description) Description of the week schedulebooleangenerationResults(WeekScheduleGenerationResult generationResults) Summary of the results from the schedule rungetId()inthashCode()headcountForecast(HeadcountForecast headcountForecast) Headcount information for the week scheduleThe globally unique identifier for the object.metadata(WfmVersionedEntityMetadata metadata) Version metadata for this work planWhether the week schedule is publishedvoidsetAgentSchedulesVersion(Integer agentSchedulesVersion) voidsetDescription(String description) voidsetGenerationResults(WeekScheduleGenerationResult generationResults) voidsetHeadcountForecast(HeadcountForecast headcountForecast) voidvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetPublished(Boolean published) voidsetShortTermForecast(ShortTermForecastReference shortTermForecast) voidsetUserSchedules(Map<String, UserSchedule> userSchedules) voidsetWeekDate(String weekDate) shortTermForecast(ShortTermForecastReference shortTermForecast) Short term forecast associated with this scheduletoString()userSchedules(Map<String, UserSchedule> userSchedules) User schedules in the weekFirst day of this week schedule in yyyy-MM-dd format
-
Constructor Details
-
WeekSchedule
public WeekSchedule() -
WeekSchedule
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
getSelfUri
-
weekDate
First day of this week schedule in yyyy-MM-dd format -
getWeekDate
-
setWeekDate
-
description
Description of the week schedule -
getDescription
-
setDescription
-
published
Whether the week schedule is published -
getPublished
-
setPublished
-
generationResults
Summary of the results from the schedule run -
getGenerationResults
-
setGenerationResults
-
shortTermForecast
Short term forecast associated with this schedule -
getShortTermForecast
-
setShortTermForecast
-
metadata
Version metadata for this work plan -
getMetadata
-
setMetadata
-
userSchedules
User schedules in the week -
getUserSchedules
-
setUserSchedules
-
headcountForecast
Headcount information for the week schedule -
getHeadcountForecast
-
setHeadcountForecast
-
agentSchedulesVersion
Version of agent schedules in the week schedule -
getAgentSchedulesVersion
-
setAgentSchedulesVersion
-
equals
-
hashCode
public int hashCode() -
toString
-