Class AttachmentSummaryRepresentationModel

java.lang.Object
org.springframework.hateoas.RepresentationModel<AttachmentSummaryRepresentationModel>
pro.taskana.task.rest.models.AttachmentSummaryRepresentationModel
Direct Known Subclasses:
AttachmentRepresentationModel

public class AttachmentSummaryRepresentationModel extends org.springframework.hateoas.RepresentationModel<AttachmentSummaryRepresentationModel>
EntityModel class for AttachmentSummary.
  • Field Details

    • attachmentId

      protected String attachmentId
      Unique Id.
    • taskId

      protected String taskId
      the referenced task id.
    • created

      protected Instant created
      The creation timestamp in the system.
    • modified

      protected Instant modified
      The timestamp of the last modification.
    • received

      protected Instant received
      The timestamp of the entry date.
    • classificationSummary

      protected ClassificationSummaryRepresentationModel classificationSummary
      The classification of this attachment.
    • objectReference

      protected ObjectReferenceRepresentationModel objectReference
      The Objects primary ObjectReference.
    • channel

      protected String channel
      Determines on which channel this attachment was received.
  • Constructor Details

    • AttachmentSummaryRepresentationModel

      public AttachmentSummaryRepresentationModel()
  • Method Details