Uses of Class
com.mypurecloud.sdk.v2.model.RoutePathRequest
Packages that use RoutePathRequest
-
Uses of RoutePathRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RoutePathRequestModifier and TypeMethodDescriptionRoutePathRequest.languageId(String languageId) The ID of the language to associate with the route pathRoutePathRequest.mediaType(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 pathThe set of skill IDs to associate with the route pathRoutePathRequest.sourcePlanningGroup(SourcePlanningGroupRequest sourcePlanningGroup) The planning group from which to take route paths.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type RoutePathRequestModifier and TypeMethodDescriptionCreatePlanningGroupRequest.getRoutePaths()SetWrapperRoutePathRequest.getValues()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type RoutePathRequestModifier and TypeMethodDescriptionCreatePlanningGroupRequest.routePaths(List<RoutePathRequest> routePaths) Set of route paths to associate with the planning groupvoidCreatePlanningGroupRequest.setRoutePaths(List<RoutePathRequest> routePaths) voidSetWrapperRoutePathRequest.setValues(List<RoutePathRequest> values) SetWrapperRoutePathRequest.values(List<RoutePathRequest> values)