Uses of Interface
ca.uhn.fhir.rest.gclient.IReadIfNoneMatch
-
Packages that use IReadIfNoneMatch Package Description ca.uhn.fhir.rest.gclient -
-
Uses of IReadIfNoneMatch in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return IReadIfNoneMatch Modifier and Type Method Description IReadIfNoneMatch<T>IReadExecutable. ifVersionMatches(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.
-