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 class
DetailedUserProfileResource.UserProfileFiles
Resource 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.UserProfileFiles
getFiles()
String
getFirstName()
String
getLanguage()
String
getLastName()
String
getPrimaryEmail()
String
getUserName()
-
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)
-
-