/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Directory
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Directory/UserIm.php (1661B)
customProtocol = $customProtocol;
}
public function getCustomProtocol()
{
return $this->customProtocol;
}
public function setCustomType($customType)
{
$this->customType = $customType;
}
public function getCustomType()
{
return $this->customType;
}
public function setIm($im)
{
$this->im = $im;
}
public function getIm()
{
return $this->im;
}
public function setPrimary($primary)
{
$this->primary = $primary;
}
public function getPrimary()
{
return $this->primary;
}
public function setProtocol($protocol)
{
$this->protocol = $protocol;
}
public function getProtocol()
{
return $this->protocol;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}