namedStyleType = $namedStyleType; } /** * @return string */ public function getNamedStyleType() { return $this->namedStyleType; } /** * @param ParagraphStyleSuggestionState */ public function setParagraphStyleSuggestionState(ParagraphStyleSuggestionState $paragraphStyleSuggestionState) { $this->paragraphStyleSuggestionState = $paragraphStyleSuggestionState; } /** * @return ParagraphStyleSuggestionState */ public function getParagraphStyleSuggestionState() { return $this->paragraphStyleSuggestionState; } /** * @param TextStyleSuggestionState */ public function setTextStyleSuggestionState(TextStyleSuggestionState $textStyleSuggestionState) { $this->textStyleSuggestionState = $textStyleSuggestionState; } /** * @return TextStyleSuggestionState */ public function getTextStyleSuggestionState() { return $this->textStyleSuggestionState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NamedStyleSuggestionState::class, 'Google_Service_Docs_NamedStyleSuggestionState');