/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Partners
NameSizeModeActions
Resource/-0755rm
AdWordsManagerAccountInfo.php10060644editdlrm
Analytics.php24240644editdlrm
AnalyticsDataPoint.php13220644editdlrm
AnalyticsSummary.php13350644editdlrm
AvailableOffer.php35510644editdlrm
Certification.php16160644editdlrm
CertificationExamStatus.php10390644editdlrm
CertificationStatus.php16820644editdlrm
Company.php75720644editdlrm
CompanyRelation.php49030644editdlrm
CountryOfferInfo.php14560644editdlrm
CreateLeadRequest.php20220644editdlrm
CreateLeadResponse.php17360644editdlrm
Date.php10850644editdlrm
DebugInfo.php12510644editdlrm
EventData.php10000644editdlrm
ExamStatus.php16710644editdlrm
GetCompanyResponse.php15530644editdlrm
GetPartnersStatusResponse.php11740644editdlrm
HistoricalOffer.php29550644editdlrm
LatLng.php10080644editdlrm
Lead.php36750644editdlrm
ListAnalyticsResponse.php22980644editdlrm
ListCompaniesResponse.php17980644editdlrm
ListLeadsResponse.php19260644editdlrm
ListOffersHistoryResponse.php25050644editdlrm
ListOffersResponse.php18700644editdlrm
ListUserStatesResponse.php14040644editdlrm
LocalizedCompanyInfo.php14830644editdlrm
Location.php28410644editdlrm
LogMessageRequest.php16500644editdlrm
LogMessageResponse.php11670644editdlrm
LogUserEventRequest.php26590644editdlrm
LogUserEventResponse.php11690644editdlrm
Money.php11560644editdlrm
OfferCustomer.php23800644editdlrm
OptIns.php17140644editdlrm
PartnersEmpty.php6670644editdlrm
PublicProfile.php15390644editdlrm
Rank.php9500644editdlrm
RecaptchaChallenge.php9710644editdlrm
RequestMetadata.php22320644editdlrm
ResponseMetadata.php10810644editdlrm
SpecializationStatus.php12040644editdlrm
TrafficSource.php10850644editdlrm
User.php46750644editdlrm
UserOverrides.php10010644editdlrm
UserProfile.php40620644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Partners/User.php (4675B)
afaInfoShared = $afaInfoShared; } public function getAfaInfoShared() { return $this->afaInfoShared; } /** * @param Google_Service_Partners_AdWordsManagerAccountInfo */ public function setAvailableAdwordsManagerAccounts($availableAdwordsManagerAccounts) { $this->availableAdwordsManagerAccounts = $availableAdwordsManagerAccounts; } /** * @return Google_Service_Partners_AdWordsManagerAccountInfo */ public function getAvailableAdwordsManagerAccounts() { return $this->availableAdwordsManagerAccounts; } /** * @param Google_Service_Partners_Certification */ public function setCertificationStatus($certificationStatus) { $this->certificationStatus = $certificationStatus; } /** * @return Google_Service_Partners_Certification */ public function getCertificationStatus() { return $this->certificationStatus; } /** * @param Google_Service_Partners_CompanyRelation */ public function setCompany(Google_Service_Partners_CompanyRelation $company) { $this->company = $company; } /** * @return Google_Service_Partners_CompanyRelation */ public function getCompany() { return $this->company; } public function setCompanyVerificationEmail($companyVerificationEmail) { $this->companyVerificationEmail = $companyVerificationEmail; } public function getCompanyVerificationEmail() { return $this->companyVerificationEmail; } /** * @param Google_Service_Partners_ExamStatus */ public function setExamStatus($examStatus) { $this->examStatus = $examStatus; } /** * @return Google_Service_Partners_ExamStatus */ public function getExamStatus() { return $this->examStatus; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalId($internalId) { $this->internalId = $internalId; } public function getInternalId() { return $this->internalId; } public function setLastAccessTime($lastAccessTime) { $this->lastAccessTime = $lastAccessTime; } public function getLastAccessTime() { return $this->lastAccessTime; } public function setPrimaryEmails($primaryEmails) { $this->primaryEmails = $primaryEmails; } public function getPrimaryEmails() { return $this->primaryEmails; } /** * @param Google_Service_Partners_UserProfile */ public function setProfile(Google_Service_Partners_UserProfile $profile) { $this->profile = $profile; } /** * @return Google_Service_Partners_UserProfile */ public function getProfile() { return $this->profile; } /** * @param Google_Service_Partners_PublicProfile */ public function setPublicProfile(Google_Service_Partners_PublicProfile $publicProfile) { $this->publicProfile = $publicProfile; } /** * @return Google_Service_Partners_PublicProfile */ public function getPublicProfile() { return $this->publicProfile; } }