Package com.mypurecloud.sdk.v2.model
Class RoutePathResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.RoutePathResponse
- All Implemented Interfaces:
Serializable
RoutePathResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe media type of the given queue associated with the route path -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQueue()inthashCode()language(LanguageReference language) The ID of the language associated with the route pathmediaType(RoutePathResponse.MediaTypeEnum mediaType) The media type of the given queue associated with the route pathqueue(QueueReference queue) The ID of the queue associated with the route pathvoidsetLanguage(LanguageReference language) voidsetMediaType(RoutePathResponse.MediaTypeEnum mediaType) voidsetQueue(QueueReference queue) voidsetSkills(List<RoutingSkillReference> skills) skills(List<RoutingSkillReference> skills) The set of skills associated with the route pathtoString()
-
Constructor Details
-
RoutePathResponse
public RoutePathResponse() -
RoutePathResponse
-
-
Method Details
-
queue
The ID of the queue associated with the route path -
getQueue
-
setQueue
-
mediaType
The media type of the given queue associated with the route path -
getMediaType
-
setMediaType
-
language
The ID of the language associated with the route path -
getLanguage
-
setLanguage
-
skills
The set of skills associated with the route path -
getSkills
-
setSkills
-
equals
-
hashCode
public int hashCode() -
toString
-