Package com.mypurecloud.sdk.v2.model
Class UpdateUser
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateUser
- All Implemented Interfaces:
Serializable
UpdateUser
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacdAutoAnswer(Boolean acdAutoAnswer) The value that denotes if acdAutoAnswer is set on the userEmail address, phone number, and/or extension for this user.certifications(List<String> certifications) department(String department) employerInfo(EmployerInfo employerInfo) booleangetChat()getEmail()getId()getName()getState()getTitle()The groups the user is a member ofinthashCode()The user placement at each site location.preferredName(String preferredName) Preferred full name of agentprofileSkills(List<String> profileSkills) Profile skills possessed by the uservoidsetAcdAutoAnswer(Boolean acdAutoAnswer) voidsetAddresses(List<Contact> addresses) voidsetBiography(Biography biography) voidsetCertifications(List<String> certifications) voidvoidsetDepartment(String department) voidvoidsetEmployerInfo(EmployerInfo employerInfo) voidvoidvoidsetLocations(List<Location> locations) voidsetManager(String manager) voidvoidsetPreferredName(String preferredName) voidsetProfileSkills(List<String> profileSkills) voidsetState(UpdateUser.StateEnum state) voidvoidsetUsername(String username) voidsetVersion(Integer version) state(UpdateUser.StateEnum state) The state of the user.toString()This value should be the current version of the user.
-
Constructor Details
-
UpdateUser
public UpdateUser() -
UpdateUser
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
chat
-
getChat
-
setChat
-
department
-
getDepartment
-
setDepartment
-
email
-
getEmail
-
setEmail
-
getPrimaryContactInfo
-
addresses
Email address, phone number, and/or extension for this user. One entry is allowed per media type -
getAddresses
-
setAddresses
-
title
-
getTitle
-
setTitle
-
username
-
getUsername
-
setUsername
-
preferredName
Preferred full name of agent -
getPreferredName
-
setPreferredName
-
manager
-
getManager
-
setManager
-
images
-
getImages
-
setImages
-
version
This value should be the current version of the user. The current version can be obtained with a GET on the user before doing a PATCH. -
getVersion
-
setVersion
-
profileSkills
Profile skills possessed by the user -
getProfileSkills
-
setProfileSkills
-
locations
The user placement at each site location. -
getLocations
-
setLocations
-
groups
The groups the user is a member of -
getGroups
-
setGroups
-
state
The state of the user. This property can be used to restore a deleted user or transition between active and inactive. If specified, it is the only modifiable field. -
getState
-
setState
-
acdAutoAnswer
The value that denotes if acdAutoAnswer is set on the user -
getAcdAutoAnswer
-
setAcdAutoAnswer
-
certifications
-
getCertifications
-
setCertifications
-
biography
-
getBiography
-
setBiography
-
employerInfo
-
getEmployerInfo
-
setEmployerInfo
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-