Lines Matching refs:matterId
37 * @param string $matterId The ID of the matter to create the saved query in.
42 public function create($matterId, SavedQuery $postBody, $optParams = []) argument
44 $params = ['matterId' => $matterId, 'postBody' => $postBody];
51 * @param string $matterId The ID of the matter to delete the saved query from.
56 public function delete($matterId, $savedQueryId, $optParams = []) argument
58 $params = ['matterId' => $matterId, 'savedQueryId' => $savedQueryId];
65 * @param string $matterId The ID of the matter to get the saved query from.
70 public function get($matterId, $savedQueryId, $optParams = []) argument
72 $params = ['matterId' => $matterId, 'savedQueryId' => $savedQueryId];
79 * @param string $matterId The ID of the matter to get the saved queries for.
87 public function listMattersSavedQueries($matterId, $optParams = []) argument
89 $params = ['matterId' => $matterId];