Uses of Class
com.mypurecloud.sdk.v2.model.WfmAgent
Packages that use WfmAgent
-
Uses of WfmAgent in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WfmAgentModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementManagementunitAgent(GetWorkforcemanagementManagementunitAgentRequest request) Get data for agent in the management unitWorkforceManagementApi.getWorkforcemanagementManagementunitAgent(String managementUnitId, String agentId, Boolean excludeCapabilities, List<String> expand) Get data for agent in the management unitMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WfmAgentModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementManagementunitAgent(ApiRequest<Void> request) Get data for agent in the management unitWorkforceManagementApiAsync.getWorkforcemanagementManagementunitAgentAsync(GetWorkforcemanagementManagementunitAgentRequest request, AsyncApiCallback<WfmAgent> callback) Get data for agent in the management unitWorkforceManagementApiAsync.getWorkforcemanagementManagementunitAgentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WfmAgent>> callback) Get data for agent in the management unitWorkforceManagementApi.getWorkforcemanagementManagementunitAgentWithHttpInfo(String managementUnitId, String agentId, Boolean excludeCapabilities, List<String> expand) Get data for agent in the management unitMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WfmAgentModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementManagementunitAgentAsync(GetWorkforcemanagementManagementunitAgentRequest request, AsyncApiCallback<WfmAgent> callback) Get data for agent in the management unitWorkforceManagementApiAsync.getWorkforcemanagementManagementunitAgentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WfmAgent>> callback) Get data for agent in the management unit -
Uses of WfmAgent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WfmAgentModifier and TypeMethodDescriptionWfmAgent.acceptDirectShiftTrades(Boolean acceptDirectShiftTrades) Whether the agent accepts direct shift trade requestsThe globally unique identifier for the object.WfmAgent.languages(List<LanguageReference> languages) The list of languages this agent is capable of handlingWfmAgent.metadata(WfmVersionedEntityMetadata metadata) Metadata for this agentWfmAgent.queues(List<QueueReference> queues) List of queues to which this agent is capable of handlingWfmAgent.schedulable(Boolean schedulable) Whether the agent can be included in schedule generationWfmAgent.skills(List<RoutingSkillReference> skills) The list of skills this agent is capable of handlingWfmAgent.user(UserReference user) The user associated with this dataWfmAgent.workPlan(WorkPlanReference workPlan) The work plan associated with this agent, if applicableWfmAgent.workPlanOverrides(List<WorkPlanOverride> workPlanOverrides) The work plan overrides associated with this agent.WfmAgent.workPlanRotation(WorkPlanRotationReference workPlanRotation) The work plan rotation associated with this agent, if applicable