Interface FhirPatchBuilder.IStepValue<T>

Type Parameters:
T - The interface corresponding to the next step
All Known Subinterfaces:
FhirPatchBuilder.IAddStep3, FhirPatchBuilder.IInsertStep3, FhirPatchBuilder.IReplaceStep2
Enclosing class:
FhirPatchBuilder

public static interface FhirPatchBuilder.IStepValue<T>
Interface exposing the value property
  • Method Summary

    Modifier and Type
    Method
    Description
    value(IBase theValue)
    The new value
  • Method Details