public class PropFindResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PropFindResponse.LockDiscovery |
| Constructor and Description |
|---|
PropFindResponse(Date serverDate,
org.jdom.Element elResponse) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getContentLength() |
String |
getContentType() |
Date |
getCreatedDate() |
Object |
getDavProperty(String name) |
String |
getDisplayName() |
String |
getEtag() |
String |
getHref() |
PropFindResponse.LockDiscovery |
getLock() |
Date |
getModifiedDate() |
String |
getName() |
Map<QName,Object> |
getProperties() |
Long |
getQuotaAvailableBytes() |
Long |
getQuotaUsedBytes() |
boolean |
isCollection() |
public PropFindResponse(Date serverDate, org.jdom.Element elResponse)
public boolean isCollection()
public String getHref()
public PropFindResponse.LockDiscovery getLock()
public String getName()
public String getDisplayName()
public Date getCreatedDate()
public Date getModifiedDate()
public String getEtag()
public String getContentType()
public Long getContentLength()
public Long getQuotaAvailableBytes()
public Long getQuotaUsedBytes()
Copyright © 2021 McEvoy Software Ltd. All rights reserved.