Interface FhirPatchBuilder.IStepPath<T>

Type Parameters:
T - The interface corresponding to the next step
All Known Subinterfaces:
FhirPatchBuilder.IAddStep1, FhirPatchBuilder.IDeleteStep1, FhirPatchBuilder.IInsertStep1, FhirPatchBuilder.IMoveStep1, FhirPatchBuilder.IReplaceStep1
Enclosing class:
FhirPatchBuilder

public static interface FhirPatchBuilder.IStepPath<T>
Interface exposing the path property
  • Method Summary

    Modifier and Type
    Method
    Description
    path(String thePath)
    The path to the element which will have an element added to it.
  • Method Details

    • path

      T path(String thePath)
      The path to the element which will have an element added to it.