
Uses of Interface
ca.uhn.fhir.rest.gclient.IOperationUntypedWithInput
Packages that use IOperationUntypedWithInput
-
Uses of IOperationUntypedWithInput in ca.uhn.fhir.rest.gclient
Subinterfaces of IOperationUntypedWithInput in ca.uhn.fhir.rest.gclientModifier and TypeInterfaceDescriptioninterface
Methods in ca.uhn.fhir.rest.gclient that return IOperationUntypedWithInputModifier and TypeMethodDescriptionIOperationUntypedWithInput.returnMethodOutcome()
Request that the method chain returns aMethodOutcome
object.<R extends IBaseResource>
IOperationUntypedWithInput<R> IOperationUntypedWithInput.returnResourceType
(Class<R> theReturnType) If this operation returns a single resource body as its return type instead of aParameters
resource, use this method to specify that resource type.IOperationUntypedWithInput.returnStringOutcome()
Request that the method chain returns aStringOutcome
object.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