aclEntry = $aclEntry; } /** * @return AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntry[] */ public function getAclEntry() { return $this->aclEntry; } /** * @param string[] */ public function setAuthorizedViewers($authorizedViewers) { $this->authorizedViewers = $authorizedViewers; } /** * @return string[] */ public function getAuthorizedViewers() { return $this->authorizedViewers; } /** * @param string[] */ public function setPredefinedAclEntry($predefinedAclEntry) { $this->predefinedAclEntry = $predefinedAclEntry; } /** * @return string[] */ public function getPredefinedAclEntry() { return $this->predefinedAclEntry; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiFieldAcl::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiFieldAcl');