Lines Matching refs:SendAs
21 use Google\Service\Gmail\SendAs; alias
46 * @param SendAs $postBody
48 * @return SendAs
50 public function create($userId, SendAs $postBody, $optParams = [])
54 return $this->call('create', [$params], SendAs::class);
80 * @return SendAs
86 return $this->call('get', [$params], SendAs::class);
110 * @param SendAs $postBody
112 * @return SendAs
114 public function patch($userId, $sendAsEmail, SendAs $postBody, $optParams = [])
118 return $this->call('patch', [$params], SendAs::class);
129 * @param SendAs $postBody
131 * @return SendAs
133 public function update($userId, $sendAsEmail, SendAs $postBody, $optParams = [])
137 return $this->call('update', [$params], SendAs::class);