You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Ediscovery/Model/SourceCollection.php
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ class SourceCollection extends \Beta\Microsoft\Graph\Model\Entity
26
26
{
27
27
/**
28
28
* Gets the contentQuery
29
-
* The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016
29
+
* The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016.
30
30
*
31
31
* @return string|null The contentQuery
32
32
*/
@@ -41,7 +41,7 @@ public function getContentQuery()
41
41
42
42
/**
43
43
* Sets the contentQuery
44
-
* The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016
44
+
* The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016.
45
45
*
46
46
* @param string $val The contentQuery
47
47
*
@@ -121,7 +121,7 @@ public function setCreatedDateTime($val)
121
121
122
122
/**
123
123
* Gets the dataSourceScopes
124
-
* When specified, the collection will span across a service for an entire workload. Possible values are: none,allTenantMailboxes,allTenantSites,allCaseCustodians,allCaseNoncustodialDataSources.
124
+
* When specified, the collection will span across a service for an entire workload. Possible values are: none,allTenantMailboxes,allTenantSites,allCaseCustodians,allCaseNoncustodialDataSources.
125
125
*
126
126
* @return DataSourceScopes|null The dataSourceScopes
127
127
*/
@@ -140,7 +140,7 @@ public function getDataSourceScopes()
140
140
141
141
/**
142
142
* Sets the dataSourceScopes
143
-
* When specified, the collection will span across a service for an entire workload. Possible values are: none,allTenantMailboxes,allTenantSites,allCaseCustodians,allCaseNoncustodialDataSources.
143
+
* When specified, the collection will span across a service for an entire workload. Possible values are: none,allTenantMailboxes,allTenantSites,allCaseCustodians,allCaseNoncustodialDataSources.
144
144
*
145
145
* @param DataSourceScopes $val The dataSourceScopes
146
146
*
@@ -154,7 +154,7 @@ public function setDataSourceScopes($val)
154
154
155
155
/**
156
156
* Gets the description
157
-
* The description of the sourceCollection
157
+
* The description of the sourceCollection.
158
158
*
159
159
* @return string|null The description
160
160
*/
@@ -169,7 +169,7 @@ public function getDescription()
169
169
170
170
/**
171
171
* Sets the description
172
-
* The description of the sourceCollection
172
+
* The description of the sourceCollection.
173
173
*
174
174
* @param string $val The description
175
175
*
@@ -183,7 +183,7 @@ public function setDescription($val)
183
183
184
184
/**
185
185
* Gets the displayName
186
-
* The display name of the sourceCollection
186
+
* The display name of the sourceCollection.
187
187
*
188
188
* @return string|null The displayName
189
189
*/
@@ -198,7 +198,7 @@ public function getDisplayName()
0 commit comments