Class DetailedUserProfileResource
- java.lang.Object
-
- de.xima.fc.api.rest.impl.common.resource.response.AResource
-
- de.xima.fc.api.rest.impl.common.resource.response.AUuidResource
-
- de.xima.fc.api.rest.impl.common.resource.response.AUuidEntityResource<UserProfile>
-
- de.xima.fc.api.rest.pub.impl.user.model.response.DetailedUserProfileResource
-
- All Implemented Interfaces:
IResource,IUuidResource,Serializable
public class DetailedUserProfileResource extends AUuidEntityResource<UserProfile>
Resource of aUserProfile- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH, Dresden
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDetailedUserProfileResource.UserProfileFilesResource aggregating the default files of the user profile.
-
Constructor Summary
Constructors Constructor Description DetailedUserProfileResource(UserProfile entity, javax.ws.rs.core.UriInfo uriInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetailedUserProfileResource.UserProfileFilesgetFiles()StringgetFirstName()StringgetLanguage()StringgetLastName()StringgetPrimaryEmail()StringgetUserName()-
Methods inherited from class de.xima.fc.api.rest.impl.common.resource.response.AUuidResource
getUuid
-
-
-
-
Constructor Detail
-
DetailedUserProfileResource
public DetailedUserProfileResource(UserProfile entity, javax.ws.rs.core.UriInfo uriInfo)
-
-