Package dw.xmlrpc

Class AttachmentInfo


  • public class AttachmentInfo
    extends java.lang.Object
    Describes a file uploaded in the wiki as getAttachmentInfo would
    • Constructor Summary

      Constructors 
      Constructor Description
      AttachmentInfo​(java.lang.String id, java.lang.Integer size, java.util.Date lastModified)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String id()
      Media id (namespace + name)
      java.util.Date lastModified()
      Date of last modification of the file
      java.lang.Integer size()
      Size in bytes
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AttachmentInfo

        public AttachmentInfo​(java.lang.String id,
                              java.lang.Integer size,
                              java.util.Date lastModified)
    • Method Detail

      • id

        public java.lang.String id()
        Media id (namespace + name)
      • size

        public java.lang.Integer size()
        Size in bytes
      • lastModified

        public java.util.Date lastModified()
        Date of last modification of the file
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object