FHIRPathPatch.Builder | 
FHIRPathPatch.Builder.add(java.lang.String path,
   java.lang.String elementName,
   Element element) | 
 Add an add operation to the FHIRPathPatch 
 | 
static FHIRPathPatch.Builder | 
FHIRPathPatch.builder() | 
  | 
FHIRPathPatch.Builder | 
FHIRPathPatch.Builder.delete(java.lang.String path) | 
 Add a delete operation to the FHIRPathPatch 
 | 
FHIRPathPatch.Builder | 
FHIRPathPatch.Builder.from(FHIRPathPatch patch) | 
 Add all patch operations from the passed FHIRPathPatch 
 | 
FHIRPathPatch.Builder | 
FHIRPathPatch.Builder.insert(java.lang.String path,
      Element element,
      java.lang.Integer index) | 
 Add an insert operation to the FHIRPathPatch 
 | 
FHIRPathPatch.Builder | 
FHIRPathPatch.Builder.move(java.lang.String path,
    java.lang.Integer source,
    java.lang.Integer destination) | 
 Add a move operation to the FHIRPathPatch 
 | 
FHIRPathPatch.Builder | 
FHIRPathPatch.Builder.replace(java.lang.String path,
       Element element) | 
 Add an add operation to the FHIRPathPatch 
 | 
FHIRPathPatch.Builder | 
FHIRPathPatch.toBuilder() | 
  |