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.BuilderFHIRPathPatch.Builder. add(String path, String elementName, Element element)Add an add operation to the FHIRPathPatchstatic FHIRPathPatch.BuilderFHIRPathPatch. builder()FHIRPathPatch.BuilderFHIRPathPatch.Builder. delete(String path)Add a delete operation to the FHIRPathPatchFHIRPathPatch.BuilderFHIRPathPatch.Builder. from(FHIRPathPatch patch)Add all patch operations from the passed FHIRPathPatchFHIRPathPatch.BuilderFHIRPathPatch.Builder. insert(String path, Element element, Integer index)Add an insert operation to the FHIRPathPatchFHIRPathPatch.BuilderFHIRPathPatch.Builder. move(String path, Integer source, Integer destination)Add a move operation to the FHIRPathPatchFHIRPathPatch.BuilderFHIRPathPatch.Builder. replace(String path, Element element)Add an add operation to the FHIRPathPatchFHIRPathPatch.BuilderFHIRPathPatch. toBuilder() 
 -