Interface FhirPatchBuilder.IStepIndex<T>

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

public static interface FhirPatchBuilder.IStepIndex<T>
Interface exposing the index property
  • Method Summary

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

    • index

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