Class PropFindResponse

java.lang.Object
io.milton.httpclient.PropFindResponse

public class PropFindResponse extends Object
Author:
brad
  • Constructor Details

    • PropFindResponse

      public PropFindResponse(Date serverDate, org.jdom2.Element elResponse)
  • Method Details

    • isCollection

      public boolean isCollection()
    • getHref

      public String getHref()
    • getLock

    • getName

      public String getName()
    • getProperties

      public Map<QName,Object> getProperties()
    • getDavProperty

      public Object getDavProperty(String name)
    • getDisplayName

      public String getDisplayName()
    • getCreatedDate

      public Date getCreatedDate()
    • getModifiedDate

      public Date getModifiedDate()
    • getEtag

      public String getEtag()
    • getContentType

      public String getContentType()
    • getContentLength

      public Long getContentLength()
    • getQuotaAvailableBytes

      public Long getQuotaAvailableBytes()
    • getQuotaUsedBytes

      public Long getQuotaUsedBytes()