Package com.mypurecloud.sdk.v2.model
Class UpdatePlanningGroupRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdatePlanningGroupRequest
- All Implemented Interfaces:
Serializable
UpdatePlanningGroupRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()metadata(WfmVersionedEntityMetadata metadata) Version metadata for the planning groupThe name of the planning grouproutePaths(SetWrapperRoutePathRequest 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 groupvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidvoidsetRoutePaths(SetWrapperRoutePathRequest routePaths) voidsetServiceGoalTemplateId(String serviceGoalTemplateId) toString()
-
Constructor Details
-
UpdatePlanningGroupRequest
public UpdatePlanningGroupRequest() -
UpdatePlanningGroupRequest
-
-
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
-
metadata
Version metadata for the planning group -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-