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.ResponsePatch. conditionalPatch(String type, Parameters parameters, String ifMatch, boolean onlyIfModified)javax.ws.rs.core.ResponsePatch. conditionalPatch(String type, javax.json.JsonArray array, String ifMatch, boolean onlyIfModified)javax.ws.rs.core.ResponsePatch. patch(String type, String id, Parameters parameters, String ifMatch, boolean onlyIfModified)javax.ws.rs.core.ResponsePatch. patch(String type, String id, javax.json.JsonArray array, String ifMatch, boolean onlyIfModified)
-