Package io.jmix.webdavrest.dto
Class LockInfoWithResourceUri
java.lang.Object
io.jmix.webdavrest.dto.LockInfoWithResourceUri
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLockInfoWithResourceUri
(URI resourceUri, WebdavLockDescriptor lockDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static LockInfoWithResourceUri
lockInfoWithResUri
(URI resourceUri, WebdavLockDescriptor lockInfo)
-
Field Details
-
resourceUri
-
lockDescriptor
-
-
Constructor Details
-
LockInfoWithResourceUri
-
-
Method Details
-
lockInfoWithResUri
public static LockInfoWithResourceUri lockInfoWithResUri(URI resourceUri, WebdavLockDescriptor lockInfo) -
getResourceUri
-
getLockDescriptor
-
equals
-
hashCode
public int hashCode()
-