Uses of Class
ca.uhn.fhir.rest.client.method.HttpPutClientInvocation
-
Packages that use HttpPutClientInvocation Package Description ca.uhn.fhir.rest.client.method -
-
Uses of HttpPutClientInvocation in ca.uhn.fhir.rest.client.method
Methods in ca.uhn.fhir.rest.client.method that return HttpPutClientInvocation Modifier and Type Method Description static HttpPutClientInvocationMethodUtil. createUpdateInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IBaseResource theResource, String theResourceBody, String theMatchUrl)static HttpPutClientInvocationMethodUtil. createUpdateInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IBaseResource theResource, String theResourceBody, Map<String,List<String>> theMatchParams)static HttpPutClientInvocationMethodUtil. createUpdateInvocation(org.hl7.fhir.instance.model.api.IBaseResource theResource, String theResourceBody, org.hl7.fhir.instance.model.api.IIdType theId, ca.uhn.fhir.context.FhirContext theContext)
-