/var/www/flurhymez/vendor/google/apiclient-services/src/Slides
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Slides/ReplaceAllShapesWithImageRequest.php (2534B)
containsText = $containsText;
}
/**
* @return SubstringMatchCriteria
*/
public function getContainsText()
{
return $this->containsText;
}
/**
* @param string
*/
public function setImageReplaceMethod($imageReplaceMethod)
{
$this->imageReplaceMethod = $imageReplaceMethod;
}
/**
* @return string
*/
public function getImageReplaceMethod()
{
return $this->imageReplaceMethod;
}
/**
* @param string
*/
public function setImageUrl($imageUrl)
{
$this->imageUrl = $imageUrl;
}
/**
* @return string
*/
public function getImageUrl()
{
return $this->imageUrl;
}
/**
* @param string[]
*/
public function setPageObjectIds($pageObjectIds)
{
$this->pageObjectIds = $pageObjectIds;
}
/**
* @return string[]
*/
public function getPageObjectIds()
{
return $this->pageObjectIds;
}
/**
* @param string
*/
public function setReplaceMethod($replaceMethod)
{
$this->replaceMethod = $replaceMethod;
}
/**
* @return string
*/
public function getReplaceMethod()
{
return $this->replaceMethod;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ReplaceAllShapesWithImageRequest::class, 'Google_Service_Slides_ReplaceAllShapesWithImageRequest');