Class PropFindPropertiesGroup

java.lang.Object
io.jmix.webdavrest.dto.PropFindPropertiesGroup

public class PropFindPropertiesGroup extends Object
  • Field Details

    • okProperties

      protected List<org.dom4j.Node> okProperties
    • notFoundProperties

      protected List<org.dom4j.Node> notFoundProperties
  • Constructor Details

    • PropFindPropertiesGroup

      public PropFindPropertiesGroup(List<org.dom4j.Node> okProperties, List<org.dom4j.Node> notFoundProperties)
  • Method Details

    • getOkProperties

      public List<org.dom4j.Node> getOkProperties()
    • getNotFoundProperties

      public List<org.dom4j.Node> getNotFoundProperties()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object