Uses of Class
com.mypurecloud.sdk.v2.model.WorkPlanBidGroupCreate
Packages that use WorkPlanBidGroupCreate
Package
Description
-
Uses of WorkPlanBidGroupCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WorkPlanBidGroupCreateModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbidGroups(String businessUnitId, String bidId, WorkPlanBidGroupCreate body) Add a bid group in a given work plan bidWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbidGroupsWithHttpInfo(String businessUnitId, String bidId, WorkPlanBidGroupCreate body) Add a bid group in a given work plan bidMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkPlanBidGroupCreateModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbidGroups(ApiRequest<WorkPlanBidGroupCreate> request) Add a bid group in a given work plan bidWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWorkplanbidGroupsAsync(ApiRequest<WorkPlanBidGroupCreate> request, AsyncApiCallback<ApiResponse<WorkPlanBidGroupResponse>> callback) Add a bid group in a given work plan bid -
Uses of WorkPlanBidGroupCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WorkPlanBidGroupCreateModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWorkplanbidGroupsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WorkPlanBidGroupCreateModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWorkplanbidGroupsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type WorkPlanBidGroupCreateModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWorkplanbidGroupsRequest.builder(String businessUnitId, String bidId, WorkPlanBidGroupCreate body) voidPostWorkforcemanagementBusinessunitWorkplanbidGroupsRequest.setBody(WorkPlanBidGroupCreate body) PostWorkforcemanagementBusinessunitWorkplanbidGroupsRequest.Builder.withBody(WorkPlanBidGroupCreate body) PostWorkforcemanagementBusinessunitWorkplanbidGroupsRequest.withBody(WorkPlanBidGroupCreate body) PostWorkforcemanagementBusinessunitWorkplanbidGroupsRequest.Builder.withRequiredParams(String businessUnitId, String bidId, WorkPlanBidGroupCreate body) -
Uses of WorkPlanBidGroupCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkPlanBidGroupCreateModifier and TypeMethodDescriptionAgent IDs who participate in this bid groupWorkPlanBidGroupCreate.managementUnitId(String managementUnitId) The management unit ID this bid group belongs toThe name of the work plan bid groupWorkPlanBidGroupCreate.planningGroupIds(List<String> planningGroupIds) The planning group IDs selected in this bid groupWorkPlanBidGroupCreate.workPlans(List<BidGroupWorkPlanRequest> workPlans) The list of work plans used in this bid group