Uses of Class
ca.uhn.fhir.rest.client.method.HttpPatchClientInvocation
-
Packages that use HttpPatchClientInvocation Package Description ca.uhn.fhir.rest.client.method -
-
Uses of HttpPatchClientInvocation in ca.uhn.fhir.rest.client.method
Methods in ca.uhn.fhir.rest.client.method that return HttpPatchClientInvocation Modifier and Type Method Description static HttpPatchClientInvocationMethodUtil. createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType, String theBody, String theResourceType, Map<String,List<String>> theMatchParams)static HttpPatchClientInvocationMethodUtil. createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext, String theUrl, ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType, String theBody)static HttpPatchClientInvocationMethodUtil. createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId, ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType, String theBody)static HttpPatchClientInvocationPatchMethodBinding. createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType, String theBody, String theResourceType, Map<String,List<String>> theMatchParams)static HttpPatchClientInvocationPatchMethodBinding. createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext, String theUrlPath, ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType, String theBody)static HttpPatchClientInvocationPatchMethodBinding. createPatchInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId, ca.uhn.fhir.rest.api.PatchTypeEnum thePatchType, String theBody)
-