/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Api.php (2722B)
methods = $methods;
}
/**
* @return Google_Service_ServiceUser_Method
*/
public function getMethods()
{
return $this->methods;
}
/**
* @param Google_Service_ServiceUser_Mixin
*/
public function setMixins($mixins)
{
$this->mixins = $mixins;
}
/**
* @return Google_Service_ServiceUser_Mixin
*/
public function getMixins()
{
return $this->mixins;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_ServiceUser_Option
*/
public function setOptions($options)
{
$this->options = $options;
}
/**
* @return Google_Service_ServiceUser_Option
*/
public function getOptions()
{
return $this->options;
}
/**
* @param Google_Service_ServiceUser_SourceContext
*/
public function setSourceContext(Google_Service_ServiceUser_SourceContext $sourceContext)
{
$this->sourceContext = $sourceContext;
}
/**
* @return Google_Service_ServiceUser_SourceContext
*/
public function getSourceContext()
{
return $this->sourceContext;
}
public function setSyntax($syntax)
{
$this->syntax = $syntax;
}
public function getSyntax()
{
return $this->syntax;
}
public function setVersion($version)
{
$this->version = $version;
}
public function getVersion()
{
return $this->version;
}
}