public class InviteUserForm extends Object
Constructor and Description |
---|
InviteUserForm()
Instantiates a new invite user to client form.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets the alias.
|
String |
getEmail()
Gets the email.
|
String |
getEmailAlias()
Gets the email alias.
|
String |
getExternalUsername()
Gets the external username.
|
String |
getFirstName()
Gets the firstName.
|
String |
getInvitationProvider() |
String |
getLanguageCode()
Gets the language code.
|
String |
getLastName()
Gets the lastName.
|
void |
setAlias(String alias)
Sets the alias.
|
void |
setEmail(String email)
Sets the email.
|
void |
setEmailAlias(String emailAlias)
Sets the email alias.
|
void |
setExternalUsername(String username)
Sets the alias.
|
void |
setFirstName(String firstname)
Sets the firstName.
|
void |
setInvitationProvider(String invitationProvider) |
void |
setLanguageCode(String languageCode)
Sets the language code.
|
void |
setLastName(String lastName)
Sets the lastName.
|
public InviteUserForm()
public String getAlias()
public String getEmail()
public String getEmailAlias()
public String getExternalUsername()
public String getFirstName()
public String getInvitationProvider()
public String getLanguageCode()
public String getLastName()
public void setAlias(String alias)
alias
- the new aliaspublic void setEmail(String email)
email
- the new emailpublic void setEmailAlias(String emailAlias)
emailAlias
- the new email aliaspublic void setExternalUsername(String username)
username
- the new usernamepublic void setFirstName(String firstname)
firstname
- the firstnamepublic void setInvitationProvider(String invitationProvider)
invitationProvider
- the invitationProvider to setpublic void setLanguageCode(String languageCode)
languageCode
- the new language codepublic void setLastName(String lastName)
lastName
- the surnameCopyright © 2019 Communote team. All rights reserved.