
Package ca.uhn.fhir.util
Interface FhirPatchBuilder.IStepValue<T>
- Type Parameters:
T
- The interface corresponding to the next step
- All Known Subinterfaces:
FhirPatchBuilder.IAddStep3
,FhirPatchBuilder.IInsertStep3
,FhirPatchBuilder.IReplaceStep2
- Enclosing class:
- FhirPatchBuilder
public static interface FhirPatchBuilder.IStepValue<T>
Interface exposing the
value
property-
Method Summary
-
Method Details
-
value
The new value
-