Skip to content

Commit

Permalink
Update generated files with build 125212
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Sep 19, 2023
1 parent 9ce0783 commit b2d1ac3
Show file tree
Hide file tree
Showing 65 changed files with 236 additions and 236 deletions.
20 changes: 10 additions & 10 deletions src/CallRecords/Model/DirectRoutingLogRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DirectRoutingLogRow extends \Microsoft\Graph\Model\Entity
{
/**
* Gets the calleeNumber
* Number of the user or bot who received the call. E.164 format, but may include additional data.
* Number of the user or bot who received the call. E.164 format, but may include other data.
*
* @return string|null The calleeNumber
*/
Expand All @@ -40,7 +40,7 @@ public function getCalleeNumber()

/**
* Sets the calleeNumber
* Number of the user or bot who received the call. E.164 format, but may include additional data.
* Number of the user or bot who received the call. E.164 format, but may include other data.
*
* @param string $val The value of the calleeNumber
*
Expand Down Expand Up @@ -81,7 +81,7 @@ public function setCallEndSubReason($val)
}
/**
* Gets the callerNumber
* Number of the user or bot who made the call. E.164 format, but may include additional data.
* Number of the user or bot who made the call. E.164 format, but may include other data.
*
* @return string|null The callerNumber
*/
Expand All @@ -96,7 +96,7 @@ public function getCallerNumber()

/**
* Sets the callerNumber
* Number of the user or bot who made the call. E.164 format, but may include additional data.
* Number of the user or bot who made the call. E.164 format, but may include other data.
*
* @param string $val The value of the callerNumber
*
Expand Down Expand Up @@ -259,7 +259,7 @@ public function setFailureDateTime($val)
}
/**
* Gets the finalSipCode
* The code with which the call ended, RFC 3261.
* The code with which the call ended, see RFC 3261.
*
* @return int|null The finalSipCode
*/
Expand All @@ -274,7 +274,7 @@ public function getFinalSipCode()

/**
* Sets the finalSipCode
* The code with which the call ended, RFC 3261.
* The code with which the call ended, see RFC 3261.
*
* @param int $val The value of the finalSipCode
*
Expand Down Expand Up @@ -404,7 +404,7 @@ public function setMediaBypassEnabled($val)
}
/**
* Gets the mediaPathLocation
* The datacenter used for media path in non-bypass call.
* The datacenter used for media path in nonbypass call.
*
* @return string|null The mediaPathLocation
*/
Expand All @@ -419,7 +419,7 @@ public function getMediaPathLocation()

/**
* Sets the mediaPathLocation
* The datacenter used for media path in non-bypass call.
* The datacenter used for media path in nonbypass call.
*
* @param string $val The value of the mediaPathLocation
*
Expand All @@ -432,7 +432,7 @@ public function setMediaPathLocation($val)
}
/**
* Gets the signalingLocation
* The datacenter used for signaling for both bypass and non-bypass calls.
* The datacenter used for signaling for both bypass and nonbypass calls.
*
* @return string|null The signalingLocation
*/
Expand All @@ -447,7 +447,7 @@ public function getSignalingLocation()

/**
* Sets the signalingLocation
* The datacenter used for signaling for both bypass and non-bypass calls.
* The datacenter used for signaling for both bypass and nonbypass calls.
*
* @param string $val The value of the signalingLocation
*
Expand Down
8 changes: 4 additions & 4 deletions src/IdentityGovernanceNamespace/Model/WorkflowBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public function setIsEnabled($val)

/**
* Gets the isSchedulingEnabled
* 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).
* 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).
*
* @return bool|null The isSchedulingEnabled
*/
Expand All @@ -258,7 +258,7 @@ public function getIsSchedulingEnabled()

/**
* Sets the isSchedulingEnabled
* 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).
* 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).
*
* @param bool $val The isSchedulingEnabled
*
Expand Down Expand Up @@ -338,7 +338,7 @@ public function setCreatedBy($val)

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

/**
* Sets the lastModifiedBy
* The unique identifier of the AAD identity that last modified the workflow.
* The unique identifier of the Azure Active Directory identity that last modified the workflow.
*
* @param \Microsoft\Graph\Model\User $val The lastModifiedBy
*
Expand Down
8 changes: 4 additions & 4 deletions src/Model/AccessPackageSubject.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function setEmail($val)

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

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

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

/**
* Sets the onPremisesSecurityIdentifier
* A string representation of the principal's security identifier, if known, or null if the subject does not have a security identifier.
* A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier.
*
* @param string $val The onPremisesSecurityIdentifier
*
Expand Down
20 changes: 10 additions & 10 deletions src/Model/AccessReviewHistoryDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function setCreatedDateTime($val)

/**
* Gets the decisions
* 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.
* 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.
*
* @return array|null The decisions
*/
Expand All @@ -108,7 +108,7 @@ public function getDecisions()

/**
* Sets the decisions
* 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.
* 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.
*
* @param AccessReviewHistoryDecisionFilter[] $val The decisions
*
Expand Down Expand Up @@ -151,7 +151,7 @@ public function setDisplayName($val)

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

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

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

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

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

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

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

/**
* Sets the instances
* If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance.
* If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance.
*
* @param AccessReviewHistoryInstance[] $val The instances
*
Expand Down
16 changes: 8 additions & 8 deletions src/Model/AccessReviewHistoryInstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AccessReviewHistoryInstance extends Entity
{
/**
* Gets the downloadUri
* Uri which can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required.
* Uri that can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required.
*
* @return string|null The downloadUri
*/
Expand All @@ -41,7 +41,7 @@ public function getDownloadUri()

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

/**
* Gets the fulfilledDateTime
* 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.
* 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.
*
* @return \DateTime|null The fulfilledDateTime
*/
Expand All @@ -107,7 +107,7 @@ public function getFulfilledDateTime()

/**
* Sets the fulfilledDateTime
* 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.
* 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.
*
* @param \DateTime $val The fulfilledDateTime
*
Expand All @@ -121,7 +121,7 @@ public function setFulfilledDateTime($val)

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

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

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

/**
* Sets the reviewHistoryPeriodStartDateTime
* Timestamp, reviews starting on or after this date will be included in the fetched history data.
* Timestamp reviews starting on or after this date will be included in the fetched history data.
*
* @param \DateTime $val The reviewHistoryPeriodStartDateTime
*
Expand Down
Loading

0 comments on commit b2d1ac3

Please sign in to comment.