Uses of Interface
ca.uhn.fhir.rest.gclient.IPatchExecutable
-
Packages that use IPatchExecutable Package Description ca.uhn.fhir.rest.gclient -
-
Uses of IPatchExecutable in ca.uhn.fhir.rest.gclient
Subinterfaces of IPatchExecutable in ca.uhn.fhir.rest.gclient Modifier and Type Interface Description interfaceIPatchWithBodyinterfaceIPatchWithQueryTypedMethods in ca.uhn.fhir.rest.gclient that return IPatchExecutable Modifier and Type Method Description IPatchExecutableIPatchWithBody. conditionalByUrl(String theSearchUrl)Specifies that the update should be performed as a conditional create against a given search URL.IPatchExecutableIPatchExecutable. prefer(PreferReturnEnum theReturn)Add aPreferheader to the request, which requests that the server include or suppress the resource body as a part of the result.IPatchExecutableIPatchWithBody. withId(String theId)The resource ID to patchIPatchExecutableIPatchWithBody. withId(IIdType theId)The resource ID to patch
-