Package ca.uhn.fhir.rest.gclient
Interface IPatchExecutable
-
- All Superinterfaces:
IClientExecutable<IPatchExecutable,MethodOutcome>
- All Known Subinterfaces:
IPatchWithBody,IPatchWithQueryTyped
public interface IPatchExecutable extends IClientExecutable<IPatchExecutable,MethodOutcome>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPatchExecutableprefer(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.IClientExecutable
accept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeader
-
-
-
-
Method Detail
-
prefer
IPatchExecutable 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. If a resource is returned by the server it will be parsed an accessible to the client viaMethodOutcome.getResource()- Since:
- HAPI 1.1
-
-