Home
last modified time | relevance | path

Searched refs:matterId (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DVault.php83 'matterId' => [
93 'matterId' => [
103 'matterId' => [
117 'matterId' => [
127 'matterId' => [
162 'matterId' => [
172 'matterId' => [
182 'matterId' => [
192 'matterId' => [
212 'matterId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/Resource/
H A DMatters.php47 * @param string $matterId The matter ID.
62 * @param string $matterId The matter ID.
76 * @param string $matterId The matter ID.
106 * @param string $matterId The matter ID
112 $params = ['matterId' => $matterId];
119 * @param string $matterId The matter ID.
128 $params = ['matterId' => $matterId];
155 * @param string $matterId The matter ID.
170 * @param string $matterId The matter ID.
185 * @param string $matterId The matter ID.
[all …]
H A DMattersHolds.php43 * @param string $matterId The matter ID.
58 * @param string $matterId The matter ID.
74 * @param string $matterId The matter ID.
79 public function delete($matterId, $holdId, $optParams = []) argument
81 $params = ['matterId' => $matterId, 'holdId' => $holdId];
88 * @param string $matterId The matter ID.
95 public function get($matterId, $holdId, $optParams = []) argument
104 * @param string $matterId The matter ID.
117 $params = ['matterId' => $matterId];
125 * @param string $matterId The matter ID.
[all …]
H A DMattersExports.php37 * @param string $matterId The matter ID.
44 $params = ['matterId' => $matterId, 'postBody' => $postBody];
51 * @param string $matterId The matter ID.
56 public function delete($matterId, $exportId, $optParams = []) argument
58 $params = ['matterId' => $matterId, 'exportId' => $exportId];
65 * @param string $matterId The matter ID.
70 public function get($matterId, $exportId, $optParams = []) argument
72 $params = ['matterId' => $matterId, 'exportId' => $exportId];
80 * @param string $matterId The matter ID.
87 public function listMattersExports($matterId, $optParams = []) argument
[all …]
H A DMattersSavedQueries.php37 * @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];
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
[all …]
H A DMattersHoldsAccounts.php39 * @param string $matterId The matter ID.
45 public function create($matterId, $holdId, HeldAccount $postBody, $optParams = []) argument
47 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'postBody' => $postBody];
54 * @param string $matterId The matter ID.
60 public function delete($matterId, $holdId, $accountId, $optParams = []) argument
62 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'accountId' => $accountId];
73 * @param string $matterId The matter 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 DCountArtifactsMetadata.php29 public $matterId; variable in Google\\Service\\Vault\\CountArtifactsMetadata
54 public function setMatterId($matterId) argument
56 $this->matterId = $matterId;
63 return $this->matterId;
H A DSavedQuery.php33 public $matterId; variable in Google\\Service\\Vault\\SavedQuery
72 public function setMatterId($matterId) argument
74 $this->matterId = $matterId;
81 return $this->matterId;
H A DMatter.php30 public $matterId; variable in Google\\Service\\Vault\\Matter
59 public function setMatterId($matterId) argument
61 $this->matterId = $matterId;
68 return $this->matterId;
H A DExport.php37 public $matterId; variable in Google\\Service\\Vault\\Export
112 public function setMatterId($matterId) argument
114 $this->matterId = $matterId;
121 return $this->matterId;