
Uses of Interface
ca.uhn.fhir.util.FhirPatchBuilder.IStepPath
Packages that use FhirPatchBuilder.IStepPath
-
Uses of FhirPatchBuilder.IStepPath in ca.uhn.fhir.util
Subinterfaces of FhirPatchBuilder.IStepPath in ca.uhn.fhir.utilModifier and TypeInterfaceDescriptionstatic interface
Step 1 for creating an ADD operation, returned by callingFhirPatchBuilder.add()
static interface
Step 1 for creating an DELETE operation, returned by callingFhirPatchBuilder.delete()
static interface
Step 1 for creating an INSERT operation, returned by callingFhirPatchBuilder.insert()
static interface
Step 1 for creating a MOVE operation, returned by callingFhirPatchBuilder.move()
static interface
Step 1 for creating an REPLACE operation, returned by callingFhirPatchBuilder.replace()