category = $category;
}
/**
* @return string
*/
public function getCategory()
{
return $this->category;
}
/**
* @param PageElementProperties
*/
public function setElementProperties(PageElementProperties $elementProperties)
{
$this->elementProperties = $elementProperties;
}
/**
* @return PageElementProperties
*/
public function getElementProperties()
{
return $this->elementProperties;
}
/**
* @param string
*/
public function setLineCategory($lineCategory)
{
$this->lineCategory = $lineCategory;
}
/**
* @return string
*/
public function getLineCategory()
{
return $this->lineCategory;
}
/**
* @param string
*/
public function setObjectId($objectId)
{
$this->objectId = $objectId;
}
/**
* @return string
*/
public function getObjectId()
{
return $this->objectId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateLineRequest::class, 'Google_Service_Slides_CreateLineRequest');