Uses of Interface
org.exoplatform.social.client.api.model.RestProfile

Packages that use RestProfile
org.exoplatform.social.client.api.model   
org.exoplatform.social.client.core.model   
 

Uses of RestProfile in org.exoplatform.social.client.api.model
 

Methods in org.exoplatform.social.client.api.model that return RestProfile
 RestProfile RestIdentity.getProfile()
          Gets the profile associated with this identity.
 

Methods in org.exoplatform.social.client.api.model with parameters of type RestProfile
 void RestIdentity.setProfile(RestProfile restProfile)
          Sets the profile associated with this identity.
 

Uses of RestProfile in org.exoplatform.social.client.core.model
 

Classes in org.exoplatform.social.client.core.model that implement RestProfile
 class RestProfileImpl
          Implementation of RestProfile.
 

Methods in org.exoplatform.social.client.core.model that return RestProfile
 RestProfile RestIdentityImpl.getProfile()
          Gets the profile associated with this identity.
 

Methods in org.exoplatform.social.client.core.model with parameters of type RestProfile
 void RestIdentityImpl.setProfile(RestProfile newRestProfile)
          Sets the profile associated with this identity.
 

Constructors in org.exoplatform.social.client.core.model with parameters of type RestProfile
RestIdentityImpl(String id, String providerId, String remoteId, RestProfile restProfile)
          Constructor.
 



Copyright © 2011-2012 eXo Platform. All Rights Reserved.