Class IdentityEntity
- java.lang.Object
-
- org.exoplatform.social.rest.entity.BaseEntity
-
- org.exoplatform.social.rest.entity.IdentityEntity
-
- All Implemented Interfaces:
Serializable
public class IdentityEntity extends BaseEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityEntity()IdentityEntity(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeleted()ProfileEntitygetProfile()StringgetProviderId()StringgetRemoteId()SpaceEntitygetSpace()IdentityEntitysetDeleted(Boolean deleted)IdentityEntitysetGlobalId(org.exoplatform.social.core.identity.model.GlobalId globalId)IdentityEntitysetProfile(ProfileEntity profile)IdentityEntitysetProviderId(String providerId)IdentityEntitysetRemoteId(String remoteId)IdentityEntitysetSpace(SpaceEntity space)-
Methods inherited from class org.exoplatform.social.rest.entity.BaseEntity
getDataEntity, getHref, getId, getLastUpdatedTime, getProperty, getString, setDataEntity, setHref, setId, setLastUpdatedTime, setProperty, toJSONObject, toString
-
-
-
-
Constructor Detail
-
IdentityEntity
public IdentityEntity()
-
IdentityEntity
public IdentityEntity(String id)
-
-
Method Detail
-
setRemoteId
public IdentityEntity setRemoteId(String remoteId)
-
getRemoteId
public String getRemoteId()
-
setProviderId
public IdentityEntity setProviderId(String providerId)
-
getProviderId
public String getProviderId()
-
setGlobalId
public IdentityEntity setGlobalId(org.exoplatform.social.core.identity.model.GlobalId globalId)
-
setDeleted
public IdentityEntity setDeleted(Boolean deleted)
-
getDeleted
public String getDeleted()
-
setProfile
public IdentityEntity setProfile(ProfileEntity profile)
-
getProfile
public ProfileEntity getProfile()
-
setSpace
public IdentityEntity setSpace(SpaceEntity space)
-
getSpace
public SpaceEntity getSpace()
-
-