/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People/Biography.php (1291B)
contentType = $contentType;
}
public function getContentType()
{
return $this->contentType;
}
public function setMetadata(Google_Service_People_FieldMetadata $metadata)
{
$this->metadata = $metadata;
}
public function getMetadata()
{
return $this->metadata;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
}