Uses of Class
org.exoplatform.social.rest.entity.UserEntity
Packages that use UserEntity
-
Uses of UserEntity in org.exoplatform.social.rest.entity
Methods in org.exoplatform.social.rest.entity that return UserEntityModifier and TypeMethodDescriptionUserEntity.setCompany(String company) UserEntity.setCountry(String country) UserEntity.setDeleted(Boolean deleted) UserEntity.setDepartment(String department) UserEntity.setExperiences(List<DataEntity> experiences) UserEntity.setFirstname(String firstname) UserEntity.setFullname(String fullname) UserEntity.setIdentity(String identity) UserEntity.setIms(List<DataEntity> ims) UserEntity.setLastname(String lastname) UserEntity.setLocation(String location) UserEntity.setPassword(String password) UserEntity.setPhones(List<DataEntity> phones) UserEntity.setPosition(String position) UserEntity.setProfession(String profession) UserEntity.setUrls(List<DataEntity> urls) UserEntity.setUsername(String username) -
Uses of UserEntity in org.exoplatform.social.rest.impl.user
Methods in org.exoplatform.social.rest.impl.user with parameters of type UserEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseUserRest.addUser(javax.ws.rs.core.UriInfo uriInfo, String expand, UserEntity model) javax.ws.rs.core.ResponseUserRest.updateUserById(javax.ws.rs.core.UriInfo uriInfo, String id, String expand, UserEntity model)