
Package ca.uhn.fhir.util
Interface FhirPatchBuilder.IStepDestination<T>
- Type Parameters:
T
- The interface corresponding to the next step
- All Known Subinterfaces:
FhirPatchBuilder.IMoveStep3
- Enclosing class:
- FhirPatchBuilder
public static interface FhirPatchBuilder.IStepDestination<T>
Interface exposing the
destination
property-
Method Summary
Modifier and TypeMethodDescriptiondestination
(int theIndex) An index associated with the elements at the given path
-
Method Details
-
destination
An index associated with the elements at the given path
-