public class HumanUser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
emailAddress |
protected Boolean |
emailAddressVerified |
protected String |
firstname |
protected String |
language |
protected String |
lastname |
protected String |
mobilePhoneNumber |
protected Boolean |
mobilePhoneVerified |
protected Account |
primaryAccount |
protected Scope |
scope |
protected String |
timeZone |
protected Boolean |
twoFactorEnabled |
protected TwoFactorAuthenticationType |
twoFactorType |
| Constructor and Description |
|---|
HumanUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmailAddress()
The email address of the user.
|
String |
getFirstname()
The first name of the user.
|
String |
getLanguage()
The preferred language of the user.
|
String |
getLastname()
The last name of the user.
|
String |
getMobilePhoneNumber() |
Account |
getPrimaryAccount()
The primary account links the user to a specific account.
|
Scope |
getScope()
The scope to which the user belongs to.
|
String |
getTimeZone()
The time zone which is applied for the user.
|
TwoFactorAuthenticationType |
getTwoFactorType() |
int |
hashCode() |
Boolean |
isEmailAddressVerified()
Defines whether a user is verified or not.
|
Boolean |
isMobilePhoneVerified()
Defines whether a users mobile phone number is verified or not.
|
Boolean |
isTwoFactorEnabled()
Defines whether two-factor authentication is enabled for this user.
|
String |
toString() |
protected String emailAddress
protected Boolean emailAddressVerified
protected String firstname
protected String language
protected String lastname
protected String mobilePhoneNumber
protected Boolean mobilePhoneVerified
protected Account primaryAccount
protected Scope scope
protected String timeZone
protected Boolean twoFactorEnabled
protected TwoFactorAuthenticationType twoFactorType
public String getEmailAddress()
public Boolean isEmailAddressVerified()
public String getFirstname()
public String getLanguage()
public String getLastname()
public String getMobilePhoneNumber()
public Boolean isMobilePhoneVerified()
public Account getPrimaryAccount()
public Scope getScope()
public String getTimeZone()
public Boolean isTwoFactorEnabled()
public TwoFactorAuthenticationType getTwoFactorType()
Copyright © 2021. All rights reserved.