bullet = $bullet; } /** * @return Google_Service_Docs_Bullet */ public function getBullet() { return $this->bullet; } /** * @param Google_Service_Docs_ParagraphElement */ public function setElements($elements) { $this->elements = $elements; } /** * @return Google_Service_Docs_ParagraphElement */ public function getElements() { return $this->elements; } /** * @param Google_Service_Docs_ParagraphStyle */ public function setParagraphStyle(Google_Service_Docs_ParagraphStyle $paragraphStyle) { $this->paragraphStyle = $paragraphStyle; } /** * @return Google_Service_Docs_ParagraphStyle */ public function getParagraphStyle() { return $this->paragraphStyle; } public function setPositionedObjectIds($positionedObjectIds) { $this->positionedObjectIds = $positionedObjectIds; } public function getPositionedObjectIds() { return $this->positionedObjectIds; } /** * @param Google_Service_Docs_SuggestedBullet */ public function setSuggestedBulletChanges($suggestedBulletChanges) { $this->suggestedBulletChanges = $suggestedBulletChanges; } /** * @return Google_Service_Docs_SuggestedBullet */ public function getSuggestedBulletChanges() { return $this->suggestedBulletChanges; } /** * @param Google_Service_Docs_SuggestedParagraphStyle */ public function setSuggestedParagraphStyleChanges($suggestedParagraphStyleChanges) { $this->suggestedParagraphStyleChanges = $suggestedParagraphStyleChanges; } /** * @return Google_Service_Docs_SuggestedParagraphStyle */ public function getSuggestedParagraphStyleChanges() { return $this->suggestedParagraphStyleChanges; } /** * @param Google_Service_Docs_ObjectReferences */ public function setSuggestedPositionedObjectIds($suggestedPositionedObjectIds) { $this->suggestedPositionedObjectIds = $suggestedPositionedObjectIds; } /** * @return Google_Service_Docs_ObjectReferences */ public function getSuggestedPositionedObjectIds() { return $this->suggestedPositionedObjectIds; } }