public interface IOperationUntypedWithInput<T> extends IClientExecutable<IOperationUntypedWithInput<T>,T>
| Modifier and Type | Method and Description |
|---|---|
IOperationUntypedWithInput<MethodOutcome> |
returnMethodOutcome()
Request that the method chain returns a
MethodOutcome object. |
<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.
|
accept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeaderIOperationUntypedWithInput<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.IOperationUntypedWithInput<MethodOutcome> returnMethodOutcome()
MethodOutcome object. This object
will contain detailsCopyright © 2014–2019 University Health Network. All rights reserved.