Uses of Class
com.mypurecloud.sdk.v2.model.WorkPlanBidGroupUpdate
Packages that use WorkPlanBidGroupUpdate
Package
Description
-
Uses of WorkPlanBidGroupUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WorkPlanBidGroupUpdateModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitWorkplanbidGroup(String businessUnitId, String bidId, String bidGroupId, WorkPlanBidGroupUpdate body) Update a bid group by bid group IdWorkforceManagementApi.patchWorkforcemanagementBusinessunitWorkplanbidGroupWithHttpInfo(String businessUnitId, String bidId, String bidGroupId, WorkPlanBidGroupUpdate body) Update a bid group by bid group IdMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkPlanBidGroupUpdateModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitWorkplanbidGroup(ApiRequest<WorkPlanBidGroupUpdate> request) Update a bid group by bid group IdWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitWorkplanbidGroupAsync(ApiRequest<WorkPlanBidGroupUpdate> request, AsyncApiCallback<ApiResponse<WorkPlanBidGroupResponse>> callback) Update a bid group by bid group Id -
Uses of WorkPlanBidGroupUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WorkPlanBidGroupUpdateModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WorkPlanBidGroupUpdateModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type WorkPlanBidGroupUpdateModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.builder(String businessUnitId, String bidId, String bidGroupId, WorkPlanBidGroupUpdate body) voidPatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.setBody(WorkPlanBidGroupUpdate body) PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.Builder.withBody(WorkPlanBidGroupUpdate body) PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.withBody(WorkPlanBidGroupUpdate body) PatchWorkforcemanagementBusinessunitWorkplanbidGroupRequest.Builder.withRequiredParams(String businessUnitId, String bidId, String bidGroupId, WorkPlanBidGroupUpdate body) -
Uses of WorkPlanBidGroupUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkPlanBidGroupUpdateModifier and TypeMethodDescriptionWorkPlanBidGroupUpdate.agentIds(ListWrapperString agentIds) Agent IDs who participate in this bid groupWorkPlanBidGroupUpdate.managementUnitId(String managementUnitId) The management unit ID used for this work plan bid groupThe name of the work plan bid groupWorkPlanBidGroupUpdate.planningGroupIds(ListWrapperString planningGroupIds) The planning group IDs selected in this bid groupWorkPlanBidGroupUpdate.workPlans(ListWrapperBidGroupWorkPlanRequest workPlans) The list of work plans used in this bid group