
Package ca.uhn.fhir.rest.gclient
Interface IPatchExecutable
- All Superinterfaces:
- IClientExecutable<IPatchExecutable,- MethodOutcome> 
- All Known Subinterfaces:
- IPatchWithBody,- IPatchWithQueryTyped
- 
Method SummaryModifier and TypeMethodDescriptionprefer(PreferReturnEnum theReturn) Add aPreferheader 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.IClientExecutableaccept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeader
- 
Method Details- 
preferAdd aPreferheader 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
 
 
-