Class DocumentEncryptResult


  • public final class DocumentEncryptResult
    extends java.lang.Object
    Result for encrypt operations.
    • Method Detail

      • getId

        public final DocumentId getId()
        Unique (within the segment) id of the document
      • getName

        public final java.util.Optional<DocumentName> getName()
        Non-unique document name
      • getEncryptedData

        public final byte[] getEncryptedData()
        Bytes of encrypted document content
      • getCreated

        public final java.util.Date getCreated()
        When the document was created
      • getLastUpdated

        public final java.util.Date getLastUpdated()
        When the document was last updated
      • getChanged

        public final SucceededResult getChanged()
        Get the users and groups whose access was successfully changed
      • getErrors

        public final FailedResult getErrors()
        Get the users and groups whose access failed to be modified
      • delete

        public void delete()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable