Package com.mypurecloud.sdk.v2.model
Class WfmAgent
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmAgent
- All Implemented Interfaces:
Serializable
WfmAgent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptDirectShiftTrades(Boolean acceptDirectShiftTrades) Whether the agent accepts direct shift trade requestsbooleangetId()getUser()inthashCode()The globally unique identifier for the object.languages(List<LanguageReference> languages) The list of languages this agent is capable of handlingmetadata(WfmVersionedEntityMetadata metadata) Metadata for this agentqueues(List<QueueReference> queues) List of queues to which this agent is capable of handlingschedulable(Boolean schedulable) Whether the agent can be included in schedule generationvoidsetAcceptDirectShiftTrades(Boolean acceptDirectShiftTrades) voidvoidsetLanguages(List<LanguageReference> languages) voidsetMetadata(WfmVersionedEntityMetadata metadata) voidsetQueues(List<QueueReference> queues) voidsetSchedulable(Boolean schedulable) voidsetSkills(List<RoutingSkillReference> skills) voidsetUser(UserReference user) voidsetWorkPlan(WorkPlanReference workPlan) voidsetWorkPlanOverrides(List<WorkPlanOverride> workPlanOverrides) voidsetWorkPlanRotation(WorkPlanRotationReference workPlanRotation) skills(List<RoutingSkillReference> skills) The list of skills this agent is capable of handlingtoString()user(UserReference user) The user associated with this dataworkPlan(WorkPlanReference workPlan) The work plan associated with this agent, if applicableworkPlanOverrides(List<WorkPlanOverride> workPlanOverrides) The work plan overrides associated with this agent.workPlanRotation(WorkPlanRotationReference workPlanRotation) The work plan rotation associated with this agent, if applicable
-
Constructor Details
-
WfmAgent
public WfmAgent() -
WfmAgent
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
user
The user associated with this data -
getUser
-
setUser
-
workPlan
The work plan associated with this agent, if applicable -
getWorkPlan
-
setWorkPlan
-
workPlanRotation
The work plan rotation associated with this agent, if applicable -
getWorkPlanRotation
-
setWorkPlanRotation
-
acceptDirectShiftTrades
Whether the agent accepts direct shift trade requests -
getAcceptDirectShiftTrades
-
setAcceptDirectShiftTrades
-
workPlanOverrides
The work plan overrides associated with this agent. Populate with expand=workPlanOverrides -
getWorkPlanOverrides
-
setWorkPlanOverrides
-
queues
List of queues to which this agent is capable of handling -
getQueues
-
setQueues
-
languages
The list of languages this agent is capable of handling -
getLanguages
-
setLanguages
-
skills
The list of skills this agent is capable of handling -
getSkills
-
setSkills
-
schedulable
Whether the agent can be included in schedule generation -
getSchedulable
-
setSchedulable
-
metadata
Metadata for this agent -
getMetadata
-
setMetadata
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-