Class DocFile


  • public final class DocFile
    extends java.lang.Object
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • getMediaType

        public java.lang.String getMediaType()
      • getContent

        public java.lang.String getContent()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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

        public DocFile withPath​(java.lang.String path)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withMediaType

        public DocFile withMediaType​(java.lang.String mediaType)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withContentType

        public DocFile withContentType​(DocFileContentType contentType)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withContent

        public DocFile withContent​(java.lang.String content)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).