withOuMode method

Implementation

TrackedEntityInstanceQuery withOuMode(OrgUnitMode ouMode) {
  this.ouMode = ouMode;
  return this;
}