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 Details

  • Constructor Details

    • AttachmentDto

      public AttachmentDto()
  • Method Details

    • links

      public AttachmentDto links(List<AtomLink> links)
    • addLinksItem

      public AttachmentDto addLinksItem(AtomLink linksItem)
    • getLinks

      @Nullable public List<AtomLink> getLinks()
      The links associated to this resource, with `method`, `href` and `rel`.
      Returns:
      links
    • setLinks

      public void setLinks(List<AtomLink> links)
    • id

      public AttachmentDto id(String id)
    • getId

      @Nullable public String getId()
      The id of the task attachment.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • name

      public AttachmentDto name(String name)
    • getName

      @Nullable public String getName()
      The name of the task attachment.
      Returns:
      name
    • getName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getName_JsonNullable()
    • setName_JsonNullable

      public void setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name)
    • setName

      public void setName(String name)
    • description

      public AttachmentDto description(String description)
    • getDescription

      @Nullable public String getDescription()
      The description of the task attachment.
      Returns:
      description
    • getDescription_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDescription_JsonNullable()
    • setDescription_JsonNullable

      public void setDescription_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> description)
    • setDescription

      public void setDescription(String description)
    • taskId

      public AttachmentDto taskId(String taskId)
    • getTaskId

      @Nullable public String getTaskId()
      The id of the task to which the attachment belongs.
      Returns:
      taskId
    • getTaskId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTaskId_JsonNullable()
    • setTaskId_JsonNullable

      public void setTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskId)
    • setTaskId

      public void setTaskId(String taskId)
    • type

      public AttachmentDto type(String type)
    • getType

      @Nullable public String getType()
      Indication of the type of content that this attachment refers to. Can be MIME type or any other indication.
      Returns:
      type
    • getType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getType_JsonNullable()
    • setType_JsonNullable

      public void setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type)
    • setType

      public void setType(String type)
    • url

      public AttachmentDto url(String url)
    • getUrl

      @Nullable public String getUrl()
      The url to the remote content of the task attachment.
      Returns:
      url
    • getUrl_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getUrl_JsonNullable()
    • setUrl_JsonNullable

      public void setUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> url)
    • setUrl

      public void setUrl(String url)
    • createTime

      public AttachmentDto createTime(OffsetDateTime createTime)
    • getCreateTime

      @Nullable public OffsetDateTime 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

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCreateTime_JsonNullable()
    • setCreateTime_JsonNullable

      public void setCreateTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createTime)
    • setCreateTime

      public void setCreateTime(OffsetDateTime createTime)
    • removalTime

      public AttachmentDto removalTime(OffsetDateTime removalTime)
    • getRemovalTime

      @Nullable public OffsetDateTime 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

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getRemovalTime_JsonNullable()
    • setRemovalTime_JsonNullable

      public void setRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime)
    • setRemovalTime

      public void setRemovalTime(OffsetDateTime removalTime)
    • rootProcessInstanceId

      public AttachmentDto rootProcessInstanceId(String rootProcessInstanceId)
    • getRootProcessInstanceId

      @Nullable public String 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

      public void setRootProcessInstanceId(String rootProcessInstanceId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string