setODataType("#microsoft.graph.educationLinkResource"); } /** * Gets the link * URL to the resource. * * @return string|null The link */ public function getLink() { if (array_key_exists("link", $this->_propDict)) { return $this->_propDict["link"]; } else { return null; } } /** * Sets the link * URL to the resource. * * @param string $val The value of the link * * @return EducationLinkResource */ public function setLink($val) { $this->_propDict["link"] = $val; return $this; } }