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 forProjectFileentities.- 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 InstantgetCreatedTimestamp()StringgetFileKey()StringgetFileName()intgetFileSize()FormResourcegetForm()StringgetLanguage()Map<String,String>getLinks()InstantgetModifiedTimestamp()UUIDgetUuid()
-
-
-
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:
getUuidin interfaceIUuidResource
-
-