Package pro.taskana.task.rest.models
Class AttachmentRepresentationModel
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<AttachmentSummaryRepresentationModel>
-
- pro.taskana.task.rest.models.AttachmentSummaryRepresentationModel
-
- pro.taskana.task.rest.models.AttachmentRepresentationModel
-
public class AttachmentRepresentationModel extends AttachmentSummaryRepresentationModel
EntityModel class forAttachment.
-
-
Field Summary
-
Fields inherited from class pro.taskana.task.rest.models.AttachmentSummaryRepresentationModel
attachmentId, channel, classificationSummary, created, modified, objectReference, received, taskId
-
-
Constructor Summary
Constructors Constructor Description AttachmentRepresentationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getCustomAttributes()voidsetCustomAttributes(Map<String,String> customAttributes)-
Methods inherited from class pro.taskana.task.rest.models.AttachmentSummaryRepresentationModel
getAttachmentId, getChannel, getClassificationSummary, getCreated, getModified, getObjectReference, getReceived, getTaskId, setAttachmentId, setChannel, setClassificationSummary, setCreated, setModified, setObjectReference, setReceived, setTaskId
-
-