Uses of Interface
ca.uhn.fhir.rest.gclient.IDeleteTyped
-
Packages that use IDeleteTyped Package Description ca.uhn.fhir.rest.gclient -
-
Uses of IDeleteTyped in ca.uhn.fhir.rest.gclient
Subinterfaces of IDeleteTyped in ca.uhn.fhir.rest.gclient Modifier and Type Interface Description interfaceIDeleteWithQueryTypedMethods in ca.uhn.fhir.rest.gclient that return IDeleteTyped Modifier and Type Method Description IDeleteTypedIDelete. resource(IBaseResource theResource)IDeleteTypedIDelete. resourceById(String theResourceType, String theLogicalId)IDeleteTypedIDelete. resourceById(IIdType theId)IDeleteTypedIDelete. resourceConditionalByUrl(String theSearchUrl)Specifies that the delete should be performed as a conditional delete against a given search URL.
-