Class DavPropertyUpdate


  • public class DavPropertyUpdate
    extends Object
    A PROPPATCH update class.
    • Constructor Detail

      • DavPropertyUpdate

        public DavPropertyUpdate()
    • Method Detail

      • getSet

        public DavSet getSet()
        Get the set element.
        Returns:
        the set element
      • setSet

        public void setSet​(DavSet set)
        Set the set element.
        Parameters:
        set - the set element
      • getRemove

        public DavRemove getRemove()
        Get the remove element.
        Returns:
        the remove element
      • setRemove

        public void setRemove​(DavRemove remove)
        Set the remove element.
        Parameters:
        remove - the remove element