public class User extends Entity implements Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
User.UserCollection |
| Modifier and Type | Field and Description |
|---|---|
long |
createdDate |
String |
displayId |
String |
displayName |
String |
eid |
String |
email |
String |
entityId |
String |
entityTitle |
String |
firstName |
long |
lastModified |
String |
lastName |
String |
modifiedDate |
String |
owner |
String |
password |
Map<String,String> |
props |
String |
reference |
String |
sortName |
String |
type |
URL |
url |
entityReference, entityURL, id| Constructor and Description |
|---|
User(String id,
String entityReference,
URL entityURL,
String entityId,
String entityTitle,
long createdDate,
String displayId,
String displayName,
String email,
String eid,
String firstName,
long lastModified,
String lastName,
String modifiedDate,
String owner,
String password,
Map<String,String> props,
String reference,
String sortName,
String type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
compareTo, fromJsonArray, fromJsonObject, toJsonArray, toJsonObjectpublic final long createdDate
@NotNull public final String displayId
@NotNull public final String displayName
@NotNull public final String eid
@NotNull public final String email
@NotNull public final String firstName
public final long lastModified
@NotNull public final String lastName
@NotNull public final String modifiedDate
@NotNull public final String owner
@Nullable public final String password
@NotNull public final String reference
@NotNull public final String sortName
@Nullable public final String type
@NotNull public final URL url
@NotNull public final String entityId
@NotNull public final String entityTitle
public User(@NotNull
String id,
@NotNull
String entityReference,
@NotNull
URL entityURL,
@NotNull
String entityId,
@NotNull
String entityTitle,
long createdDate,
@NotNull
String displayId,
@NotNull
String displayName,
@NotNull
String email,
@NotNull
String eid,
@NotNull
String firstName,
long lastModified,
@NotNull
String lastName,
@NotNull
String modifiedDate,
@NotNull
String owner,
@Nullable
String password,
@NotNull
Map<String,String> props,
@NotNull
String reference,
@NotNull
String sortName,
@Nullable
String type,
@NotNull
URL url)
Copyright © 2016. All rights reserved.