Skip to content

Commit aa0998e

Browse files
authored
Merge pull request #1348 from microsoftgraph/v1.0/pipelinebuild/125212
Generated models and request builders
2 parents 60a18df + b2d1ac3 commit aa0998e

File tree

65 files changed

+236
-236
lines changed

Some content is hidden

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

65 files changed

+236
-236
lines changed

src/CallRecords/Model/DirectRoutingLogRow.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class DirectRoutingLogRow extends \Microsoft\Graph\Model\Entity
2525
{
2626
/**
2727
* Gets the calleeNumber
28-
* Number of the user or bot who received the call. E.164 format, but may include additional data.
28+
* Number of the user or bot who received the call. E.164 format, but may include other data.
2929
*
3030
* @return string|null The calleeNumber
3131
*/
@@ -40,7 +40,7 @@ public function getCalleeNumber()
4040

4141
/**
4242
* Sets the calleeNumber
43-
* Number of the user or bot who received the call. E.164 format, but may include additional data.
43+
* Number of the user or bot who received the call. E.164 format, but may include other data.
4444
*
4545
* @param string $val The value of the calleeNumber
4646
*
@@ -81,7 +81,7 @@ public function setCallEndSubReason($val)
8181
}
8282
/**
8383
* Gets the callerNumber
84-
* Number of the user or bot who made the call. E.164 format, but may include additional data.
84+
* Number of the user or bot who made the call. E.164 format, but may include other data.
8585
*
8686
* @return string|null The callerNumber
8787
*/
@@ -96,7 +96,7 @@ public function getCallerNumber()
9696

9797
/**
9898
* Sets the callerNumber
99-
* Number of the user or bot who made the call. E.164 format, but may include additional data.
99+
* Number of the user or bot who made the call. E.164 format, but may include other data.
100100
*
101101
* @param string $val The value of the callerNumber
102102
*
@@ -259,7 +259,7 @@ public function setFailureDateTime($val)
259259
}
260260
/**
261261
* Gets the finalSipCode
262-
* The code with which the call ended, RFC 3261.
262+
* The code with which the call ended, see RFC 3261.
263263
*
264264
* @return int|null The finalSipCode
265265
*/
@@ -274,7 +274,7 @@ public function getFinalSipCode()
274274

275275
/**
276276
* Sets the finalSipCode
277-
* The code with which the call ended, RFC 3261.
277+
* The code with which the call ended, see RFC 3261.
278278
*
279279
* @param int $val The value of the finalSipCode
280280
*
@@ -404,7 +404,7 @@ public function setMediaBypassEnabled($val)
404404
}
405405
/**
406406
* Gets the mediaPathLocation
407-
* The datacenter used for media path in non-bypass call.
407+
* The datacenter used for media path in nonbypass call.
408408
*
409409
* @return string|null The mediaPathLocation
410410
*/
@@ -419,7 +419,7 @@ public function getMediaPathLocation()
419419

420420
/**
421421
* Sets the mediaPathLocation
422-
* The datacenter used for media path in non-bypass call.
422+
* The datacenter used for media path in nonbypass call.
423423
*
424424
* @param string $val The value of the mediaPathLocation
425425
*
@@ -432,7 +432,7 @@ public function setMediaPathLocation($val)
432432
}
433433
/**
434434
* Gets the signalingLocation
435-
* The datacenter used for signaling for both bypass and non-bypass calls.
435+
* The datacenter used for signaling for both bypass and nonbypass calls.
436436
*
437437
* @return string|null The signalingLocation
438438
*/
@@ -447,7 +447,7 @@ public function getSignalingLocation()
447447

448448
/**
449449
* Sets the signalingLocation
450-
* The datacenter used for signaling for both bypass and non-bypass calls.
450+
* The datacenter used for signaling for both bypass and nonbypass calls.
451451
*
452452
* @param string $val The value of the signalingLocation
453453
*

src/IdentityGovernanceNamespace/Model/WorkflowBase.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function setIsEnabled($val)
243243

244244
/**
245245
* Gets the isSchedulingEnabled
246-
* If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Cannot be true for a disabled workflow (where isEnabled is false).
246+
* If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Can't be true for a disabled workflow (where isEnabled is false).
247247
*
248248
* @return bool|null The isSchedulingEnabled
249249
*/
@@ -258,7 +258,7 @@ public function getIsSchedulingEnabled()
258258

259259
/**
260260
* Sets the isSchedulingEnabled
261-
* If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Cannot be true for a disabled workflow (where isEnabled is false).
261+
* If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Can't be true for a disabled workflow (where isEnabled is false).
262262
*
263263
* @param bool $val The isSchedulingEnabled
264264
*
@@ -338,7 +338,7 @@ public function setCreatedBy($val)
338338

339339
/**
340340
* Gets the lastModifiedBy
341-
* The unique identifier of the AAD identity that last modified the workflow.
341+
* The unique identifier of the Azure Active Directory identity that last modified the workflow.
342342
*
343343
* @return \Microsoft\Graph\Model\User|null The lastModifiedBy
344344
*/
@@ -357,7 +357,7 @@ public function getLastModifiedBy()
357357

358358
/**
359359
* Sets the lastModifiedBy
360-
* The unique identifier of the AAD identity that last modified the workflow.
360+
* The unique identifier of the Azure Active Directory identity that last modified the workflow.
361361
*
362362
* @param \Microsoft\Graph\Model\User $val The lastModifiedBy
363363
*

src/Model/AccessPackageSubject.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function setEmail($val)
8484

8585
/**
8686
* Gets the objectId
87-
* The object identifier of the subject. null if the subject is not yet a user in the tenant.
87+
* The object identifier of the subject. null if the subject isn't yet a user in the tenant.
8888
*
8989
* @return string|null The objectId
9090
*/
@@ -99,7 +99,7 @@ public function getObjectId()
9999

100100
/**
101101
* Sets the objectId
102-
* The object identifier of the subject. null if the subject is not yet a user in the tenant.
102+
* The object identifier of the subject. null if the subject isn't yet a user in the tenant.
103103
*
104104
* @param string $val The objectId
105105
*
@@ -113,7 +113,7 @@ public function setObjectId($val)
113113

114114
/**
115115
* Gets the onPremisesSecurityIdentifier
116-
* A string representation of the principal's security identifier, if known, or null if the subject does not have a security identifier.
116+
* A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier.
117117
*
118118
* @return string|null The onPremisesSecurityIdentifier
119119
*/
@@ -128,7 +128,7 @@ public function getOnPremisesSecurityIdentifier()
128128

129129
/**
130130
* Sets the onPremisesSecurityIdentifier
131-
* A string representation of the principal's security identifier, if known, or null if the subject does not have a security identifier.
131+
* A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier.
132132
*
133133
* @param string $val The onPremisesSecurityIdentifier
134134
*

src/Model/AccessReviewHistoryDefinition.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function setCreatedDateTime($val)
9393

9494
/**
9595
* Gets the decisions
96-
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
96+
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
9797
*
9898
* @return array|null The decisions
9999
*/
@@ -108,7 +108,7 @@ public function getDecisions()
108108

109109
/**
110110
* Sets the decisions
111-
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
111+
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
112112
*
113113
* @param AccessReviewHistoryDecisionFilter[] $val The decisions
114114
*
@@ -151,7 +151,7 @@ public function setDisplayName($val)
151151

152152
/**
153153
* Gets the reviewHistoryPeriodEndDateTime
154-
* A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined.
154+
* A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined.
155155
*
156156
* @return \DateTime|null The reviewHistoryPeriodEndDateTime
157157
*/
@@ -170,7 +170,7 @@ public function getReviewHistoryPeriodEndDateTime()
170170

171171
/**
172172
* Sets the reviewHistoryPeriodEndDateTime
173-
* A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined.
173+
* A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined.
174174
*
175175
* @param \DateTime $val The reviewHistoryPeriodEndDateTime
176176
*
@@ -184,7 +184,7 @@ public function setReviewHistoryPeriodEndDateTime($val)
184184

185185
/**
186186
* Gets the reviewHistoryPeriodStartDateTime
187-
* A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined.
187+
* A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined.
188188
*
189189
* @return \DateTime|null The reviewHistoryPeriodStartDateTime
190190
*/
@@ -203,7 +203,7 @@ public function getReviewHistoryPeriodStartDateTime()
203203

204204
/**
205205
* Sets the reviewHistoryPeriodStartDateTime
206-
* A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined.
206+
* A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined.
207207
*
208208
* @param \DateTime $val The reviewHistoryPeriodStartDateTime
209209
*
@@ -217,7 +217,7 @@ public function setReviewHistoryPeriodStartDateTime($val)
217217

218218
/**
219219
* Gets the scheduleSettings
220-
* The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet.
220+
* The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime aren't defined. Not supported yet.
221221
*
222222
* @return AccessReviewHistoryScheduleSettings|null The scheduleSettings
223223
*/
@@ -236,7 +236,7 @@ public function getScheduleSettings()
236236

237237
/**
238238
* Sets the scheduleSettings
239-
* The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet.
239+
* The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime aren't defined. Not supported yet.
240240
*
241241
* @param AccessReviewHistoryScheduleSettings $val The scheduleSettings
242242
*
@@ -314,7 +314,7 @@ public function setStatus($val)
314314

315315
/**
316316
* Gets the instances
317-
* If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance.
317+
* If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance.
318318
*
319319
* @return array|null The instances
320320
*/
@@ -329,7 +329,7 @@ public function getInstances()
329329

330330
/**
331331
* Sets the instances
332-
* If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance.
332+
* If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance.
333333
*
334334
* @param AccessReviewHistoryInstance[] $val The instances
335335
*

src/Model/AccessReviewHistoryInstance.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AccessReviewHistoryInstance extends Entity
2626
{
2727
/**
2828
* Gets the downloadUri
29-
* Uri which can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required.
29+
* Uri that can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required.
3030
*
3131
* @return string|null The downloadUri
3232
*/
@@ -41,7 +41,7 @@ public function getDownloadUri()
4141

4242
/**
4343
* Sets the downloadUri
44-
* Uri which can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required.
44+
* Uri that can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required.
4545
*
4646
* @param string $val The downloadUri
4747
*
@@ -88,7 +88,7 @@ public function setExpirationDateTime($val)
8888

8989
/**
9090
* Gets the fulfilledDateTime
91-
* Timestamp when all of the available data for this instance was collected. This will be set after this instance's status is set to done. Required.
91+
* Timestamp when all of the available data for this instance was collected and is set after this instance's status is set to done. Required.
9292
*
9393
* @return \DateTime|null The fulfilledDateTime
9494
*/
@@ -107,7 +107,7 @@ public function getFulfilledDateTime()
107107

108108
/**
109109
* Sets the fulfilledDateTime
110-
* Timestamp when all of the available data for this instance was collected. This will be set after this instance's status is set to done. Required.
110+
* Timestamp when all of the available data for this instance was collected and is set after this instance's status is set to done. Required.
111111
*
112112
* @param \DateTime $val The fulfilledDateTime
113113
*
@@ -121,7 +121,7 @@ public function setFulfilledDateTime($val)
121121

122122
/**
123123
* Gets the reviewHistoryPeriodEndDateTime
124-
* Timestamp, reviews ending on or before this date will be included in the fetched history data.
124+
* Timestamp reviews ending on or before this date will be included in the fetched history data.
125125
*
126126
* @return \DateTime|null The reviewHistoryPeriodEndDateTime
127127
*/
@@ -140,7 +140,7 @@ public function getReviewHistoryPeriodEndDateTime()
140140

141141
/**
142142
* Sets the reviewHistoryPeriodEndDateTime
143-
* Timestamp, reviews ending on or before this date will be included in the fetched history data.
143+
* Timestamp reviews ending on or before this date will be included in the fetched history data.
144144
*
145145
* @param \DateTime $val The reviewHistoryPeriodEndDateTime
146146
*
@@ -154,7 +154,7 @@ public function setReviewHistoryPeriodEndDateTime($val)
154154

155155
/**
156156
* Gets the reviewHistoryPeriodStartDateTime
157-
* Timestamp, reviews starting on or after this date will be included in the fetched history data.
157+
* Timestamp reviews starting on or after this date will be included in the fetched history data.
158158
*
159159
* @return \DateTime|null The reviewHistoryPeriodStartDateTime
160160
*/
@@ -173,7 +173,7 @@ public function getReviewHistoryPeriodStartDateTime()
173173

174174
/**
175175
* Sets the reviewHistoryPeriodStartDateTime
176-
* Timestamp, reviews starting on or after this date will be included in the fetched history data.
176+
* Timestamp reviews starting on or after this date will be included in the fetched history data.
177177
*
178178
* @param \DateTime $val The reviewHistoryPeriodStartDateTime
179179
*

0 commit comments

Comments
 (0)