| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOperationUntypedWithInputAndPartialOutput<T extends IBaseParameters> |
| Modifier and Type | Method and Description |
|---|---|
IOperationUntypedWithInput<MethodOutcome> |
IOperationUntypedWithInput.returnMethodOutcome()
Request that the method chain returns a
MethodOutcome object. |
<R extends IBaseResource> |
IOperationUntypedWithInput.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> |
IOperationUntypedWithInput.useHttpGet()
The client should invoke this method using an HTTP GET instead of an HTTP POST.
|
<T extends IBaseParameters> |
IOperationUntyped.withNoParameters(Class<T> theOutputParameterType)
The operation does not require any input parameters
|
Copyright © 2014–2019 University Health Network. All rights reserved.