Lines Matching refs:this

37       $data = $this->__call('get', array($params));
38 if ($this->useObjects()) {
55 $data = $this->__call('patch', array($params));
56 if ($this->useObjects()) {
73 $data = $this->__call('update', array($params));
74 if ($this->useObjects()) {
104 $this->servicePath = 'groups/v1/groups/';
105 $this->version = 'v1';
106 $this->serviceName = 'groupssettings';
108 $client->addService($this->serviceName, $this->version);
109 …$this->groups = new Google_GroupsServiceResource($this, $this->serviceName, 'groups', json_decode(…
144 $this->allowExternalMembers = $allowExternalMembers;
147 return $this->allowExternalMembers;
150 $this->allowGoogleCommunication = $allowGoogleCommunication;
153 return $this->allowGoogleCommunication;
156 $this->allowWebPosting = $allowWebPosting;
159 return $this->allowWebPosting;
162 $this->archiveOnly = $archiveOnly;
165 return $this->archiveOnly;
168 $this->customReplyTo = $customReplyTo;
171 return $this->customReplyTo;
174 $this->defaultMessageDenyNotificationText = $defaultMessageDenyNotificationText;
177 return $this->defaultMessageDenyNotificationText;
180 $this->description = $description;
183 return $this->description;
186 $this->email = $email;
189 return $this->email;
192 $this->includeInGlobalAddressList = $includeInGlobalAddressList;
195 return $this->includeInGlobalAddressList;
198 $this->isArchived = $isArchived;
201 return $this->isArchived;
204 $this->kind = $kind;
207 return $this->kind;
210 $this->maxMessageBytes = $maxMessageBytes;
213 return $this->maxMessageBytes;
216 $this->membersCanPostAsTheGroup = $membersCanPostAsTheGroup;
219 return $this->membersCanPostAsTheGroup;
222 $this->messageDisplayFont = $messageDisplayFont;
225 return $this->messageDisplayFont;
228 $this->messageModerationLevel = $messageModerationLevel;
231 return $this->messageModerationLevel;
234 $this->name = $name;
237 return $this->name;
240 $this->primaryLanguage = $primaryLanguage;
243 return $this->primaryLanguage;
246 $this->replyTo = $replyTo;
249 return $this->replyTo;
252 $this->sendMessageDenyNotification = $sendMessageDenyNotification;
255 return $this->sendMessageDenyNotification;
258 $this->showInGroupDirectory = $showInGroupDirectory;
261 return $this->showInGroupDirectory;
264 $this->spamModerationLevel = $spamModerationLevel;
267 return $this->spamModerationLevel;
270 $this->whoCanInvite = $whoCanInvite;
273 return $this->whoCanInvite;
276 $this->whoCanJoin = $whoCanJoin;
279 return $this->whoCanJoin;
282 $this->whoCanPostMessage = $whoCanPostMessage;
285 return $this->whoCanPostMessage;
288 $this->whoCanViewGroup = $whoCanViewGroup;
291 return $this->whoCanViewGroup;
294 $this->whoCanViewMembership = $whoCanViewMembership;
297 return $this->whoCanViewMembership;