public interface IUpdateExecutable extends IClientExecutable<IUpdateExecutable,MethodOutcome>
| Modifier and Type | Method and Description |
|---|---|
IUpdateExecutable |
prefer(PreferReturnEnum theReturn)
Add a
Prefer header to the request, which requests that the server include
or suppress the resource body as a part of the result. |
accept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeaderIUpdateExecutable prefer(PreferReturnEnum theReturn)
Prefer header 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 via MethodOutcome.getResource()Copyright © 2014–2019 University Health Network. All rights reserved.