Package ca.uhn.fhir.rest.gclient
Interface IUpdateExecutable
- All Superinterfaces:
IClientExecutable<IUpdateExecutable,
MethodOutcome>
- All Known Subinterfaces:
IUpdateTyped
,IUpdateWithQueryTyped
-
Method Summary
Modifier and TypeMethodDescriptionprefer
(PreferReturnEnum theReturn) Add aPrefer
header to the request, which requests that the server include or suppress the resource body as a part of the result.Methods inherited from interface ca.uhn.fhir.rest.gclient.IClientExecutable
accept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeader
-
Method Details
-
prefer
Add aPrefer
header to the request, which requests that the server include or suppress the resource body as a part of the result. If a resource is returned by the server it will be parsed an accessible to the client viaMethodOutcome.getResource()
- Since:
- HAPI 1.1
-