Package com.mypurecloud.sdk.v2.model
Class BuShortTermForecastWeekReference
java.lang.Object
com.mypurecloud.sdk.v2.model.BuShortTermForecastWeekReference
- All Implemented Interfaces:
Serializable
BuShortTermForecastWeekReference
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()The ID of the forecastvoidvoidsetWeekDate(LocalDate weekDate) voidsetWeekNumber(Integer weekNumber) toString()The weekDate of the short term forecast in yyyy-MM-dd format.weekNumber(Integer weekNumber) The week number to be used from the selected forecast.
-
Constructor Details
-
BuShortTermForecastWeekReference
public BuShortTermForecastWeekReference() -
BuShortTermForecastWeekReference
-
-
Method Details
-
id
The ID of the forecast -
getId
-
setId
-
weekDate
The weekDate of the short term forecast in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
getDescription
-
weekNumber
The week number to be used from the selected forecast. First week starts with number 1 -
getWeekNumber
-
setWeekNumber
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-