Interface FhirPatchBuilder.IStepSource<T>

Type Parameters:
T - The interface corresponding to the next step
All Known Subinterfaces:
FhirPatchBuilder.IMoveStep2
Enclosing class:
FhirPatchBuilder

public static interface FhirPatchBuilder.IStepSource<T>
Interface exposing the source property
  • Method Summary

    Modifier and Type
    Method
    Description
    source(int theIndex)
    An index associated with the elements at the given path
  • Method Details

    • source

      T source(int theIndex)
      An index associated with the elements at the given path