public interface IReadExecutable<T extends IBaseResource> extends IClientExecutable<IReadExecutable<T>,T>
| Modifier and Type | Method and Description |
|---|---|
IReadIfNoneMatch<T> |
ifVersionMatches(String theVersion)
Send an "If-None-Match" header containing
theVersion, 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 by theVersion. |
andLogRequestAndResponse, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryModeIReadIfNoneMatch<T> ifVersionMatches(String theVersion)
theVersion, 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 by theVersion.
In this case, the client operation will perform the linked operation.
See the ETag Documentation for more information.
theVersion - The version ID (e.g. "123")Copyright © 2014–2017 University Health Network. All rights reserved.