public class User extends Entity implements Serializable, Cloneable, JsonSerializable
| Modifier and Type | Class and Description |
|---|---|
class |
User.UserCollection |
| Modifier and Type | Field and Description |
|---|---|
Date |
createdDate |
String |
displayId |
String |
displayName |
String |
eid |
String |
email |
String |
entityId |
String |
entityTitle |
String |
firstName |
String |
id |
Long |
lastModified |
String |
lastName |
Date |
modifiedDate |
String |
owner |
String |
password |
Map<String,String> |
props |
String |
reference |
String |
sortName |
String |
type |
URL |
url |
entityReference, entityURL| Constructor and Description |
|---|
User(String id,
String entityReference,
URL entityURL,
String entityId,
String entityTitle,
Date createdDate,
String displayId,
String displayName,
String email,
String eid,
String firstName,
Long lastModified,
String lastName,
Date modifiedDate,
String owner,
String password,
Map<String,String> props,
String reference,
String sortName,
String type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
User |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
com.google.gson.JsonObject |
toJsonObject()
Creates the JsonObject of the Entity
|
public final Date 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
@NotNull public final Long lastModified
@NotNull public final String lastName
@NotNull public final Date 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
@Nullable public final String id
public User(@NotNull
String id,
@NotNull
String entityReference,
@NotNull
URL entityURL,
@NotNull
String entityId,
@NotNull
String entityTitle,
@NotNull
Date createdDate,
@NotNull
String displayId,
@NotNull
String displayName,
@NotNull
String email,
@NotNull
String eid,
@NotNull
String firstName,
@NotNull
Long lastModified,
@NotNull
String lastName,
@NotNull
Date modifiedDate,
@NotNull
String owner,
@Nullable
String password,
@NotNull
Map<String,String> props,
@NotNull
String reference,
@NotNull
String sortName,
@Nullable
String type,
@NotNull
URL url)
@NotNull public User clone() throws CloneNotSupportedException
clone in class EntityCloneNotSupportedException@NotNull public com.google.gson.JsonObject toJsonObject()
EntitytoJsonObject in interface JsonSerializabletoJsonObject in class EntityCopyright © 2016. All rights reserved.