Package com.mypurecloud.sdk.v2.model
Class WeekScheduleListItemResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.WeekScheduleListItemResponse
- All Implemented Interfaces:
Serializable
WeekScheduleListItemResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Description of the week schedulebooleangenerationResults(WeekScheduleGenerationResult generationResults) Summary of the results from the schedule rungetId()inthashCode()The globally unique identifier for the object.metadata(WfmVersionedEntityMetadata metadata) Version metadata for this work planWhether the week schedule is publishedvoidsetDescription(String description) voidsetGenerationResults(WeekScheduleGenerationResult generationResults) voidvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetPublished(Boolean published) voidsetShortTermForecast(ShortTermForecastReference shortTermForecast) voidsetWeekDate(String weekDate) shortTermForecast(ShortTermForecastReference shortTermForecast) Short term forecast associated with this scheduletoString()First day of this week schedule in yyyy-MM-dd format
-
Constructor Details
-
WeekScheduleListItemResponse
public WeekScheduleListItemResponse() -
WeekScheduleListItemResponse
-
-
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
public WeekScheduleListItemResponse generationResults(WeekScheduleGenerationResult 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
-
equals
-
hashCode
public int hashCode() -
toString
-