Uses of Interface
ca.uhn.fhir.rest.gclient.IOperationUntypedWithInputAndPartialOutput
-
Uses of IOperationUntypedWithInputAndPartialOutput in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionIOperationUntypedWithInputAndPartialOutput.andParameter
(String theName, IBase theValue) Use chained method calls to construct a Parameters input.IOperationUntypedWithInputAndPartialOutput.andSearchParameter
(String theName, IQueryParameterType theValue) Adds a URL parameter to the request.<T extends IBaseParameters>
IOperationUntypedWithInputAndPartialOutput<T> IOperationUntyped.withParameter
(Class<T> theParameterType, String theName, IBase theValue) Use chained method calls to construct a Parameters input.<T extends IBaseParameters>
IOperationUntypedWithInputAndPartialOutput<T> IOperationUntyped.withParameters
(T theParameters) Use the given parameters resource as the input to the operation<T extends IBaseParameters>
IOperationUntypedWithInputAndPartialOutput<T> IOperationUntyped.withSearchParameter
(Class<T> theParameterType, String theName, IQueryParameterType theValue) Use chained method calls to construct a Parameters input.