containsText = $containsText;
}
/**
* @return SubstringMatchCriteria
*/
public function getContainsText()
{
return $this->containsText;
}
/**
* @param string[]
*/
public function setPageObjectIds($pageObjectIds)
{
$this->pageObjectIds = $pageObjectIds;
}
/**
* @return string[]
*/
public function getPageObjectIds()
{
return $this->pageObjectIds;
}
/**
* @param string
*/
public function setReplaceText($replaceText)
{
$this->replaceText = $replaceText;
}
/**
* @return string
*/
public function getReplaceText()
{
return $this->replaceText;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ReplaceAllTextRequest::class, 'Google_Service_Slides_ReplaceAllTextRequest');