Uses of Class
ca.uhn.fhir.util.BundleBuilder.DeleteBuilder
-
Uses of BundleBuilder.DeleteBuilder in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionBundleBuilder.addTransactionDeleteConditionalEntry
(String theCondition) Adds an entry containing a delete (DELETE) request.BundleBuilder.addTransactionDeleteEntry
(String theResourceType, String theIdPart) Adds an entry containing a delete (DELETE) request.BundleBuilder.addTransactionDeleteEntry
(IBaseResource theResource) Adds an entry containing a delete (DELETE) request.BundleBuilder.addTransactionDeleteEntry
(IIdType theResourceId) Adds an entry containing a delete (DELETE) request.