public class Profile extends Entity implements Serializable, Cloneable, JsonSerializable
| Modifier and Type | Class and Description |
|---|---|
class |
Profile.ProfileCollection |
entityReference, entityURL| Constructor and Description |
|---|
Profile(String id,
String entityReference,
URL entityURL,
String academicProfileUrl,
String birthday,
String birthdayDisplay,
String businessBiography,
List<Object> companyProfiles,
String course,
Date dateOfBirth,
String department,
String displayName,
String email,
String facsimile,
String favouriteBooks,
String favouriteMovies,
String favouriteQuotes,
String favouriteTvShows,
String homepage,
URL imageThumbUrl,
URL imageUrl,
Boolean locked,
String mobilephone,
String nickname,
String personalSummary,
String position,
Map<String,Object> props,
String publications,
String room,
String school,
Object socialInfo,
String staffProfile,
Object status,
String subjects,
String universityProfileUrl,
String userUuid,
String workphone,
String entityId,
String entityTitle) |
| Modifier and Type | Method and Description |
|---|---|
Profile |
clone() |
boolean |
equals(Object object) |
int |
hashCode() |
com.google.gson.JsonObject |
toJsonObject()
Creates the JsonObject of the Entity
|
@Nullable public final String academicProfileUrl
@Nullable public final String birthday
@Nullable public final String birthdayDisplay
@Nullable public final String businessBiography
@Nullable public final String course
@Nullable public final Date dateOfBirth
@Nullable public final String department
@NotNull public final String displayName
@NotNull public final String email
@Nullable public final String facsimile
@Nullable public final String favouriteBooks
@Nullable public final String favouriteMovies
@Nullable public final String favouriteQuotes
@Nullable public final String favouriteTvShows
@Nullable public final String homepage
@NotNull public final URL imageThumbUrl
@NotNull public final URL imageUrl
@NotNull public final Boolean locked
@Nullable public final String mobilephone
@Nullable public final String nickname
@Nullable public final String personalSummary
@Nullable public final String position
@Nullable public final String publications
@Nullable public final String room
@Nullable public final String school
@NotNull public final Object socialInfo
@Nullable public final String staffProfile
@Nullable public final Object status
@Nullable public final String subjects
@Nullable public final String universityProfileUrl
@NotNull public final String userUuid
@Nullable public final String workphone
@NotNull public final String entityId
@Nullable public final String entityTitle
@Nullable public final String id
public Profile(@Nullable
String id,
@NotNull
String entityReference,
@NotNull
URL entityURL,
@Nullable
String academicProfileUrl,
@Nullable
String birthday,
@Nullable
String birthdayDisplay,
@Nullable
String businessBiography,
@NotNull
List<Object> companyProfiles,
@Nullable
String course,
@Nullable
Date dateOfBirth,
@Nullable
String department,
@NotNull
String displayName,
@NotNull
String email,
@Nullable
String facsimile,
@Nullable
String favouriteBooks,
@Nullable
String favouriteMovies,
@Nullable
String favouriteQuotes,
@Nullable
String favouriteTvShows,
@Nullable
String homepage,
@NotNull
URL imageThumbUrl,
@NotNull
URL imageUrl,
@NotNull
Boolean locked,
@Nullable
String mobilephone,
@Nullable
String nickname,
@Nullable
String personalSummary,
@Nullable
String position,
@Nullable
Map<String,Object> props,
@Nullable
String publications,
@Nullable
String room,
@Nullable
String school,
@NotNull
Object socialInfo,
@Nullable
String staffProfile,
@Nullable
Object status,
@Nullable
String subjects,
@Nullable
String universityProfileUrl,
@NotNull
String userUuid,
@Nullable
String workphone,
@NotNull
String entityId,
@Nullable
String entityTitle)
@NotNull public Profile 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.