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