Package io.jmix.webdavrest.dto
Class PropFindResponseObject
java.lang.Object
io.jmix.webdavrest.dto.PropFindResponseObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PropFindPropertiesListprotected PropFindPropertiesListprotected URI -
Constructor Summary
ConstructorsConstructorDescriptionPropFindResponseObject(PropFindPropertiesList okProps, PropFindPropertiesList notFoundProps, URI resourceUri) PropFindResponseObject(PropFindPropertiesList okProps, URI resourceUri) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static PropFindResponseObjectpropFindRespObject(PropFindPropertiesList okProps, PropFindPropertiesList notFoundProps, URI resourceUri) static PropFindResponseObjectpropFindRespObject(PropFindPropertiesList okProps, URI resourceUri)
-
Field Details
-
okProps
-
notFoundProps
-
resourceUri
-
-
Constructor Details
-
PropFindResponseObject
-
PropFindResponseObject
public PropFindResponseObject(PropFindPropertiesList okProps, PropFindPropertiesList notFoundProps, URI resourceUri)
-
-
Method Details
-
propFindRespObject
public static PropFindResponseObject propFindRespObject(PropFindPropertiesList okProps, PropFindPropertiesList notFoundProps, URI resourceUri) -
propFindRespObject
public static PropFindResponseObject propFindRespObject(PropFindPropertiesList okProps, URI resourceUri) -
getOkProps
-
getNotFoundProps
-
getResourceUri
-
equals
-
hashCode
public int hashCode()
-