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