Uses of Class
ca.uhn.fhir.rest.client.method.HttpDeleteClientInvocation
-
Packages that use HttpDeleteClientInvocation Package Description ca.uhn.fhir.rest.client.method -
-
Uses of HttpDeleteClientInvocation in ca.uhn.fhir.rest.client.method
Methods in ca.uhn.fhir.rest.client.method that return HttpDeleteClientInvocation Modifier and Type Method Description static HttpDeleteClientInvocationDeleteMethodBinding. createDeleteInvocation(ca.uhn.fhir.context.FhirContext theContext, String theSearchUrl)static HttpDeleteClientInvocationDeleteMethodBinding. createDeleteInvocation(ca.uhn.fhir.context.FhirContext theContext, String theResourceType, Map<String,List<String>> theParams)static HttpDeleteClientInvocationDeleteMethodBinding. createDeleteInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId)
-