deletionContext = $deletionContext; } /** * @return SocialGraphApiProtoContactDeletionContext */ public function getDeletionContext() { return $this->deletionContext; } /** * @param string */ public function setDeletionState($deletionState) { $this->deletionState = $deletionState; } /** * @return string */ public function getDeletionState() { return $this->deletionState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoContactState::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoContactState');