Uses of Class
com.mypurecloud.sdk.v2.model.AdminAgentWorkPlanBiddingPreference
Packages that use AdminAgentWorkPlanBiddingPreference
-
Uses of AdminAgentWorkPlanBiddingPreference in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AdminAgentWorkPlanBiddingPreferenceModifier and TypeMethodDescriptionAdminAgentWorkPlanBiddingPreference.agent(UserReference agent) The agent to whom this work plan bidding preference appliesAdminAgentWorkPlanBiddingPreference.assignedWorkPlan(WorkPlanReference assignedWorkPlan) The work plan assigned to the agent by the bid processAdminAgentWorkPlanBiddingPreference.overriddenWorkPlan(WorkPlanReference overriddenWorkPlan) The work plan that overrides the assigned work plan for the agentAdminAgentWorkPlanBiddingPreference.overrideReason(AdminAgentWorkPlanBiddingPreference.OverrideReasonEnum overrideReason) The reason why the assigned work plan has been overridden.AdminAgentWorkPlanBiddingPreference.priorities(List<Integer> priorities) The agent priorities for the list of work plans.Whether the preference is submittedMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AdminAgentWorkPlanBiddingPreferenceModifier and TypeMethodDescriptionAdminAgentWorkPlanPreferenceResponse.getAgentWorkPlanBidPreferences()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AdminAgentWorkPlanBiddingPreferenceModifier and TypeMethodDescriptionAdminAgentWorkPlanPreferenceResponse.agentWorkPlanBidPreferences(List<AdminAgentWorkPlanBiddingPreference> agentWorkPlanBidPreferences) The list of agents work plan bidding preferencesvoidAdminAgentWorkPlanPreferenceResponse.setAgentWorkPlanBidPreferences(List<AdminAgentWorkPlanBiddingPreference> agentWorkPlanBidPreferences)