Package ca.uhn.fhir.rest.client.method
Class HttpDeleteClientInvocation
java.lang.Object
ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
ca.uhn.fhir.rest.client.method.HttpDeleteClientInvocation
-
Constructor Summary
ConstructorDescriptionHttpDeleteClientInvocation
(ca.uhn.fhir.context.FhirContext theContext, String theSearchUrl, Map<String, List<String>> theParams) HttpDeleteClientInvocation
(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId, Map<String, List<String>> theAdditionalParams) -
Method Summary
Methods inherited from class ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
addHeader, appendExtraParamsWithQuestionMark, createHttpRequest, getContext, getHeaders, getRestfulClientFactory
-
Constructor Details
-
HttpDeleteClientInvocation
public HttpDeleteClientInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId, Map<String, List<String>> theAdditionalParams) -
HttpDeleteClientInvocation
-
-
Method Details
-
asHttpRequest
public ca.uhn.fhir.rest.client.api.IHttpRequest asHttpRequest(String theUrlBase, Map<String, List<String>> theExtraParams, ca.uhn.fhir.rest.api.EncodingEnum theEncoding, Boolean thePrettyPrint) Description copied from class:BaseHttpClientInvocation
Create an HTTP request out of this client request- Specified by:
asHttpRequest
in classBaseHttpClientInvocation
- Parameters:
theUrlBase
- 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 server
-