| Package | Description |
|---|---|
| org.exoplatform.social.rest.api | |
| org.exoplatform.social.rest.entity | |
| org.exoplatform.social.rest.impl.identity |
| Modifier and Type | Method and Description |
|---|---|
static ProfileEntity |
EntityBuilder.buildEntityProfile(org.exoplatform.social.core.identity.model.Profile profile,
String restPath,
String expand) |
static ProfileEntity |
EntityBuilder.buildEntityProfile(String userName,
String restPath,
String expand) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
IdentityRestResources.updateIdentityById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ProfileEntity model)
Process to update an identity by id
|
| Modifier and Type | Method and Description |
|---|---|
ProfileEntity |
IdentityEntity.getProfile() |
ProfileEntity |
ProfileEntity.setAvatar(String avatar) |
ProfileEntity |
ProfileEntity.setDeleted(Boolean deleted) |
ProfileEntity |
ProfileEntity.setEmail(String email) |
ProfileEntity |
ProfileEntity.setExperiences(List<DataEntity> experiences) |
ProfileEntity |
ProfileEntity.setFirstname(String firstname) |
ProfileEntity |
ProfileEntity.setFullname(String fullname) |
ProfileEntity |
ProfileEntity.setGender(String gender) |
ProfileEntity |
ProfileEntity.setIdentity(String identity) |
ProfileEntity |
ProfileEntity.setIms(List<DataEntity> ims) |
ProfileEntity |
ProfileEntity.setLastname(String lastname) |
ProfileEntity |
ProfileEntity.setPosition(String position) |
ProfileEntity |
ProfileEntity.setUrls(List<DataEntity> urls) |
ProfileEntity |
ProfileEntity.setUsername(String username) |
| Modifier and Type | Method and Description |
|---|---|
IdentityEntity |
IdentityEntity.setProfile(ProfileEntity profile) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
IdentityRestResourcesV1.updateIdentityById(javax.ws.rs.core.UriInfo uriInfo,
String id,
String expand,
ProfileEntity model)
Process to update an identity by id
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.