
Package ca.uhn.fhir.rest.gclient
Interface IUpdate
-
public interface IUpdate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IUpdateTyped
resource(String theResourceBody)
IUpdateTyped
resource(IBaseResource theResource)
-
-
-
Method Detail
-
resource
IUpdateTyped resource(IBaseResource theResource)
-
resource
IUpdateTyped resource(String theResourceBody)
-
-