Interface FhirPatchBuilder.IStepName<T>

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

public static interface FhirPatchBuilder.IStepName<T>
Interface exposing the name property
  • Method Summary

    Modifier and Type
    Method
    Description
    name(String theName)
    The name of the element to add
  • Method Details

    • name

      T name(String theName)
      The name of the element to add