Class UpdateDocumentReply

    • Constructor Detail

      • UpdateDocumentReply

        public UpdateDocumentReply()
        Constructs a new reply with no content.
    • Method Detail

      • wasFound

        public boolean wasFound()
        Returns whether or not the document was found and updated.
        Returns:
        true if document was found
      • setWasFound

        public void setWasFound​(boolean found)
        Sets whether or not the document was found and updated.
        Parameters:
        found - True if the document was found