Uses of Class
com.mypurecloud.sdk.v2.model.PolicyUser
Packages that use PolicyUser
-
Uses of PolicyUser in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PolicyUserModifier and TypeMethodDescriptionPolicyUser.acdAutoAnswer(Boolean acdAutoAnswer) acd auto answerEmail addresses and phone numbers for this userPolicyUser.certifications(List<String> certifications) PolicyUser.department(String department) The division to which this entity belongs.PolicyUser.employerInfo(EmployerInfo employerInfo) User IDPolicyUser.lastTokenIssued(OAuthLastTokenIssued lastTokenIssued) PolicyUser.preferredName(String preferredName) Preferred full name of the agentRequired when updating a user, this value should be the current version of the user.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PolicyUserModifier and TypeMethodDescriptionCallMediaPolicyConditions.getForUsers()ChatMediaPolicyConditions.getForUsers()EmailMediaPolicyConditions.getForUsers()MessageMediaPolicyConditions.getForUsers()PolicyConditions.getForUsers()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type PolicyUserModifier and TypeMethodDescriptionCallMediaPolicyConditions.forUsers(List<PolicyUser> forUsers) List of users to apply this policy to.ChatMediaPolicyConditions.forUsers(List<PolicyUser> forUsers) List of users to apply this policy to.EmailMediaPolicyConditions.forUsers(List<PolicyUser> forUsers) List of users to apply this policy to.MessageMediaPolicyConditions.forUsers(List<PolicyUser> forUsers) List of users to apply this policy to.PolicyConditions.forUsers(List<PolicyUser> forUsers) List of users to apply this policy to.voidCallMediaPolicyConditions.setForUsers(List<PolicyUser> forUsers) voidChatMediaPolicyConditions.setForUsers(List<PolicyUser> forUsers) voidEmailMediaPolicyConditions.setForUsers(List<PolicyUser> forUsers) voidMessageMediaPolicyConditions.setForUsers(List<PolicyUser> forUsers) voidPolicyConditions.setForUsers(List<PolicyUser> forUsers)