public interface IOperationUntypedWithInput<T> extends IClientExecutable<IOperationUntypedWithInput<T>,T>
| Modifier and Type | Method and Description |
|---|---|
<R extends IBaseResource> |
returnResourceType(Class<R> theReturnType)
If this operation returns a single resource body as its return type instead of a
Parameters
resource, use this method to specify that resource type. |
IOperationUntypedWithInput<T> |
useHttpGet()
The client should invoke this method using an HTTP GET instead of an HTTP POST.
|
andLogRequestAndResponse, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryModeIOperationUntypedWithInput<T> useHttpGet()
If you have a specific reason for needing to use a GET however, this method will enable it.
<R extends IBaseResource> IOperationUntypedWithInput<R> returnResourceType(Class<R> theReturnType)
Parameters
resource, use this method to specify that resource type. This is useful for certain
operations (e.g. Patient/NNN/$everything) which return a bundle instead of
a Parameters resource.Copyright © 2014–2017 University Health Network. All rights reserved.