public class HttpDeleteClientInvocation extends BaseHttpClientInvocation
| Constructor and Description |
|---|
HttpDeleteClientInvocation(IIdType theId) |
HttpDeleteClientInvocation(String theSearchUrl) |
HttpDeleteClientInvocation(String theResourceType,
Map<String,List<String>> theParams) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.HttpRequestBase |
asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
EncodingEnum theEncoding,
Boolean thePrettyPrint)
Create an HTTP request out of this client request
|
addHeader, addHeadersToRequest, appendExtraParamsWithQuestionMarkpublic HttpDeleteClientInvocation(IIdType theId)
public HttpDeleteClientInvocation(String theSearchUrl)
public org.apache.http.client.methods.HttpRequestBase asHttpRequest(String theUrlBase, Map<String,List<String>> theExtraParams, EncodingEnum theEncoding, Boolean thePrettyPrint)
BaseHttpClientInvocationasHttpRequest in class BaseHttpClientInvocationtheUrlBase - The FHIR server base url (with a trailing "/")theExtraParams - Any extra request parameters the server wishes to addtheEncoding - The encoding to use for any serialized content sent to the
serverCopyright © 2014–2016 University Health Network. All rights reserved.