Searched refs:holdId (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/Resource/ |
H A D | MattersHolds.php | 44 * @param string $holdId The hold ID. 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. 144 * @param string $holdId The ID of the hold. [all …]
|
H A D | MattersHoldsAccounts.php | 40 * @param string $holdId The hold ID. 45 public function create($matterId, $holdId, HeldAccount $postBody, $optParams = []) argument 47 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody]; 55 * @param string $holdId The hold ID. 60 public function delete($matterId, $holdId, $accountId, $optParams = []) argument 62 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'accountId' => $accountId]; 74 * @param string $holdId The hold ID. 78 public function listMattersHoldsAccounts($matterId, $holdId, $optParams = []) argument 80 $params = ['matterId' => $matterId, 'holdId' => $holdId];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/ |
H A D | Hold.php | 32 public $holdId; variable in Google\\Service\\Vault\\Hold 77 public function setHoldId($holdId) argument 79 $this->holdId = $holdId; 86 return $this->holdId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Vault.php | 285 'holdId' => [ 302 'path' => 'v1/matters/{matterId}/holds/{holdId}', 310 'holdId' => [ 317 'path' => 'v1/matters/{matterId}/holds/{holdId}', 325 'holdId' => [ 366 'holdId' => [ 373 'path' => 'v1/matters/{matterId}/holds/{holdId}', 381 'holdId' => [ 406 'holdId' => [ 421 'holdId' => [ [all …]
|