org.camunda.bpm.engine.rest.dto.task
Class AttachmentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.LinkableDto
org.camunda.bpm.engine.rest.dto.task.AttachmentDto
public class AttachmentDto
- extends LinkableDto
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentDto
public AttachmentDto()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getTaskId
public String getTaskId()
setTaskId
public void setTaskId(String taskId)
getType
public String getType()
setType
public void setType(String type)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
fromAttachment
public static AttachmentDto fromAttachment(Attachment attachment)
Copyright © 2016 camunda services GmbH. All rights reserved.