Package com.mypurecloud.sdk.v2.model
Class BuScheduleListItem
java.lang.Object
com.mypurecloud.sdk.v2.model.BuScheduleListItem
- All Implemented Interfaces:
Serializable
BuScheduleListItem
- 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 schedulemetadata(WfmVersionedEntityMetadata metadata) Version metadata for this scheduleWhether this schedule is publishedvoidsetDescription(String description) voidsetGenerationResults(ScheduleGenerationResultSummary generationResults) voidvoidsetMetadata(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
-
BuScheduleListItem
public BuScheduleListItem() -
BuScheduleListItem
-
-
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
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-