Package com.mypurecloud.sdk.v2.model
Class ForecastPlanningGroupResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ForecastPlanningGroupResponse
- All Implemented Interfaces:
Serializable
ForecastPlanningGroupResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()The ID of the planning groupThe name of the planning grouproutePaths(List<RoutePathResponse> routePaths) Route path configuration for this planning groupserviceGoalTemplate(ForecastServiceGoalTemplateResponse serviceGoalTemplate) Service goals for this planning groupvoidvoidvoidsetRoutePaths(List<RoutePathResponse> routePaths) voidsetServiceGoalTemplate(ForecastServiceGoalTemplateResponse serviceGoalTemplate) toString()
-
Constructor Details
-
ForecastPlanningGroupResponse
public ForecastPlanningGroupResponse() -
ForecastPlanningGroupResponse
-
-
Method Details
-
id
The ID of the planning group -
getId
-
setId
-
name
The name of the planning group -
getName
-
setName
-
routePaths
Route path configuration for this planning group -
getRoutePaths
-
setRoutePaths
-
serviceGoalTemplate
public ForecastPlanningGroupResponse serviceGoalTemplate(ForecastServiceGoalTemplateResponse serviceGoalTemplate) Service goals for this planning group -
getServiceGoalTemplate
-
setServiceGoalTemplate
-
equals
-
hashCode
public int hashCode() -
toString
-