IOperationUntypedWithInput<MethodOutcome> |
IOperationUntypedWithInput.returnMethodOutcome() |
|
<R extends IBaseResource> IOperationUntypedWithInput<R> |
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> IOperationUntypedWithInput<T> |
IOperationUntyped.withNoParameters(Class<T> theOutputParameterType) |
The operation does not require any input parameters
|