Uses of Class
com.mypurecloud.sdk.v2.model.RoutePathResponse
Packages that use RoutePathResponse
-
Uses of RoutePathResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RoutePathResponseModifier and TypeMethodDescriptionRoutePathResponse.language(LanguageReference language) The ID of the language associated with the route pathRoutePathResponse.mediaType(RoutePathResponse.MediaTypeEnum mediaType) The media type of the given queue associated with the route pathRoutePathResponse.queue(QueueReference queue) The ID of the queue associated with the route pathRoutePathResponse.skills(List<RoutingSkillReference> skills) The set of skills associated with the route pathMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type RoutePathResponseModifier and TypeMethodDescriptionForecastPlanningGroupResponse.getRoutePaths()PlanningGroup.getRoutePaths()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type RoutePathResponseModifier and TypeMethodDescriptionForecastPlanningGroupResponse.routePaths(List<RoutePathResponse> routePaths) Route path configuration for this planning groupPlanningGroup.routePaths(List<RoutePathResponse> routePaths) Set of route paths associated with the planning groupvoidForecastPlanningGroupResponse.setRoutePaths(List<RoutePathResponse> routePaths) voidPlanningGroup.setRoutePaths(List<RoutePathResponse> routePaths)