withICureBasePath method

MedTechApiBuilder withICureBasePath(
  1. String newICureBasePath
)

Implementation

MedTechApiBuilder withICureBasePath(String newICureBasePath) {
  _iCureBasePath = newICureBasePath;
  return this;
}