_propDict)) { if (is_a($this->_propDict["value"], "\Microsoft\Graph\Model\CommsNotification") || is_null($this->_propDict["value"])) { return $this->_propDict["value"]; } else { $this->_propDict["value"] = new CommsNotification($this->_propDict["value"]); return $this->_propDict["value"]; } } return null; } /** * Sets the value * The notification of a change in the resource. * * @param CommsNotification $val The value to assign to the value * * @return CommsNotifications The CommsNotifications */ public function setValue($val) { $this->_propDict["value"] = $val; return $this; } }