/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ServiceUser/Enum.php (2231B)
enumvalue = $enumvalue;
}
/**
* @return Google_Service_ServiceUser_EnumValue
*/
public function getEnumvalue()
{
return $this->enumvalue;
}
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;
}
}