public class Membership extends Entity implements Serializable, Cloneable, JsonSerializable
| Modifier and Type | Class and Description |
|---|---|
class |
Membership.MembershipCollection |
| Modifier and Type | Field and Description |
|---|---|
Boolean |
active |
String |
entityId |
String |
entityTitle |
String |
id |
Date |
lastLoginTime |
String |
locationReference |
String |
memberRole |
Boolean |
provided |
String |
userDisplayId |
String |
userDisplayName |
String |
userEid |
String |
userEmail |
String |
userId |
String |
userSortName |
entityReference, entityURL| Constructor and Description |
|---|
Membership(String id,
String entityReference,
URL entityURL,
String entityId,
String entityTitle,
Boolean active,
Date lastLoginTime,
String locationReference,
String memberRole,
Boolean provided,
String userDisplayId,
String userDisplayName,
String userEid,
String userEmail,
String userId,
String userSortName) |
| Modifier and Type | Method and Description |
|---|---|
Membership |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
com.google.gson.JsonObject |
toJsonObject()
Creates the JsonObject of the Entity
|
@NotNull public final Boolean active
@NotNull public final Date lastLoginTime
@NotNull public final String locationReference
@NotNull public final String memberRole
@NotNull public final Boolean provided
@NotNull public final String userDisplayId
@NotNull public final String userDisplayName
@NotNull public final String userEid
@NotNull public final String userEmail
@NotNull public final String userId
@NotNull public final String userSortName
@Nullable public final String id
@NotNull public final String entityId
@NotNull public final String entityTitle
public Membership(@Nullable
String id,
@NotNull
String entityReference,
@NotNull
URL entityURL,
@NotNull
String entityId,
@NotNull
String entityTitle,
@NotNull
Boolean active,
@NotNull
Date lastLoginTime,
@NotNull
String locationReference,
@NotNull
String memberRole,
@NotNull
Boolean provided,
@NotNull
String userDisplayId,
@NotNull
String userDisplayName,
@NotNull
String userEid,
@NotNull
String userEmail,
@NotNull
String userId,
@NotNull
String userSortName)
@NotNull public Membership 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.