Package io.camunda.client.protocol.rest
Class DocumentMetadata
java.lang.Object
io.camunda.client.protocol.rest.DocumentMetadata
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class DocumentMetadata
extends Object
Information about the document.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) customProperties(Map<String, Object> customProperties) booleanThe content type of the document.Custom properties of the document.The date and time when the document expires.The name of the file.The ID of the process definition that created the document.The key of the process instance that created the document.getSize()The size of the document in bytes.inthashCode()processDefinitionId(String processDefinitionId) processInstanceKey(String processInstanceKey) putCustomPropertiesItem(String key, Object customPropertiesItem) voidsetContentType(String contentType) voidsetCustomProperties(Map<String, Object> customProperties) voidsetExpiresAt(String expiresAt) voidsetFileName(String fileName) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessInstanceKey(String processInstanceKey) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CONTENT_TYPE
- See Also:
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_EXPIRES_AT
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_CUSTOM_PROPERTIES
- See Also:
-
-
Constructor Details
-
DocumentMetadata
public DocumentMetadata()
-
-
Method Details
-
contentType
-
getContentType
The content type of the document.- Returns:
- contentType
-
setContentType
-
fileName
-
getFileName
The name of the file.- Returns:
- fileName
-
setFileName
-
expiresAt
-
getExpiresAt
The date and time when the document expires.- Returns:
- expiresAt
-
setExpiresAt
-
size
-
getSize
The size of the document in bytes.- Returns:
- size
-
setSize
-
processDefinitionId
-
getProcessDefinitionId
The ID of the process definition that created the document.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
processInstanceKey
-
getProcessInstanceKey
The key of the process instance that created the document.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
customProperties
-
putCustomPropertiesItem
-
getCustomProperties
Custom properties of the document.- Returns:
- customProperties
-
setCustomProperties
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-