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 Long |
primaryAccount |
protected Long |
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 user's email address.
|
String |
getFirstname()
The user's first name.
|
String |
getLanguage()
The user's preferred language.
|
String |
getLastname()
The user's last name.
|
String |
getMobilePhoneNumber()
The user's mobile phone number.
|
Long |
getPrimaryAccount()
The primary account that the user belongs to.
|
Long |
getScope()
The scope that the user belongs to.
|
String |
getTimeZone()
The user's time zone.
|
TwoFactorAuthenticationType |
getTwoFactorType()
The type of two-factor authentication that is enabled for the user.
|
int |
hashCode() |
Boolean |
isEmailAddressVerified()
Whether the user's email address has been verified.
|
Boolean |
isMobilePhoneVerified()
Whether the user's mobile phone number has been verified.
|
Boolean |
isTwoFactorEnabled()
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 Long primaryAccount
protected Long 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 Long getPrimaryAccount()
public Long getScope()
public String getTimeZone()
public Boolean isTwoFactorEnabled()
public TwoFactorAuthenticationType getTwoFactorType()
Copyright © 2024. All rights reserved.