/var/www/flurhymez/vendor/google/apiclient-services/src/Slides
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Slides/CreateSlideRequest.php (2364B)
insertionIndex = $insertionIndex;
}
/**
* @return int
*/
public function getInsertionIndex()
{
return $this->insertionIndex;
}
/**
* @param string
*/
public function setObjectId($objectId)
{
$this->objectId = $objectId;
}
/**
* @return string
*/
public function getObjectId()
{
return $this->objectId;
}
/**
* @param LayoutPlaceholderIdMapping[]
*/
public function setPlaceholderIdMappings($placeholderIdMappings)
{
$this->placeholderIdMappings = $placeholderIdMappings;
}
/**
* @return LayoutPlaceholderIdMapping[]
*/
public function getPlaceholderIdMappings()
{
return $this->placeholderIdMappings;
}
/**
* @param LayoutReference
*/
public function setSlideLayoutReference(LayoutReference $slideLayoutReference)
{
$this->slideLayoutReference = $slideLayoutReference;
}
/**
* @return LayoutReference
*/
public function getSlideLayoutReference()
{
return $this->slideLayoutReference;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateSlideRequest::class, 'Google_Service_Slides_CreateSlideRequest');