Package com.mypurecloud.sdk.v2.model
Class BuShortTermForecastListItem
java.lang.Object
com.mypurecloud.sdk.v2.model.BuShortTermForecastListItem
- All Implemented Interfaces:
Serializable
BuShortTermForecastListItem
- 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(BuShortTermForecastListItem.CreationMethodEnum creationMethod) The method by which this forecast was createddescription(String description) The description of this forecastbooleangetId()inthashCode()The globally unique identifier for the object.metadata(WfmVersionedEntityMetadata metadata) Metadata for this forecastvoidsetCanUseForScheduling(Boolean canUseForScheduling) voidsetCreationMethod(BuShortTermForecastListItem.CreationMethodEnum creationMethod) voidsetDescription(String description) voidvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetWeekCount(Integer weekCount) voidsetWeekDate(LocalDate weekDate) toString()The number of weeks this forecast coversThe start week date of this forecast in yyyy-MM-dd.
-
Constructor Details
-
BuShortTermForecastListItem
public BuShortTermForecastListItem() -
BuShortTermForecastListItem
-
-
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
public BuShortTermForecastListItem creationMethod(BuShortTermForecastListItem.CreationMethodEnum 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
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-