Package ca.uhn.fhir.rest.gclient
Interface IPatch
-
public interface IPatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPatchWithBodywithBody(String thePatchBody)The body of the patch document serialized in either XML or JSON which conforms to http://jsonpatch.com/ or http://tools.ietf.org/html/rfc5261
-
-
-
Method Detail
-
withBody
IPatchWithBody withBody(String thePatchBody)
The body of the patch document serialized in either XML or JSON which conforms to http://jsonpatch.com/ or http://tools.ietf.org/html/rfc5261- Parameters:
thePatchBody- The body of the patch
-
-