
Package ca.uhn.fhir.rest.gclient
Interface IUpdateExecutable
-
- All Superinterfaces:
IClientExecutable<IUpdateExecutable,MethodOutcome>
- All Known Subinterfaces:
IUpdateTyped
,IUpdateWithQueryTyped
public interface IUpdateExecutable extends IClientExecutable<IUpdateExecutable,MethodOutcome>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IUpdateExecutable
prefer(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 Detail
-
prefer
IUpdateExecutable prefer(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. If a resource is returned by the server it will be parsed an accessible to the client viaMethodOutcome.getResource()
- Since:
- HAPI 1.1
-
-