Uses of Interface
ca.uhn.fhir.rest.gclient.ITransactionTyped
-
Packages that use ITransactionTyped Package Description ca.uhn.fhir.rest.gclient -
-
Uses of ITransactionTyped in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient that return ITransactionTyped Modifier and Type Method Description ITransactionTyped<String>ITransaction. withBundle(String theBundle)Use the given raw text (should be a Bundle resource) as the transaction input<T extends IBaseBundle>
ITransactionTyped<T>ITransaction. withBundle(T theBundleResource)Use the given Bundle resource as the transaction inputITransactionTyped<List<IBaseResource>>ITransaction. withResources(List<? extends IBaseResource> theResources)Use a list of resources as the transaction input
-