org.exoplatform.social.service.rest
Class PeopleRestService.UserInfo

java.lang.Object
  extended by org.exoplatform.social.service.rest.PeopleRestService.UserInfo
Enclosing class:
PeopleRestService

public static class PeopleRestService.UserInfo
extends Object


Constructor Summary
PeopleRestService.UserInfo(String name)
           
 
Method Summary
 String getAvatar()
           
 String getId()
           
 String getName()
           
 String getType()
           
 void setAvatar(String url)
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeopleRestService.UserInfo

public PeopleRestService.UserInfo(String name)
Method Detail

getId

public String getId()

setName

public void setName(String name)

getName

public String getName()

setAvatar

public void setAvatar(String url)

getAvatar

public String getAvatar()

getType

public String getType()

setType

public void setType(String type)


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.