
Package ca.uhn.fhir.util
Interface FhirPatchBuilder.IStepComplete
- All Known Subinterfaces:
FhirPatchBuilder.IDeleteStepAfter
- Enclosing class:
- FhirPatchBuilder
public static interface FhirPatchBuilder.IStepComplete
This interface is returned after the final property for a given operation.
-
Method Summary
-
Method Details
-
andThen
- Returns:
- Returns a reference to the
FhirPatchBuilder
instance, so that additional operations can be added to the chain, orFhirPatchBuilder.build()
can be called to return the created patch document.
-