Class BaseUserProfileFileResource
- java.lang.Object
-
- de.xima.fc.api.rest.impl.common.resource.response.AResource
-
- de.xima.fc.api.rest.impl.common.resource.response.AKeyDependentResource
-
- de.xima.fc.api.rest.impl.common.resource.response.AKeyDependentFileResource<UserProfileFile>
-
- de.xima.fc.api.rest.pub.impl.user.model.response.file.BaseUserProfileFileResource
-
- All Implemented Interfaces:
IKeyDependentResource
,IResource
,Serializable
public class BaseUserProfileFileResource extends AKeyDependentFileResource<UserProfileFile>
Base class for user profile file resources.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseUserProfileFileResource(UserProfileFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
BaseUserProfileFileResource(UserProfileFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale, Map<String,String> links)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicResourceReference<UserProfile>
getUserProfile()
-
Methods inherited from class de.xima.fc.api.rest.impl.common.resource.response.AKeyDependentFileResource
getCreatedTimestamp, getFileName, getFileSize, getModifiedTimestamp
-
Methods inherited from class de.xima.fc.api.rest.impl.common.resource.response.AKeyDependentResource
getKey
-
-
-
-
Constructor Detail
-
BaseUserProfileFileResource
public BaseUserProfileFileResource(UserProfileFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
-
BaseUserProfileFileResource
public BaseUserProfileFileResource(UserProfileFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale, Map<String,String> links)
-
-
Method Detail
-
getUserProfile
public PublicResourceReference<UserProfile> getUserProfile()
-
-