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 Type
    Method
    Description
    destination(int theIndex)
    An index associated with the elements at the given path
  • Method Details

    • destination

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