Lines Matching refs:holdId
44 * @param string $holdId The hold ID.
49 …public function addHeldAccounts($matterId, $holdId, AddHeldAccountsRequest $postBody, $optParams =… argument
51 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody];
75 * @param string $holdId The hold ID.
79 public function delete($matterId, $holdId, $optParams = []) argument
81 $params = ['matterId' => $matterId, 'holdId' => $holdId];
89 * @param string $holdId The hold ID.
95 public function get($matterId, $holdId, $optParams = []) argument
97 $params = ['matterId' => $matterId, 'holdId' => $holdId];
126 * @param string $holdId The hold ID.
131 …public function removeHeldAccounts($matterId, $holdId, RemoveHeldAccountsRequest $postBody, $optPa… argument
133 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody];
144 * @param string $holdId The ID of the hold.
149 public function update($matterId, $holdId, Hold $postBody, $optParams = []) argument
151 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody];