public class HttpProppatch extends BaseDavRequest
| Constructor and Description | 
|---|
HttpProppatch(java.lang.String uri,
             DavPropertySet setProperties,
             DavPropertyNameSet removeProperties)  | 
HttpProppatch(java.lang.String uri,
             java.util.List<? extends PropEntry> changeList)  | 
HttpProppatch(java.net.URI uri,
             DavPropertySet setProperties,
             DavPropertyNameSet removeProperties)  | 
HttpProppatch(java.net.URI uri,
             java.util.List<? extends PropEntry> changeList)  | 
HttpProppatch(java.net.URI uri,
             ProppatchInfo info)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getMethod()  | 
boolean | 
succeeded(org.apache.http.HttpResponse response)
Check the provided  
HttpResponse for successful execution. | 
checkSuccess, getResponseBodyAsDocument, getResponseBodyAsEventDiscovery, getResponseBodyAsLockDiscovery, getResponseBodyAsMultiStatus, getResponseBodyAsSubscriptionDiscovery, getResponseExceptionclone, expectContinue, getEntity, setEntitygetConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toStringabort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTriggeraddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic HttpProppatch(java.net.URI uri,
                     ProppatchInfo info)
              throws java.io.IOException
java.io.IOExceptionpublic HttpProppatch(java.net.URI uri,
                     java.util.List<? extends PropEntry> changeList)
              throws java.io.IOException
java.io.IOExceptionpublic HttpProppatch(java.net.URI uri,
                     DavPropertySet setProperties,
                     DavPropertyNameSet removeProperties)
              throws java.io.IOException
java.io.IOExceptionpublic HttpProppatch(java.lang.String uri,
                     java.util.List<? extends PropEntry> changeList)
              throws java.io.IOException
java.io.IOExceptionpublic HttpProppatch(java.lang.String uri,
                     DavPropertySet setProperties,
                     DavPropertyNameSet removeProperties)
              throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getMethod()
getMethod in interface org.apache.http.client.methods.HttpUriRequestgetMethod in class org.apache.http.client.methods.HttpRequestBasepublic boolean succeeded(org.apache.http.HttpResponse response)
BaseDavRequestHttpResponse for successful execution. The default implementation treats all
 2xx status codes (RFC 7231, Section 6.3).
 Implementations can further restrict the accepted range of responses (or even check the response body).succeeded in class BaseDavRequest"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"