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 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<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 Meta getMeta()
public abstract Name getName()
public abstract String getPasswordLastModified()
public abstract Boolean getVerified()
public abstract String getZoneId()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.