Uses of Class
org.exoplatform.social.rest.entity.UserEntity
-
Packages that use UserEntity Package Description org.exoplatform.social.rest.api org.exoplatform.social.rest.entity org.exoplatform.social.rest.impl.user -
-
Uses of UserEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api with parameters of type UserEntity Modifier and Type Method Description javax.ws.rs.core.ResponseUserRestResources. addUser(javax.ws.rs.core.UriInfo uriInfo, String expand, UserEntity model)Creates an userjavax.ws.rs.core.ResponseUserRestResources. updateUserById(javax.ws.rs.core.UriInfo uriInfo, String id, String expand, UserEntity model) -
Uses of UserEntity in org.exoplatform.social.rest.entity
-
Uses of UserEntity in org.exoplatform.social.rest.impl.user
Methods in org.exoplatform.social.rest.impl.user with parameters of type UserEntity Modifier and Type Method Description javax.ws.rs.core.ResponseUserRestResourcesV1. addUser(javax.ws.rs.core.UriInfo uriInfo, String expand, UserEntity model)javax.ws.rs.core.ResponseUserRestResourcesV1. updateUserById(javax.ws.rs.core.UriInfo uriInfo, String id, String expand, UserEntity model)
-