/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People/Gender.php (1309B)
formattedValue = $formattedValue;
}
public function getFormattedValue()
{
return $this->formattedValue;
}
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;
}
}