Lines Matching refs:matterId

47    * @param string $matterId The matter ID.
52 public function addPermissions($matterId, AddMatterPermissionsRequest $postBody, $optParams = []) argument
54 $params = ['matterId' => $matterId, 'postBody' => $postBody];
62 * @param string $matterId The matter ID.
67 public function close($matterId, CloseMatterRequest $postBody, $optParams = []) argument
69 $params = ['matterId' => $matterId, 'postBody' => $postBody];
76 * @param string $matterId The matter ID.
81 public function count($matterId, CountArtifactsRequest $postBody, $optParams = []) argument
83 $params = ['matterId' => $matterId, 'postBody' => $postBody];
106 * @param string $matterId The matter ID
110 public function delete($matterId, $optParams = []) argument
112 $params = ['matterId' => $matterId];
119 * @param string $matterId The matter ID.
126 public function get($matterId, $optParams = []) argument
128 $params = ['matterId' => $matterId];
155 * @param string $matterId The matter ID.
160 …public function removePermissions($matterId, RemoveMatterPermissionsRequest $postBody, $optParams … argument
162 $params = ['matterId' => $matterId, 'postBody' => $postBody];
170 * @param string $matterId The matter ID.
175 public function reopen($matterId, ReopenMatterRequest $postBody, $optParams = []) argument
177 $params = ['matterId' => $matterId, 'postBody' => $postBody];
185 * @param string $matterId The matter ID.
190 public function undelete($matterId, UndeleteMatterRequest $postBody, $optParams = []) argument
192 $params = ['matterId' => $matterId, 'postBody' => $postBody];
201 * @param string $matterId The matter ID.
206 public function update($matterId, Matter $postBody, $optParams = []) argument
208 $params = ['matterId' => $matterId, 'postBody' => $postBody];