Lines Matching refs:Matter
25 use Google\Service\Vault\Matter; alias
92 * @param Matter $postBody
94 * @return Matter
96 public function create(Matter $postBody, $optParams = [])
100 return $this->call('create', [$params], Matter::class);
108 * @return Matter
114 return $this->call('delete', [$params], Matter::class);
124 * @return Matter
130 return $this->call('get', [$params], Matter::class);
188 * @return Matter
194 return $this->call('undelete', [$params], Matter::class);
202 * @param Matter $postBody
204 * @return Matter
206 public function update($matterId, Matter $postBody, $optParams = [])
210 return $this->call('update', [$params], Matter::class);