Uses of Class
com.mypurecloud.sdk.v2.model.CreatePlanningGroupRequest
Packages that use CreatePlanningGroupRequest
Package
Description
-
Uses of CreatePlanningGroupRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreatePlanningGroupRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitPlanninggroups(String businessUnitId, CreatePlanningGroupRequest body) Adds a new planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division.WorkforceManagementApi.postWorkforcemanagementBusinessunitPlanninggroupsWithHttpInfo(String businessUnitId, CreatePlanningGroupRequest body) Adds a new planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreatePlanningGroupRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitPlanninggroups(ApiRequest<CreatePlanningGroupRequest> request) Adds a new planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division.WorkforceManagementApiAsync.postWorkforcemanagementBusinessunitPlanninggroupsAsync(ApiRequest<CreatePlanningGroupRequest> request, AsyncApiCallback<ApiResponse<PlanningGroup>> callback) Adds a new planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division. -
Uses of CreatePlanningGroupRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreatePlanningGroupRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitPlanninggroupsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreatePlanningGroupRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitPlanninggroupsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CreatePlanningGroupRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitPlanninggroupsRequest.builder(String businessUnitId, CreatePlanningGroupRequest body) voidPostWorkforcemanagementBusinessunitPlanninggroupsRequest.setBody(CreatePlanningGroupRequest body) PostWorkforcemanagementBusinessunitPlanninggroupsRequest.Builder.withBody(CreatePlanningGroupRequest body) PostWorkforcemanagementBusinessunitPlanninggroupsRequest.withBody(CreatePlanningGroupRequest body) PostWorkforcemanagementBusinessunitPlanninggroupsRequest.Builder.withRequiredParams(String businessUnitId, CreatePlanningGroupRequest body) -
Uses of CreatePlanningGroupRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreatePlanningGroupRequestModifier and TypeMethodDescriptionThe name of the planning groupCreatePlanningGroupRequest.routePaths(List<RoutePathRequest> routePaths) Set of route paths to associate with the planning groupCreatePlanningGroupRequest.serviceGoalTemplateId(String serviceGoalTemplateId) The ID of the service goal template to associate with this planning group