/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/People/Source.php (1420B)
etag = $etag;
}
public function getEtag()
{
return $this->etag;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setProfileMetadata(Google_Service_People_ProfileMetadata $profileMetadata)
{
$this->profileMetadata = $profileMetadata;
}
public function getProfileMetadata()
{
return $this->profileMetadata;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}