Package ca.uhn.fhir.rest.gclient
Interface IReadExecutable<T extends IBaseResource>
- All Superinterfaces:
IClientExecutable<IReadExecutable<T>,
T>
public interface IReadExecutable<T extends IBaseResource>
extends IClientExecutable<IReadExecutable<T>,T>
-
Method Summary
Modifier and TypeMethodDescriptionifVersionMatches
(String theVersion) Send an "If-None-Match" header containingtheVersion
, which requests that the server return an "HTTP 301 Not Modified" if the newest version of the resource on the server has the same version as the version ID specified bytheVersion
.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
-
ifVersionMatches
Send an "If-None-Match" header containingtheVersion
, which requests that the server return an "HTTP 301 Not Modified" if the newest version of the resource on the server has the same version as the version ID specified bytheVersion
. In this case, the client operation will perform the linked operation.- Parameters:
theVersion
- The version ID (e.g. "123")
-