Class DetailedFormFileResource
java.lang.Object
de.xima.fc.api.rest.pub.client.form.model.DetailedFormFileResource
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class DetailedFormFileResource
extends Object
implements Serializable
Detailed model of a file attached to a form.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp(OffsetDateTime createdTimestamp) Creates a new model with the given enum and no other data.booleanCreates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.Get createdTimestampGet fileNameGet fileSizegetForm()Get formgetLinks()Get linksGet mimeTypeGet modifiedTimestampgetUuid()Get uuidinthashCode()Creates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.modifiedTimestamp(OffsetDateTime modifiedTimestamp) Creates a new model with the given enum and no other data.putLinksItem(String key, String linksItem) Adds an entry to the existing set of entries.voidsetCreatedTimestamp(OffsetDateTime createdTimestamp) voidsetFileName(String fileName) voidsetFileSize(Integer fileSize) voidvoidvoidsetMimeType(String mimeType) voidsetModifiedTimestamp(OffsetDateTime modifiedTimestamp) voidtoString()Creates a new model with the given enum and no other data.
-
Field Details
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_CREATED_TIMESTAMP
- See Also:
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_FILE_SIZE
- See Also:
-
JSON_PROPERTY_FORM
- See Also:
-
JSON_PROPERTY_MIME_TYPE
- See Also:
-
JSON_PROPERTY_MODIFIED_TIMESTAMP
- See Also:
-
JSON_PROPERTY_UUID
- See Also:
-
-
Constructor Details
-
DetailedFormFileResource
public DetailedFormFileResource()Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
-
-
Method Details
-
links
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
putLinksItem
Adds an entry to the existing set of entries. If an entry exists for the given key already, it is overwritten.- Parameters:
key- Object key at which to add an entry.linksItem- New value for the entry at the given key.- Returns:
- This instance for chaining method calls.
-
getLinks
-
setLinks
-
createdTimestamp
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getCreatedTimestamp
Get createdTimestamp- Returns:
- createdTimestamp
-
setCreatedTimestamp
-
fileName
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getFileName
-
setFileName
-
fileSize
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getFileSize
-
setFileSize
-
form
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getForm
-
setForm
-
mimeType
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getMimeType
-
setMimeType
-
modifiedTimestamp
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getModifiedTimestamp
Get modifiedTimestamp- Returns:
- modifiedTimestamp
-
setModifiedTimestamp
-
uuid
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getUuid
-
setUuid
-
equals
-
hashCode
-
toString
-