public interface IClientExecutable<T extends IClientExecutable<?,?>,Y>
| Modifier and Type | Method and Description |
|---|---|
T |
andLogRequestAndResponse(boolean theLogRequestAndResponse)
Deprecated.
Use the client logging interceptor to log requests and responses instead. See here for more information.
|
T |
elementsSubset(String... theElements)
Request that the server return subsetted resources, containing only the elements specified in the given parameters.
|
T |
encodedJson() |
T |
encodedXml() |
Y |
execute() |
T |
prettyPrint() |
T |
summaryMode(SummaryEnum theSummary)
Request that the server modify the response using the
_summary param |
@Deprecated T andLogRequestAndResponse(boolean theLogRequestAndResponse)
T elementsSubset(String... theElements)
subsetElements("name", "identifier") requests that the server only return
the "name" and "identifier" fields in the returned resource, and omit any others.T encodedJson()
T encodedXml()
T prettyPrint()
T summaryMode(SummaryEnum theSummary)
_summary paramCopyright © 2014–2016 University Health Network. All rights reserved.