Uses of Interface
de.xima.fc.api.rest.impl.common.resource.response.IKeyDependentResource
-
Packages that use IKeyDependentResource Package Description de.xima.fc.api.rest.impl.common.resource.response de.xima.fc.api.rest.pub.impl.user.model.response.file -
-
Uses of IKeyDependentResource in de.xima.fc.api.rest.impl.common.resource.response
Classes in de.xima.fc.api.rest.impl.common.resource.response that implement IKeyDependentResource Modifier and Type Class Description class
AKeyDependentFileResource<TFileEntity extends IKeyDependentFileEntity<?,?>>
Abstract class for file resources that are dependent on a key.class
AKeyDependentResource
Abstract class for resources that are dependent on a key. -
Uses of IKeyDependentResource in de.xima.fc.api.rest.pub.impl.user.model.response.file
Classes in de.xima.fc.api.rest.pub.impl.user.model.response.file that implement IKeyDependentResource Modifier and Type Class Description class
BaseUserProfileFileResource
Base class for user profile file resources.
-