Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated beta models and request builders #1349

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions src/Beta/Microsoft/Graph/CallRecords/Model/DirectRoutingLogRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DirectRoutingLogRow extends \Beta\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 more 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 more 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 more 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 more data).
*
* @param string $val The value of the callerNumber
*
Expand Down Expand Up @@ -344,7 +344,7 @@ public function setId($val)

/**
* Gets the inviteDateTime
* When the initial invite was sent.
* The date and time when the initial invite was sent.
*
* @return \DateTime|null The inviteDateTime
*/
Expand All @@ -363,7 +363,7 @@ public function getInviteDateTime()

/**
* Sets the inviteDateTime
* When the initial invite was sent.
* The date and time when the initial invite was sent.
*
* @param \DateTime $val The value to assign to the inviteDateTime
*
Expand Down Expand Up @@ -432,7 +432,7 @@ public function setMediaPathLocation($val)
}
/**
* Gets the otherPartyCountryCode
* Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2.
* Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2.
*
* @return string|null The otherPartyCountryCode
*/
Expand All @@ -447,7 +447,7 @@ public function getOtherPartyCountryCode()

/**
* Sets the otherPartyCountryCode
* Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2.
* Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2.
*
* @param string $val The value of the otherPartyCountryCode
*
Expand Down Expand Up @@ -633,7 +633,7 @@ public function setUserDisplayName($val)
}
/**
* Gets the userId
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types.
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info is null/empty for bot call types.
*
* @return string|null The userId
*/
Expand All @@ -648,7 +648,7 @@ public function getUserId()

/**
* Sets the userId
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info will be null/empty for bot call types.
* The unique identifier (GUID) of the user in Azure Active Directory. This and other user info is null/empty for bot call types.
*
* @param string $val The value of the userId
*
Expand All @@ -661,7 +661,7 @@ public function setUserId($val)
}
/**
* Gets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Azure Active Directory, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @return string|null The userPrincipalName
*/
Expand All @@ -676,7 +676,7 @@ public function getUserPrincipalName()

/**
* Sets the userPrincipalName
* The user principal name (sign-in name) in Azure Active Directory. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.
* The user principal name (sign-in name) in Azure Active Directory, is usually the same as the user's SIP address, and can be same as the user's e-mail address.
*
* @param string $val The value of the userPrincipalName
*
Expand Down
8 changes: 4 additions & 4 deletions src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
if (is_a($this->_propDict["charge"], "\Beta\Microsoft\Graph\Model\Decimal") || is_null($this->_propDict["charge"])) {
return $this->_propDict["charge"];
} else {
$this->_propDict["charge"] = new \Beta\Microsoft\Graph\Model\Decimal($this->_propDict["charge"]);

Check failure on line 184 in src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php

View workflow job for this annotation

GitHub Actions / validate-pull-request

Instantiated class Beta\Microsoft\Graph\Model\Decimal not found.
return $this->_propDict["charge"];
}
}
Expand Down Expand Up @@ -354,7 +354,7 @@
if (is_a($this->_propDict["connectionCharge"], "\Beta\Microsoft\Graph\Model\Decimal") || is_null($this->_propDict["connectionCharge"])) {
return $this->_propDict["connectionCharge"];
} else {
$this->_propDict["connectionCharge"] = new \Beta\Microsoft\Graph\Model\Decimal($this->_propDict["connectionCharge"]);

Check failure on line 357 in src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php

View workflow job for this annotation

GitHub Actions / validate-pull-request

Instantiated class Beta\Microsoft\Graph\Model\Decimal not found.
return $this->_propDict["connectionCharge"];
}
}
Expand Down Expand Up @@ -605,7 +605,7 @@
}
/**
* Gets the operator
* The telecommunications operator which provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program.
* The telecommunications operator that provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program.
*
* @return string|null The operator
*/
Expand All @@ -620,7 +620,7 @@

/**
* Sets the operator
* The telecommunications operator which provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program.
* The telecommunications operator that provided PSTN services for this call. This may be Microsoft, or it may be a third-party operator via the Operator Connect Program.
*
* @param string $val The value of the operator
*
Expand All @@ -633,7 +633,7 @@
}
/**
* Gets the otherPartyCountryCode
* Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2.
* Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2.
*
* @return string|null The otherPartyCountryCode
*/
Expand All @@ -648,7 +648,7 @@

/**
* Sets the otherPartyCountryCode
* Country code of the caller in case of an incoming call, or callee in case of an outgoing call. For details, see ISO 3166-1 alpha-2.
* Country code of the caller for an incoming call, or callee for an outgoing call. For details, see ISO 3166-1 alpha-2.
*
* @param string $val The value of the otherPartyCountryCode
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Ediscovery/Model/CaseSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function setRedundancyDetection($val)

/**
* Gets the topicModeling
* The Topic Modeling (Themes) settings for the case.
* The article Modeling (Themes) settings for the case.
*
* @return TopicModelingSettings|null The topicModeling
*/
Expand All @@ -111,7 +111,7 @@ public function getTopicModeling()

/**
* Sets the topicModeling
* The Topic Modeling (Themes) settings for the case.
* The article Modeling (Themes) settings for the case.
*
* @param TopicModelingSettings $val The topicModeling
*
Expand Down
4 changes: 2 additions & 2 deletions src/Beta/Microsoft/Graph/Ediscovery/Model/DataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function setCreatedDateTime($val)

/**
* Gets the displayName
* The display name of the dataSource. This will be the name of the SharePoint site.
* The display name of the dataSource, and is the name of the SharePoint site.
*
* @return string|null The displayName
*/
Expand All @@ -107,7 +107,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name of the dataSource. This will be the name of the SharePoint site.
* The display name of the dataSource, and is the name of the SharePoint site.
*
* @param string $val The displayName
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class NoncustodialDataSource extends DataSourceContainer
{
/**
* Gets the applyHoldToSource
* Indicates if hold is applied to non-custodial data source (such as mailbox or site).
* Indicates if hold is applied to noncustodial data source (such as mailbox or site).
*
* @return bool|null The applyHoldToSource
*/
Expand All @@ -41,7 +41,7 @@ public function getApplyHoldToSource()

/**
* Sets the applyHoldToSource
* Indicates if hold is applied to non-custodial data source (such as mailbox or site).
* Indicates if hold is applied to noncustodial data source (such as mailbox or site).
*
* @param bool $val The applyHoldToSource
*
Expand All @@ -55,7 +55,7 @@ public function setApplyHoldToSource($val)

/**
* Gets the dataSource
* User source or SharePoint site data source as non-custodial data source.
* User source or SharePoint site data source as noncustodial data source.
*
* @return DataSource|null The dataSource
*/
Expand All @@ -74,7 +74,7 @@ public function getDataSource()

/**
* Sets the dataSource
* User source or SharePoint site data source as non-custodial data source.
* User source or SharePoint site data source as noncustodial data source.
*
* @param DataSource $val The dataSource
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function setIgnoreNumbers($val)
}
/**
* Gets the isEnabled
* Indicates whether themes is enabled for the case.
* Indicates whether themes are enabled for the case.
*
* @return bool|null The isEnabled
*/
Expand All @@ -96,7 +96,7 @@ public function getIsEnabled()

/**
* Sets the isEnabled
* Indicates whether themes is enabled for the case.
* Indicates whether themes are enabled for the case.
*
* @param bool $val The value of the isEnabled
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function setExecutionConditions($val)

/**
* Gets the isEnabled
* Whether the workflow is enabled or disabled. If this setting is true, the workflow can be run on demand or on schedule when isSchedulingEnabled is true.
* Determines whether the workflow is enabled or disabled. If this setting is true, the workflow can be run on demand or on schedule when isSchedulingEnabled is true.
*
* @return bool|null The isEnabled
*/
Expand All @@ -229,7 +229,7 @@ public function getIsEnabled()

/**
* Sets the isEnabled
* Whether the workflow is enabled or disabled. If this setting is true, the workflow can be run on demand or on schedule when isSchedulingEnabled is true.
* Determines whether the workflow is enabled or disabled. If this setting is true, the workflow can be run on demand or on schedule when isSchedulingEnabled is true.
*
* @param bool $val The isEnabled
*
Expand All @@ -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
20 changes: 10 additions & 10 deletions src/Beta/Microsoft/Graph/ManagedTenants/Model/AuditEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AuditEvent extends \Beta\Microsoft\Graph\Model\Entity
{
/**
* Gets the activity
* A string which uniquely represents the operation that occurred. Required. Read-only.
* A string that uniquely represents the operation that occurred. Required. Read-only.
*
* @return string|null The activity
*/
Expand All @@ -41,7 +41,7 @@ public function getActivity()

/**
* Sets the activity
* A string which uniquely represents the operation that occurred. Required. Read-only.
* A string that uniquely represents the operation that occurred. Required. Read-only.
*
* @param string $val The activity
*
Expand All @@ -55,7 +55,7 @@ public function setActivity($val)

/**
* Gets the activityDateTime
* The time when the activity ocurred. Required. Read-only.
* The time when the activity occurred. Required. Read-only.
*
* @return \DateTime|null The activityDateTime
*/
Expand All @@ -74,7 +74,7 @@ public function getActivityDateTime()

/**
* Sets the activityDateTime
* The time when the activity ocurred. Required. Read-only.
* The time when the activity occurred. Required. Read-only.
*
* @param \DateTime $val The activityDateTime
*
Expand Down Expand Up @@ -117,7 +117,7 @@ public function setActivityId($val)

/**
* Gets the category
* A category which represents a logical grouping of activities. Required. Read-only.
* A category that represents a logical grouping of activities. Required. Read-only.
*
* @return string|null The category
*/
Expand All @@ -132,7 +132,7 @@ public function getCategory()

/**
* Sets the category
* A category which represents a logical grouping of activities. Required. Read-only.
* A category that represents a logical grouping of activities. Required. Read-only.
*
* @param string $val The category
*
Expand Down Expand Up @@ -349,7 +349,7 @@ public function setRequestUrl($val)

/**
* Gets the tenantIds
* The collection of Azure Active Directory tenant identifiers for the managed tenants that were impacted by this change. This is formatted as a list of comma-separated values. Required. Read-only.
* The collection of Azure Active Directory tenant identifiers for the managed tenants that were affected by a change, and is formatted as a list of comma-separated values. Required. Read-only.
*
* @return string|null The tenantIds
*/
Expand All @@ -364,7 +364,7 @@ public function getTenantIds()

/**
* Sets the tenantIds
* The collection of Azure Active Directory tenant identifiers for the managed tenants that were impacted by this change. This is formatted as a list of comma-separated values. Required. Read-only.
* The collection of Azure Active Directory tenant identifiers for the managed tenants that were affected by a change, and is formatted as a list of comma-separated values. Required. Read-only.
*
* @param string $val The tenantIds
*
Expand All @@ -378,7 +378,7 @@ public function setTenantIds($val)

/**
* Gets the tenantNames
* The collection of tenant names that were impacted by this change. This is formatted as a list of comma-separated values. Required. Read-only.
* The collection of tenant names that were affected by a change, and is formatted as a list of comma-separated values. Required. Read-only.
*
* @return string|null The tenantNames
*/
Expand All @@ -393,7 +393,7 @@ public function getTenantNames()

/**
* Sets the tenantNames
* The collection of tenant names that were impacted by this change. This is formatted as a list of comma-separated values. Required. Read-only.
* The collection of tenant names that were affected by a change, and is formatted as a list of comma-separated values. Required. Read-only.
*
* @param string $val The tenantNames
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AccessPackageLocalizedContent extends Entity
{
/**
* Gets the defaultText
* The fallback string, which is used when a requested localization is not available. Required.
* The fallback string, which is used when a requested localization isn't available. Required.
*
* @return string|null The defaultText
*/
Expand All @@ -40,7 +40,7 @@ public function getDefaultText()

/**
* Sets the defaultText
* The fallback string, which is used when a requested localization is not available. Required.
* The fallback string, which is used when a requested localization isn't available. Required.
*
* @param string $val The value of the defaultText
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function setIsSingleLineQuestion($val)
}
/**
* Gets the regexPattern
* This is the regex pattern that the corresponding text answer must follow.
* The regex pattern that the corresponding text answer must follow.
*
* @return string|null The regexPattern
*/
Expand All @@ -79,7 +79,7 @@ public function getRegexPattern()

/**
* Sets the regexPattern
* This is the regex pattern that the corresponding text answer must follow.
* The regex pattern that the corresponding text answer must follow.
*
* @param string $val The value of the regexPattern
*
Expand Down
Loading
Loading