Class DocumentFileUpdate


  • public class DocumentFileUpdate
    extends Object
    Contains the update information for a document in the document storage
    • Constructor Detail

      • DocumentFileUpdate

        public DocumentFileUpdate()
      • DocumentFileUpdate

        public DocumentFileUpdate​(String parentDocumentId)
    • Method Detail

      • getFileName

        @Nullable
        public @Nullable String getFileName()
        File name for the document (without extension)
        Returns:
        fileName
      • setFileName

        public void setFileName​(String fileName)
      • getParentDocumentId

        @Nullable
        public @Nullable String getParentDocumentId()
        The id of the parent document
        Returns:
        parentDocumentId
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object