Package com.mypurecloud.sdk.v2.model
Class CreatePlanningGroupRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreatePlanningGroupRequest
- All Implemented Interfaces:
Serializable
CreatePlanningGroupRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()The name of the planning grouproutePaths(List<RoutePathRequest> routePaths) Set of route paths to associate with the planning groupserviceGoalTemplateId(String serviceGoalTemplateId) The ID of the service goal template to associate with this planning groupvoidvoidsetRoutePaths(List<RoutePathRequest> routePaths) voidsetServiceGoalTemplateId(String serviceGoalTemplateId) toString()
-
Constructor Details
-
CreatePlanningGroupRequest
public CreatePlanningGroupRequest() -
CreatePlanningGroupRequest
-
-
Method Details
-
name
The name of the planning group -
getName
-
setName
-
routePaths
Set of route paths to associate with the planning group -
getRoutePaths
-
setRoutePaths
-
serviceGoalTemplateId
The ID of the service goal template to associate with this planning group -
getServiceGoalTemplateId
-
setServiceGoalTemplateId
-
equals
-
hashCode
public int hashCode() -
toString
-