Package com.mypurecloud.sdk.v2.model
Class BuScheduleMetadata
java.lang.Object
com.mypurecloud.sdk.v2.model.BuScheduleMetadata
- All Implemented Interfaces:
Serializable
BuScheduleMetadata
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of this schedulebooleangenerationResults(ScheduleGenerationResultSummary generationResults) Generation result summary for this schedule, if applicablegetId()inthashCode()The ID of the schedulemanagementUnits(List<BuManagementUnitScheduleSummary> managementUnits) High level per-management unit schedule metadatametadata(WfmVersionedEntityMetadata metadata) Version metadata for this scheduleWhether this schedule is publishedvoidsetDescription(String description) voidsetGenerationResults(ScheduleGenerationResultSummary generationResults) voidvoidsetManagementUnits(List<BuManagementUnitScheduleSummary> managementUnits) voidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetPublished(Boolean published) voidsetShortTermForecast(BuShortTermForecastReference shortTermForecast) voidsetWeekCount(Integer weekCount) voidsetWeekDate(LocalDate weekDate) shortTermForecast(BuShortTermForecastReference shortTermForecast) The forecast used for this schedule, if applicabletoString()The number of weeks spanned by this scheduleThe start week date for this schedule.
-
Constructor Details
-
BuScheduleMetadata
public BuScheduleMetadata() -
BuScheduleMetadata
-
-
Method Details
-
id
The ID of the schedule -
getId
-
setId
-
weekDate
The start week date for this schedule. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
weekCount
The number of weeks spanned by this schedule -
getWeekCount
-
setWeekCount
-
description
The description of this schedule -
getDescription
-
setDescription
-
published
Whether this schedule is published -
getPublished
-
setPublished
-
shortTermForecast
The forecast used for this schedule, if applicable -
getShortTermForecast
-
setShortTermForecast
-
generationResults
Generation result summary for this schedule, if applicable -
getGenerationResults
-
setGenerationResults
-
metadata
Version metadata for this schedule -
getMetadata
-
setMetadata
-
managementUnits
High level per-management unit schedule metadata -
getManagementUnits
-
setManagementUnits
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-