Package com.mypurecloud.sdk.v2.model
Class BuShortTermForecast
java.lang.Object
com.mypurecloud.sdk.v2.model.BuShortTermForecast
- All Implemented Interfaces:
Serializable
BuShortTermForecast
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe method by which this forecast was created -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanUseForScheduling(Boolean canUseForScheduling) Whether this forecast can be used for schedulingcreationMethod(BuShortTermForecast.CreationMethodEnum creationMethod) The method by which this forecast was createddescription(String description) The description of this forecastbooleangenerationResults(BuForecastGenerationResult generationResults) Generation result metadatagetId()inthashCode()The globally unique identifier for the object.metadata(WfmVersionedEntityMetadata metadata) Metadata for this forecastmodifications(List<BuForecastModificationResponse> modifications) Any manual modifications applied to this forecastplanningGroups(ForecastPlanningGroupsResponse planningGroups) A snapshot of the planning groups used for this forecast as of the version number indicatedplanningGroupsVersion(Integer planningGroupsVersion) The version of the planning groups that was used for this forecastreferenceStartDate(Date referenceStartDate) The reference start date for interval-based data for this forecast.voidsetCanUseForScheduling(Boolean canUseForScheduling) voidsetCreationMethod(BuShortTermForecast.CreationMethodEnum creationMethod) voidsetDescription(String description) voidsetGenerationResults(BuForecastGenerationResult generationResults) voidvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetModifications(List<BuForecastModificationResponse> modifications) voidsetPlanningGroups(ForecastPlanningGroupsResponse planningGroups) voidsetPlanningGroupsVersion(Integer planningGroupsVersion) voidsetReferenceStartDate(Date referenceStartDate) voidsetSourceDays(List<ForecastSourceDayPointer> sourceDays) voidsetTimeZone(String timeZone) voidsetWeekCount(Integer weekCount) voidsetWeekDate(LocalDate weekDate) sourceDays(List<ForecastSourceDayPointer> sourceDays) The source day pointers for this forecastThe time zone for this forecasttoString()The number of weeks this forecast coversThe start week date of this forecast in yyyy-MM-dd.
-
Constructor Details
-
BuShortTermForecast
public BuShortTermForecast() -
BuShortTermForecast
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
weekDate
The start week date of this forecast in yyyy-MM-dd. Must fall on the start day of week for the associated business unit. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
weekCount
The number of weeks this forecast covers -
getWeekCount
-
setWeekCount
-
creationMethod
The method by which this forecast was created -
getCreationMethod
-
setCreationMethod
-
description
The description of this forecast -
getDescription
-
setDescription
-
getLegacy
-
metadata
Metadata for this forecast -
getMetadata
-
setMetadata
-
canUseForScheduling
Whether this forecast can be used for scheduling -
getCanUseForScheduling
-
setCanUseForScheduling
-
referenceStartDate
The reference start date for interval-based data for this forecast. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getReferenceStartDate
-
setReferenceStartDate
-
sourceDays
The source day pointers for this forecast -
getSourceDays
-
setSourceDays
-
modifications
Any manual modifications applied to this forecast -
getModifications
-
setModifications
-
generationResults
Generation result metadata -
getGenerationResults
-
setGenerationResults
-
timeZone
The time zone for this forecast -
getTimeZone
-
setTimeZone
-
planningGroupsVersion
The version of the planning groups that was used for this forecast -
getPlanningGroupsVersion
-
setPlanningGroupsVersion
-
planningGroups
A snapshot of the planning groups used for this forecast as of the version number indicated -
getPlanningGroups
-
setPlanningGroups
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-