Package com.mypurecloud.sdk.v2.model
Class RoutePathRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.RoutePathRequest
- All Implemented Interfaces:
Serializable
RoutePathRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe media type of the given queue to associate with the route path -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()languageId(String languageId) The ID of the language to associate with the route pathmediaType(RoutePathRequest.MediaTypeEnum mediaType) The media type of the given queue to associate with the route pathThe ID of the queue to associate with the route pathvoidsetLanguageId(String languageId) voidsetMediaType(RoutePathRequest.MediaTypeEnum mediaType) voidsetQueueId(String queueId) voidsetSkillIds(List<String> skillIds) voidsetSourcePlanningGroup(SourcePlanningGroupRequest sourcePlanningGroup) The set of skill IDs to associate with the route pathsourcePlanningGroup(SourcePlanningGroupRequest sourcePlanningGroup) The planning group from which to take route paths.toString()
-
Constructor Details
-
RoutePathRequest
public RoutePathRequest() -
RoutePathRequest
-
-
Method Details
-
queueId
The ID of the queue to associate with the route path -
getQueueId
-
setQueueId
-
mediaType
The media type of the given queue to associate with the route path -
getMediaType
-
setMediaType
-
languageId
The ID of the language to associate with the route path -
getLanguageId
-
setLanguageId
-
skillIds
The set of skill IDs to associate with the route path -
getSkillIds
-
setSkillIds
-
sourcePlanningGroup
The planning group from which to take route paths. This property is only needed if a route path already exists in another planning group.Note that taking a route path from another planning group will modify the other planning group -
getSourcePlanningGroup
-
setSourcePlanningGroup
-
equals
-
hashCode
public int hashCode() -
toString
-