
Package ca.uhn.fhir.rest.gclient
Interface IDeleteTyped
-
- All Superinterfaces:
IClientExecutable<IDeleteTyped,MethodOutcome>
- All Known Subinterfaces:
IDeleteWithQueryTyped
public interface IDeleteTyped extends IClientExecutable<IDeleteTyped,MethodOutcome>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDeleteTyped
cascade(DeleteCascadeModeEnum theDelete)
Delete cascade mode - Note that this is a HAPI FHIR specific feature and is not supported on all servers.-
Methods inherited from interface ca.uhn.fhir.rest.gclient.IClientExecutable
accept, andLogRequestAndResponse, cacheControl, elementsSubset, encoded, encodedJson, encodedXml, execute, preferResponseType, preferResponseTypes, prettyPrint, summaryMode, withAdditionalHeader
-
-
-
-
Method Detail
-
cascade
IDeleteTyped cascade(DeleteCascadeModeEnum theDelete)
Delete cascade mode - Note that this is a HAPI FHIR specific feature and is not supported on all servers.
-
-