Class AttachmentView


  • public class AttachmentView
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AttachmentView()  
      AttachmentView​(com.xebialabs.xlrelease.domain.Attachment attachment)  
      AttachmentView​(java.lang.String id, java.lang.String filename, java.lang.String contentType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContentType()  
      java.lang.String getFilename()  
      java.lang.String getId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttachmentView

        public AttachmentView​(java.lang.String id,
                              java.lang.String filename,
                              java.lang.String contentType)
      • AttachmentView

        public AttachmentView()
      • AttachmentView

        public AttachmentView​(com.xebialabs.xlrelease.domain.Attachment attachment)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getFilename

        public java.lang.String getFilename()
      • getContentType

        public java.lang.String getContentType()