Class DocumentUpdateEntity<T>

    • Constructor Detail

      • DocumentUpdateEntity

        public DocumentUpdateEntity()
    • Method Detail

      • getOldRev

        public String getOldRev()
      • getNew

        public T getNew()
        Returns:
        If the query parameter returnNew is true, then the complete new document is returned.
      • setNew

        public void setNew​(T newDocument)
      • getOld

        public T getOld()
        Returns:
        If the query parameter returnOld is true, then the complete previous revision of the document is returned.
      • setOld

        public void setOld​(T oldDocument)