public class Membership extends Entity
| Modifier and Type | Class and Description |
|---|---|
class |
Membership.MembershipCollection |
| Modifier and Type | Field and Description |
|---|---|
boolean |
active |
String |
entityId |
String |
entityTitle |
long |
lastLoginTime |
String |
locationReference |
String |
memberRole |
boolean |
provided |
String |
userDisplayId |
String |
userDisplayName |
String |
userEid |
String |
userEmail |
String |
userId |
String |
userSortName |
entityReference, entityURL, id| Constructor and Description |
|---|
Membership(String id,
String entityReference,
URL entityURL,
String entityId,
String entityTitle,
boolean active,
long 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 |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
compareTo, fromJsonArray, fromJsonObject, toJsonArray, toJsonObjectpublic final boolean active
public final long lastLoginTime
public final boolean provided
@NotNull public final String locationReference
@NotNull public final String memberRole
@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
@NotNull public final String entityId
@NotNull public final String entityTitle
public Membership(@NotNull
String id,
@NotNull
String entityReference,
@NotNull
URL entityURL,
@NotNull
String entityId,
@NotNull
String entityTitle,
boolean active,
long lastLoginTime,
@NotNull
String locationReference,
@NotNull
String memberRole,
boolean provided,
@NotNull
String userDisplayId,
@NotNull
String userDisplayName,
@NotNull
String userEid,
@NotNull
String userEmail,
@NotNull
String userId,
@NotNull
String userSortName)
Copyright © 2016. All rights reserved.