Class FormFileResource
- java.lang.Object
-
- de.xima.fc.api.rest.models.response.FormFileResource
-
- All Implemented Interfaces:
IResource
,IUuidResource
,Serializable
public class FormFileResource extends Object
Resource forProjectFile
entities.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormFileResource(ProjectFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getCreatedTimestamp()
String
getFileKey()
String
getFileName()
int
getFileSize()
FormResource
getForm()
String
getLanguage()
Map<String,String>
getLinks()
Instant
getModifiedTimestamp()
UUID
getUuid()
-
-
-
Constructor Detail
-
FormFileResource
public FormFileResource(ProjectFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand)
-
-
Method Detail
-
getForm
public FormResource getForm()
-
getFileKey
public String getFileKey()
-
getLanguage
public String getLanguage()
-
getFileName
public String getFileName()
-
getFileSize
public int getFileSize()
-
getCreatedTimestamp
public Instant getCreatedTimestamp()
-
getModifiedTimestamp
public Instant getModifiedTimestamp()
-
getUuid
public UUID getUuid()
- Specified by:
getUuid
in interfaceIUuidResource
-
-