Uses of Class
com.mypurecloud.sdk.v2.model.PlanningGroup
Packages that use PlanningGroup
-
Uses of PlanningGroup in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return PlanningGroupModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitPlanninggroup(GetWorkforcemanagementBusinessunitPlanninggroupRequest request) Get a planning groupWorkforceManagementApi.getWorkforcemanagementBusinessunitPlanninggroup(String businessUnitId, String planningGroupId) Get a planning groupWorkforceManagementApi.patchWorkforcemanagementBusinessunitPlanninggroup(PatchWorkforcemanagementBusinessunitPlanninggroupRequest request) Updates the planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division.WorkforceManagementApi.patchWorkforcemanagementBusinessunitPlanninggroup(String businessUnitId, String planningGroupId, UpdatePlanningGroupRequest body) Updates the planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division.WorkforceManagementApi.postWorkforcemanagementBusinessunitPlanninggroups(PostWorkforcemanagementBusinessunitPlanninggroupsRequest 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.WorkforceManagementApi.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.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type PlanningGroupModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitPlanninggroup(ApiRequest<Void> request) Get a planning groupWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitPlanninggroupAsync(GetWorkforcemanagementBusinessunitPlanninggroupRequest request, AsyncApiCallback<PlanningGroup> callback) Get a planning groupWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitPlanninggroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PlanningGroup>> callback) Get a planning groupWorkforceManagementApi.getWorkforcemanagementBusinessunitPlanninggroupWithHttpInfo(String businessUnitId, String planningGroupId) Get a planning groupWorkforceManagementApi.patchWorkforcemanagementBusinessunitPlanninggroup(ApiRequest<UpdatePlanningGroupRequest> request) Updates the planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division.WorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitPlanninggroupAsync(PatchWorkforcemanagementBusinessunitPlanninggroupRequest request, AsyncApiCallback<PlanningGroup> callback) Updates the planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division.WorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitPlanninggroupAsync(ApiRequest<UpdatePlanningGroupRequest> request, AsyncApiCallback<ApiResponse<PlanningGroup>> callback) Updates the planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division.WorkforceManagementApi.patchWorkforcemanagementBusinessunitPlanninggroupWithHttpInfo(String businessUnitId, String planningGroupId, UpdatePlanningGroupRequest body) Updates the planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division.WorkforceManagementApi.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(PostWorkforcemanagementBusinessunitPlanninggroupsRequest request, AsyncApiCallback<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.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.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 PlanningGroupModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitPlanninggroupAsync(GetWorkforcemanagementBusinessunitPlanninggroupRequest request, AsyncApiCallback<PlanningGroup> callback) Get a planning groupWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitPlanninggroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<PlanningGroup>> callback) Get a planning groupWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitPlanninggroupAsync(PatchWorkforcemanagementBusinessunitPlanninggroupRequest request, AsyncApiCallback<PlanningGroup> callback) Updates the planning group If the request body contains queue references in route paths, routing:queue:view is required in each referenced queue's division.WorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitPlanninggroupAsync(ApiRequest<UpdatePlanningGroupRequest> request, AsyncApiCallback<ApiResponse<PlanningGroup>> callback) Updates the 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(PostWorkforcemanagementBusinessunitPlanninggroupsRequest request, AsyncApiCallback<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.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 PlanningGroup in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PlanningGroupModifier and TypeMethodDescriptionThe globally unique identifier for the object.PlanningGroup.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the planning groupPlanningGroup.routePaths(List<RoutePathResponse> routePaths) Set of route paths associated with the planning groupPlanningGroup.serviceGoalTemplate(ServiceGoalTemplateReference serviceGoalTemplate) The ID of the service goal template associated with this planning groupMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type PlanningGroupMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type PlanningGroupModifier and TypeMethodDescriptionPlanningGroupList.entities(List<PlanningGroup> entities) voidPlanningGroupList.setEntities(List<PlanningGroup> entities)