Uses of Enum
ca.uhn.fhir.rest.api.DeleteCascadeModeEnum
Packages that use DeleteCascadeModeEnum
-
Uses of DeleteCascadeModeEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return DeleteCascadeModeEnumModifier and TypeMethodDescriptionstatic DeleteCascadeModeEnumReturns the enum constant of this type with the specified name.static DeleteCascadeModeEnum[]DeleteCascadeModeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeleteCascadeModeEnum in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type DeleteCascadeModeEnumModifier and TypeMethodDescriptionIDeleteTyped.cascade(DeleteCascadeModeEnum theDelete)Delete cascade mode - Note that this is a HAPI FHIR specific feature and is not supported on all servers.