Package io.jmix.webdavrest.dto
Class PropFindResponseObject
java.lang.Object
io.jmix.webdavrest.dto.PropFindResponseObject
-
Field Summary
Modifier and TypeFieldDescriptionprotected PropFindPropertiesList
protected PropFindPropertiesList
protected URI
-
Constructor Summary
ConstructorDescriptionPropFindResponseObject
(PropFindPropertiesList okProps, PropFindPropertiesList notFoundProps, URI resourceUri) PropFindResponseObject
(PropFindPropertiesList okProps, URI resourceUri) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static PropFindResponseObject
propFindRespObject
(PropFindPropertiesList okProps, PropFindPropertiesList notFoundProps, URI resourceUri) static PropFindResponseObject
propFindRespObject
(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()
-