Package com.mypurecloud.sdk.v2.model
Class PlanningGroup
java.lang.Object
com.mypurecloud.sdk.v2.model.PlanningGroup
- All Implemented Interfaces:
Serializable
PlanningGroup
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()The globally unique identifier for the object.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the planning grouproutePaths(List<RoutePathResponse> routePaths) Set of route paths associated with the planning groupserviceGoalTemplate(ServiceGoalTemplateReference serviceGoalTemplate) The ID of the service goal template associated with this planning groupvoidvoidsetMetadata(WfmVersionedEntityMetadata metadata) voidvoidsetRoutePaths(List<RoutePathResponse> routePaths) voidsetServiceGoalTemplate(ServiceGoalTemplateReference serviceGoalTemplate) toString()
-
Constructor Details
-
PlanningGroup
public PlanningGroup() -
PlanningGroup
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
-
getName
-
setName
-
serviceGoalTemplate
The ID of the service goal template associated with this planning group -
getServiceGoalTemplate
-
setServiceGoalTemplate
-
routePaths
Set of route paths associated with the planning group -
getRoutePaths
-
setRoutePaths
-
metadata
Version metadata for the planning group -
getMetadata
-
setMetadata
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-