Skip to content

Commit 5200f36

Browse files
authored
Merge pull request #534 from microsoftgraph/dev
Release 1.34.0
2 parents 388da07 + b18a82d commit 5200f36

302 files changed

Lines changed: 23419 additions & 1270 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof
1111
```
1212
{
1313
"require": {
14-
"microsoft/microsoft-graph": "^1.33.0"
14+
"microsoft/microsoft-graph": "^1.34.0"
1515
}
1616
}
1717
```

src/Beta/Microsoft/Graph/Ediscovery/Model/GraphCase.php

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getClosedBy()
4949
*
5050
* @param \Beta\Microsoft\Graph\Model\IdentitySet $val The closedBy
5151
*
52-
* @return Case
52+
* @return GraphCase
5353
*/
5454
public function setClosedBy($val)
5555
{
@@ -82,7 +82,7 @@ public function getClosedDateTime()
8282
*
8383
* @param \DateTime $val The closedDateTime
8484
*
85-
* @return Case
85+
* @return GraphCase
8686
*/
8787
public function setClosedDateTime($val)
8888
{
@@ -115,7 +115,7 @@ public function getCreatedDateTime()
115115
*
116116
* @param \DateTime $val The createdDateTime
117117
*
118-
* @return Case
118+
* @return GraphCase
119119
*/
120120
public function setCreatedDateTime($val)
121121
{
@@ -144,7 +144,7 @@ public function getDescription()
144144
*
145145
* @param string $val The description
146146
*
147-
* @return Case
147+
* @return GraphCase
148148
*/
149149
public function setDescription($val)
150150
{
@@ -173,7 +173,7 @@ public function getDisplayName()
173173
*
174174
* @param string $val The displayName
175175
*
176-
* @return Case
176+
* @return GraphCase
177177
*/
178178
public function setDisplayName($val)
179179
{
@@ -202,7 +202,7 @@ public function getExternalId()
202202
*
203203
* @param string $val The externalId
204204
*
205-
* @return Case
205+
* @return GraphCase
206206
*/
207207
public function setExternalId($val)
208208
{
@@ -235,7 +235,7 @@ public function getLastModifiedBy()
235235
*
236236
* @param \Beta\Microsoft\Graph\Model\IdentitySet $val The lastModifiedBy
237237
*
238-
* @return Case
238+
* @return GraphCase
239239
*/
240240
public function setLastModifiedBy($val)
241241
{
@@ -268,7 +268,7 @@ public function getLastModifiedDateTime()
268268
*
269269
* @param \DateTime $val The lastModifiedDateTime
270270
*
271-
* @return Case
271+
* @return GraphCase
272272
*/
273273
public function setLastModifiedDateTime($val)
274274
{
@@ -301,7 +301,7 @@ public function getStatus()
301301
*
302302
* @param CaseStatus $val The status
303303
*
304-
* @return Case
304+
* @return GraphCase
305305
*/
306306
public function setStatus($val)
307307
{
@@ -331,7 +331,7 @@ public function getCustodians()
331331
*
332332
* @param Custodian $val The custodians
333333
*
334-
* @return Case
334+
* @return GraphCase
335335
*/
336336
public function setCustodians($val)
337337
{
@@ -361,7 +361,7 @@ public function getLegalHolds()
361361
*
362362
* @param LegalHold $val The legalHolds
363363
*
364-
* @return Case
364+
* @return GraphCase
365365
*/
366366
public function setLegalHolds($val)
367367
{
@@ -391,7 +391,7 @@ public function getNoncustodialDataSources()
391391
*
392392
* @param NoncustodialDataSource $val The noncustodialDataSources
393393
*
394-
* @return Case
394+
* @return GraphCase
395395
*/
396396
public function setNoncustodialDataSources($val)
397397
{
@@ -421,7 +421,7 @@ public function getOperations()
421421
*
422422
* @param CaseOperation $val The operations
423423
*
424-
* @return Case
424+
* @return GraphCase
425425
*/
426426
public function setOperations($val)
427427
{
@@ -451,7 +451,7 @@ public function getReviewSets()
451451
*
452452
* @param ReviewSet $val The reviewSets
453453
*
454-
* @return Case
454+
* @return GraphCase
455455
*/
456456
public function setReviewSets($val)
457457
{
@@ -482,7 +482,7 @@ public function getSettings()
482482
*
483483
* @param Settings $val The settings
484484
*
485-
* @return Case
485+
* @return GraphCase
486486
*/
487487
public function setSettings($val)
488488
{
@@ -512,7 +512,7 @@ public function getSourceCollections()
512512
*
513513
* @param SourceCollection $val The sourceCollections
514514
*
515-
* @return Case
515+
* @return GraphCase
516516
*/
517517
public function setSourceCollections($val)
518518
{
@@ -542,7 +542,7 @@ public function getTags()
542542
*
543543
* @param Tag $val The tags
544544
*
545-
* @return Case
545+
* @return GraphCase
546546
*/
547547
public function setTags($val)
548548
{

src/Beta/Microsoft/Graph/ExternalConnectors/Model/External.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class External implements \JsonSerializable
2828
* The array of properties available
2929
* to the model
3030
*
31-
* @var array(string => string)
31+
* @var array $_propDict
3232
*/
3333
protected $_propDict;
3434

@@ -96,9 +96,9 @@ public function getODataType()
9696
/**
9797
* Sets the ODataType
9898
*
99-
* @param string The ODataType
99+
* @param string $val The ODataType
100100
*
101-
* @return Entity
101+
* @return External
102102
*/
103103
public function setODataType($val)
104104
{

0 commit comments

Comments
 (0)