public abstract class AbstractUserSummary extends AbstractUserId
| Constructor and Description |
|---|
AbstractUserSummary() |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
getActive()
Whether the user is active
|
abstract List<Email> |
getEmail()
The emails for the user
|
abstract Long |
getLastLogonTime()
The unix epoch timestamp of when the user last authenticated
|
abstract Meta |
getMeta()
Metadata for the result
|
abstract Name |
getName()
The user's name
|
abstract String |
getPasswordLastModified()
The timestamp when the user's password was last modified
|
abstract List<PhoneNumber> |
getPhoneNumbers()
The phone numbers for the user
|
abstract Long |
getPreviousLoginTime()
The unix epoch timestamp of when the user last authenticated
|
abstract List<String> |
getSchemas()
The schemas
|
abstract Boolean |
getVerified()
Whether the user's email is verified
|
abstract String |
getZoneId()
The zone id the user belongs to
|
getId, getOrigin, getUserNamepublic abstract Boolean getActive()
public abstract Long getLastLogonTime()
public abstract Meta getMeta()
public abstract Name getName()
public abstract String getPasswordLastModified()
public abstract List<PhoneNumber> getPhoneNumbers()
public abstract Long getPreviousLoginTime()
public abstract Boolean getVerified()
public abstract String getZoneId()
Copyright © 2020. All rights reserved.