Package com.mypurecloud.sdk.v2.model
Class GenerateBuForecastRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.GenerateBuForecastRequest
- All Implemented Interfaces:
Serializable
GenerateBuForecastRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanUseForScheduling(Boolean canUseForScheduling) Whether this forecast can be used for schedulingdescription(String description) The description for the forecastbooleaninthashCode()voidsetCanUseForScheduling(Boolean canUseForScheduling) voidsetDescription(String description) voidsetWeekCount(Integer weekCount) toString()The number of weeks this forecast covers
-
Constructor Details
-
GenerateBuForecastRequest
public GenerateBuForecastRequest() -
GenerateBuForecastRequest
-
-
Method Details
-
description
The description for the forecast -
getDescription
-
setDescription
-
weekCount
The number of weeks this forecast covers -
getWeekCount
-
setWeekCount
-
canUseForScheduling
Whether this forecast can be used for scheduling -
getCanUseForScheduling
-
setCanUseForScheduling
-
equals
-
hashCode
public int hashCode() -
toString
-