Lines Matching refs:Draft
20 use Google\Service\Gmail\Draft; alias
39 * @param Draft $postBody
41 * @return Draft
43 public function create($userId, Draft $postBody, $optParams = [])
47 return $this->call('create', [$params], Draft::class);
73 * @return Draft
79 return $this->call('get', [$params], Draft::class);
111 * @param Draft $postBody
115 public function send($userId, Draft $postBody, $optParams = [])
127 * @param Draft $postBody
129 * @return Draft
131 public function update($userId, $id, Draft $postBody, $optParams = [])
135 return $this->call('update', [$params], Draft::class);