_propDict)) { if (is_a($this->_propDict["settings"], "\Microsoft\Graph\Model\SharepointSettings") || is_null($this->_propDict["settings"])) { return $this->_propDict["settings"]; } else { $this->_propDict["settings"] = new SharepointSettings($this->_propDict["settings"]); return $this->_propDict["settings"]; } } return null; } /** * Sets the settings * * @param SharepointSettings $val The settings * * @return Sharepoint */ public function setSettings($val) { $this->_propDict["settings"] = $val; return $this; } }