/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Directory
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Directory/OrgUnit.php (2326B)
blockInheritance = $blockInheritance;
}
public function getBlockInheritance()
{
return $this->blockInheritance;
}
public function setDescription($description)
{
$this->description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setEtag($etag)
{
$this->etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setOrgUnitId($orgUnitId)
{
$this->orgUnitId = $orgUnitId;
}
public function getOrgUnitId()
{
return $this->orgUnitId;
}
public function setOrgUnitPath($orgUnitPath)
{
$this->orgUnitPath = $orgUnitPath;
}
public function getOrgUnitPath()
{
return $this->orgUnitPath;
}
public function setParentOrgUnitId($parentOrgUnitId)
{
$this->parentOrgUnitId = $parentOrgUnitId;
}
public function getParentOrgUnitId()
{
return $this->parentOrgUnitId;
}
public function setParentOrgUnitPath($parentOrgUnitPath)
{
$this->parentOrgUnitPath = $parentOrgUnitPath;
}
public function getParentOrgUnitPath()
{
return $this->parentOrgUnitPath;
}
}