Uses of Class
com.ibm.fhir.server.annotation.PATCH
-
Packages that use PATCH Package Description com.ibm.fhir.server.resources -
-
Uses of PATCH in com.ibm.fhir.server.resources
Methods in com.ibm.fhir.server.resources with annotations of type PATCH Modifier and Type Method Description javax.ws.rs.core.Response
Patch. conditionalPatch(java.lang.String type, Parameters parameters, java.lang.String ifMatch, boolean onlyIfModified)
javax.ws.rs.core.Response
Patch. conditionalPatch(java.lang.String type, jakarta.json.JsonArray array, java.lang.String ifMatch, boolean onlyIfModified)
javax.ws.rs.core.Response
Patch. patch(java.lang.String type, java.lang.String id, Parameters parameters, java.lang.String ifMatch, boolean onlyIfModified)
javax.ws.rs.core.Response
Patch. patch(java.lang.String type, java.lang.String id, jakarta.json.JsonArray array, java.lang.String ifMatch, boolean onlyIfModified)
-