Class AttachmentRequest
- java.lang.Object
-
- org.flowable.rest.service.api.engine.AttachmentRequest
-
public class AttachmentRequest extends Object
- Author:
- Frederik Heremans
-
-
Constructor Summary
Constructors Constructor Description AttachmentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetExternalUrl()StringgetName()StringgetType()voidsetDescription(String description)voidsetExternalUrl(String externalUrl)voidsetName(String name)voidsetType(String type)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getExternalUrl
public String getExternalUrl()
-
setExternalUrl
public void setExternalUrl(String externalUrl)
-
-