
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 TypeInterfaceDescriptioninterfaceMethods in ca.uhn.fhir.rest.gclient that return IOperationUntypedWithInputModifier and TypeMethodDescriptionIOperationUntypedWithInput.returnMethodOutcome()Request that the method chain returns aMethodOutcomeobject.<R extends IBaseResource>
IOperationUntypedWithInput<R> IOperationUntypedWithInput.returnResourceType(Class<R> theReturnType) If this operation returns a single resource body as its return type instead of aParametersresource, use this method to specify that resource type.IOperationUntypedWithInput.returnStringOutcome()Request that the method chain returns aStringOutcomeobject.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