accountEmail = $accountEmail; } /** * @return AppsPeopleOzExternalMergedpeopleapiAccountEmail */ public function getAccountEmail() { return $this->accountEmail; } /** * @param string[] */ public function setBlockType($blockType) { $this->blockType = $blockType; } /** * @return string[] */ public function getBlockType() { return $this->blockType; } /** * @param AppsPeopleOzExternalMergedpeopleapiCustomerInfo */ public function setCustomerInfo(AppsPeopleOzExternalMergedpeopleapiCustomerInfo $customerInfo) { $this->customerInfo = $customerInfo; } /** * @return AppsPeopleOzExternalMergedpeopleapiCustomerInfo */ public function getCustomerInfo() { return $this->customerInfo; } /** * @param AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo */ public function setDomainInfo(AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo $domainInfo) { $this->domainInfo = $domainInfo; } /** * @return AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfoDomainInfo */ public function getDomainInfo() { return $this->domainInfo; } /** * @param bool */ public function setInViewerDomain($inViewerDomain) { $this->inViewerDomain = $inViewerDomain; } /** * @return bool */ public function getInViewerDomain() { return $this->inViewerDomain; } /** * @param string[] */ public function setIncomingBlockType($incomingBlockType) { $this->incomingBlockType = $incomingBlockType; } /** * @return string[] */ public function getIncomingBlockType() { return $this->incomingBlockType; } /** * @param AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function setMetadata(AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setObjectType($objectType) { $this->objectType = $objectType; } /** * @return string */ public function getObjectType() { return $this->objectType; } /** * @param string */ public function setOwnerId($ownerId) { $this->ownerId = $ownerId; } /** * @return string */ public function getOwnerId() { return $this->ownerId; } /** * @param string[] */ public function setOwnerUserType($ownerUserType) { $this->ownerUserType = $ownerUserType; } /** * @return string[] */ public function getOwnerUserType() { return $this->ownerUserType; } /** * @param string */ public function setPlusPageType($plusPageType) { $this->plusPageType = $plusPageType; } /** * @return string */ public function getPlusPageType() { return $this->plusPageType; } /** * @param AppsPeopleOzExternalMergedpeopleapiProfileOwnerStats */ public function setProfileOwnerStats(AppsPeopleOzExternalMergedpeopleapiProfileOwnerStats $profileOwnerStats) { $this->profileOwnerStats = $profileOwnerStats; } /** * @return AppsPeopleOzExternalMergedpeopleapiProfileOwnerStats */ public function getProfileOwnerStats() { return $this->profileOwnerStats; } /** * @param AppsPeopleOzExternalMergedpeopleapiEmail[] */ public function setUnjoinedEmailCertificates($unjoinedEmailCertificates) { $this->unjoinedEmailCertificates = $unjoinedEmailCertificates; } /** * @return AppsPeopleOzExternalMergedpeopleapiEmail[] */ public function getUnjoinedEmailCertificates() { return $this->unjoinedEmailCertificates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfo::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiReadOnlyProfileInfo');