Package io.jmix.webdavrest.dto
Class PropFindResponseObject
java.lang.Object
io.jmix.webdavrest.dto.PropFindResponseObject
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected PropFindPropertiesListprotected PropFindPropertiesListprotected URI
- 
Constructor SummaryConstructorsConstructorDescriptionPropFindResponseObject(PropFindPropertiesList okProps, PropFindPropertiesList notFoundProps, URI resourceUri) PropFindResponseObject(PropFindPropertiesList okProps, URI resourceUri) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()static PropFindResponseObjectpropFindRespObject(PropFindPropertiesList okProps, PropFindPropertiesList notFoundProps, URI resourceUri) static PropFindResponseObjectpropFindRespObject(PropFindPropertiesList okProps, URI resourceUri) 
- 
Field Details- 
okProps
- 
notFoundProps
- 
resourceUri
 
- 
- 
Constructor Details- 
PropFindResponseObject
- 
PropFindResponseObjectpublic PropFindResponseObject(PropFindPropertiesList okProps, PropFindPropertiesList notFoundProps, URI resourceUri) 
 
- 
- 
Method Details- 
propFindRespObjectpublic static PropFindResponseObject propFindRespObject(PropFindPropertiesList okProps, PropFindPropertiesList notFoundProps, URI resourceUri) 
- 
propFindRespObjectpublic static PropFindResponseObject propFindRespObject(PropFindPropertiesList okProps, URI resourceUri) 
- 
getOkProps
- 
getNotFoundProps
- 
getResourceUri
- 
equals
- 
hashCodepublic int hashCode()
 
-