Package com.mypurecloud.sdk.v2.model
Class CreateUser
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateUser
- All Implemented Interfaces:
Serializable
CreateUser
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumOptional initialized state of the user. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEmail addresses and phone numbers for this userdepartment(String department) divisionId(String divisionId) The division to which this user will belongUser's email and usernamebooleangetEmail()getName()getState()getTitle()inthashCode()User's full nameUser's passwordvoidsetAddresses(List<Contact> addresses) voidsetDepartment(String department) voidsetDivisionId(String divisionId) voidvoidvoidsetPassword(String password) voidsetState(CreateUser.StateEnum state) voidstate(CreateUser.StateEnum state) Optional initialized state of the user.toString()
-
Constructor Details
-
CreateUser
public CreateUser() -
CreateUser
-
-
Method Details
-
name
User's full name -
getName
-
setName
-
department
-
getDepartment
-
setDepartment
-
email
User's email and username -
getEmail
-
setEmail
-
addresses
Email addresses and phone numbers for this user -
getAddresses
-
setAddresses
-
title
-
getTitle
-
setTitle
-
password
User's password -
getPassword
-
setPassword
-
divisionId
The division to which this user will belong -
getDivisionId
-
setDivisionId
-
state
Optional initialized state of the user. If not specified, state will be Active if invites are sent, otherwise Inactive. -
getState
-
setState
-
equals
-
hashCode
public int hashCode() -
toString
-