Uses of Class
com.mypurecloud.sdk.v2.model.WorkPlanBid
Packages that use WorkPlanBid
-
Uses of WorkPlanBid in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkPlanBidModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWorkplanbid(GetWorkforcemanagementBusinessunitWorkplanbidRequest request) Get a work plan bidWorkforceManagementApi.getWorkforcemanagementBusinessunitWorkplanbid(String businessUnitId, String bidId) Get a work plan bidWorkforceManagementApi.patchWorkforcemanagementBusinessunitWorkplanbid(PatchWorkforcemanagementBusinessunitWorkplanbidRequest request) Update work plan bidWorkforceManagementApi.patchWorkforcemanagementBusinessunitWorkplanbid(String businessUnitId, String bidId, UpdateWorkPlanBid body) Update work plan bidWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbidCopy(PostWorkforcemanagementBusinessunitWorkplanbidCopyRequest request) Copy a work plan bidWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbidCopy(String businessUnitId, String bidId, CopyWorkPlanBid body) Copy a work plan bidWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbids(PostWorkforcemanagementBusinessunitWorkplanbidsRequest request) Create a new work plan bidWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbids(String businessUnitId, CreateWorkPlanBid body) Create a new work plan bidMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkPlanBidModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWorkplanbid(ApiRequest<Void> request) Get a work plan bidWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWorkplanbidAsync(GetWorkforcemanagementBusinessunitWorkplanbidRequest request, AsyncApiCallback<WorkPlanBid> callback) Get a work plan bidWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWorkplanbidAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkPlanBid>> callback) Get a work plan bidWorkforceManagementApi.getWorkforcemanagementBusinessunitWorkplanbidWithHttpInfo(String businessUnitId, String bidId) Get a work plan bidWorkforceManagementApi.patchWorkforcemanagementBusinessunitWorkplanbid(ApiRequest<UpdateWorkPlanBid> request) Update work plan bidWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitWorkplanbidAsync(PatchWorkforcemanagementBusinessunitWorkplanbidRequest request, AsyncApiCallback<WorkPlanBid> callback) Update work plan bidWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitWorkplanbidAsync(ApiRequest<UpdateWorkPlanBid> request, AsyncApiCallback<ApiResponse<WorkPlanBid>> callback) Update work plan bidWorkforceManagementApi.patchWorkforcemanagementBusinessunitWorkplanbidWithHttpInfo(String businessUnitId, String bidId, UpdateWorkPlanBid body) Update work plan bidWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbidCopy(ApiRequest<CopyWorkPlanBid> request) Copy a work plan bidWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWorkplanbidCopyAsync(PostWorkforcemanagementBusinessunitWorkplanbidCopyRequest request, AsyncApiCallback<WorkPlanBid> callback) Copy a work plan bidWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWorkplanbidCopyAsync(ApiRequest<CopyWorkPlanBid> request, AsyncApiCallback<ApiResponse<WorkPlanBid>> callback) Copy a work plan bidWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbidCopyWithHttpInfo(String businessUnitId, String bidId, CopyWorkPlanBid body) Copy a work plan bidWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbids(ApiRequest<CreateWorkPlanBid> request) Create a new work plan bidWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWorkplanbidsAsync(PostWorkforcemanagementBusinessunitWorkplanbidsRequest request, AsyncApiCallback<WorkPlanBid> callback) Create a new work plan bidWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWorkplanbidsAsync(ApiRequest<CreateWorkPlanBid> request, AsyncApiCallback<ApiResponse<WorkPlanBid>> callback) Create a new work plan bidWorkforceManagementApi.postWorkforcemanagementBusinessunitWorkplanbidsWithHttpInfo(String businessUnitId, CreateWorkPlanBid body) Create a new work plan bidMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkPlanBidModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWorkplanbidAsync(GetWorkforcemanagementBusinessunitWorkplanbidRequest request, AsyncApiCallback<WorkPlanBid> callback) Get a work plan bidWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWorkplanbidAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkPlanBid>> callback) Get a work plan bidWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitWorkplanbidAsync(PatchWorkforcemanagementBusinessunitWorkplanbidRequest request, AsyncApiCallback<WorkPlanBid> callback) Update work plan bidWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitWorkplanbidAsync(ApiRequest<UpdateWorkPlanBid> request, AsyncApiCallback<ApiResponse<WorkPlanBid>> callback) Update work plan bidWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWorkplanbidCopyAsync(PostWorkforcemanagementBusinessunitWorkplanbidCopyRequest request, AsyncApiCallback<WorkPlanBid> callback) Copy a work plan bidWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWorkplanbidCopyAsync(ApiRequest<CopyWorkPlanBid> request, AsyncApiCallback<ApiResponse<WorkPlanBid>> callback) Copy a work plan bidWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWorkplanbidsAsync(PostWorkforcemanagementBusinessunitWorkplanbidsRequest request, AsyncApiCallback<WorkPlanBid> callback) Create a new work plan bidWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWorkplanbidsAsync(ApiRequest<CreateWorkPlanBid> request, AsyncApiCallback<ApiResponse<WorkPlanBid>> callback) Create a new work plan bid -
Uses of WorkPlanBid in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkPlanBidModifier and TypeMethodDescriptionWorkPlanBid.agentRankingType(WorkPlanBid.AgentRankingTypeEnum agentRankingType) The type of agent ranking selected for this bidWorkPlanBid.bidWindowEndDate(LocalDate bidWindowEndDate) The bid end date.WorkPlanBid.bidWindowStartDate(LocalDate bidWindowStartDate) The bid start date where agents start participate in work plan bidding.WorkPlanBid.effectiveDate(LocalDate effectiveDate) The date when agents will be assigned to the new work plan.WorkPlanBid.forecast(BuShortTermForecastWeekReference forecast) The selected forecast in this work plan bidThe ID of the work plan bidWorkPlanBid.metadata(WorkPlanBidMetadata metadata) The meta data of this bidThe name of the work plan bidWorkPlanBid.publishedDate(Date publishedDate) The date the work plan bid published.WorkPlanBid.rankingTiebreakerType(WorkPlanBid.RankingTiebreakerTypeEnum rankingTiebreakerType) Ranking tiebreakerWorkPlanBid.status(WorkPlanBid.StatusEnum status) The state of the bidWorkPlanBid.workPlanFieldsVisibleToAgents(List<WorkPlanBid.WorkPlanFieldsVisibleToAgentsEnum> workPlanFieldsVisibleToAgents) The work plan fields visible to agents whenever work plan preferences are madeMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkPlanBidMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkPlanBidModifier and TypeMethodDescriptionWorkPlanBidListResponse.entities(List<WorkPlanBid> entities) voidWorkPlanBidListResponse.setEntities(List<WorkPlanBid> entities)