Uses of Class
com.ibm.fhir.path.patch.FHIRPathPatch.Builder
-
Packages that use FHIRPathPatch.Builder Package Description com.ibm.fhir.path.patch -
-
Uses of FHIRPathPatch.Builder in com.ibm.fhir.path.patch
Methods in com.ibm.fhir.path.patch that return FHIRPathPatch.Builder Modifier and Type Method Description FHIRPathPatch.Builder
FHIRPathPatch.Builder. add(String path, String elementName, Element element)
Add an add operation to the FHIRPathPatchstatic FHIRPathPatch.Builder
FHIRPathPatch. builder()
FHIRPathPatch.Builder
FHIRPathPatch.Builder. delete(String path)
Add a delete operation to the FHIRPathPatchFHIRPathPatch.Builder
FHIRPathPatch.Builder. from(FHIRPathPatch patch)
Add all patch operations from the passed FHIRPathPatchFHIRPathPatch.Builder
FHIRPathPatch.Builder. insert(String path, Element element, Integer index)
Add an insert operation to the FHIRPathPatchFHIRPathPatch.Builder
FHIRPathPatch.Builder. move(String path, Integer source, Integer destination)
Add a move operation to the FHIRPathPatchFHIRPathPatch.Builder
FHIRPathPatch.Builder. replace(String path, Element element)
Add an add operation to the FHIRPathPatchFHIRPathPatch.Builder
FHIRPathPatch. toBuilder()
-