Class AttachmentDto
java.lang.Object
org.camunda.community.rest.client.dto.AttachmentDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class AttachmentDto
extends Object
AttachmentDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLinksItem(AtomLink linksItem) createTime(OffsetDateTime createTime) description(String description) booleanThe time the variable was inserted.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The description of the task attachment.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the task attachment.org.openapitools.jackson.nullable.JsonNullable<String>getLinks()The links associated to this resource, with `method`, `href` and `rel`.getName()The name of the task attachment.org.openapitools.jackson.nullable.JsonNullable<String>The time after which the attachment should be removed by the History Cleanup job.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The process instance id of the root process instance that initiated the process containing the task.org.openapitools.jackson.nullable.JsonNullable<String>The id of the task to which the attachment belongs.org.openapitools.jackson.nullable.JsonNullable<String>getType()Indication of the type of content that this attachment refers to.org.openapitools.jackson.nullable.JsonNullable<String>getUrl()The url to the remote content of the task attachment.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()removalTime(OffsetDateTime removalTime) rootProcessInstanceId(String rootProcessInstanceId) voidsetCreateTime(OffsetDateTime createTime) voidsetCreateTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createTime) voidsetDescription(String description) voidsetDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidsetRemovalTime(OffsetDateTime removalTime) voidsetRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime) voidsetRootProcessInstanceId(String rootProcessInstanceId) voidsetRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId) voidvoidsetTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskId) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) voidvoidsetUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> url) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_TASK_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_CREATE_TIME
- See Also:
-
JSON_PROPERTY_REMOVAL_TIME
- See Also:
-
JSON_PROPERTY_ROOT_PROCESS_INSTANCE_ID
- See Also:
-
-
Constructor Details
-
AttachmentDto
public AttachmentDto()
-
-
Method Details
-
links
-
addLinksItem
-
getLinks
The links associated to this resource, with `method`, `href` and `rel`.- Returns:
- links
-
getLinks_JsonNullable
-
setLinks_JsonNullable
-
setLinks
-
id
-
getId
The id of the task attachment.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
name
-
getName
The name of the task attachment.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
description
-
getDescription
The description of the task attachment.- Returns:
- description
-
getDescription_JsonNullable
-
setDescription_JsonNullable
public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description) -
setDescription
-
taskId
-
getTaskId
The id of the task to which the attachment belongs.- Returns:
- taskId
-
getTaskId_JsonNullable
-
setTaskId_JsonNullable
-
setTaskId
-
type
-
getType
Indication of the type of content that this attachment refers to. Can be MIME type or any other indication.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
url
-
getUrl
The url to the remote content of the task attachment.- Returns:
- url
-
getUrl_JsonNullable
-
setUrl_JsonNullable
-
setUrl
-
createTime
-
getCreateTime
The time the variable was inserted. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- createTime
-
getCreateTime_JsonNullable
-
setCreateTime_JsonNullable
public void setCreateTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createTime) -
setCreateTime
-
removalTime
-
getRemovalTime
The time after which the attachment should be removed by the History Cleanup job. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.- Returns:
- removalTime
-
getRemovalTime_JsonNullable
-
setRemovalTime_JsonNullable
public void setRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime) -
setRemovalTime
-
rootProcessInstanceId
-
getRootProcessInstanceId
The process instance id of the root process instance that initiated the process containing the task.- Returns:
- rootProcessInstanceId
-
getRootProcessInstanceId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getRootProcessInstanceId_JsonNullable() -
setRootProcessInstanceId_JsonNullable
public void setRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId) -
setRootProcessInstanceId
-
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
-