Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof
```
{
"require": {
"microsoft/microsoft-graph": "^1.101.0"
"microsoft/microsoft-graph": "^1.102.0"
}
}
```
Expand Down
112 changes: 112 additions & 0 deletions src/Beta/Microsoft/Graph/CallRecords/Model/PstnCallLogRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,118 @@ public function setCharge($val)
return $this;
}
/**
* Gets the clientLocalIpV4Address
* Local IPv4 of the client that is retrieved from the operating system of the client.
*
* @return string|null The clientLocalIpV4Address
*/
public function getClientLocalIpV4Address()
{
if (array_key_exists("clientLocalIpV4Address", $this->_propDict)) {
return $this->_propDict["clientLocalIpV4Address"];
} else {
return null;
}
}

/**
* Sets the clientLocalIpV4Address
* Local IPv4 of the client that is retrieved from the operating system of the client.
*
* @param string $val The value of the clientLocalIpV4Address
*
* @return PstnCallLogRow
*/
public function setClientLocalIpV4Address($val)
{
$this->_propDict["clientLocalIpV4Address"] = $val;
return $this;
}
/**
* Gets the clientLocalIpV6Address
* Local IPv6 of the client that is retrieved from the operating system of the client.
*
* @return string|null The clientLocalIpV6Address
*/
public function getClientLocalIpV6Address()
{
if (array_key_exists("clientLocalIpV6Address", $this->_propDict)) {
return $this->_propDict["clientLocalIpV6Address"];
} else {
return null;
}
}

/**
* Sets the clientLocalIpV6Address
* Local IPv6 of the client that is retrieved from the operating system of the client.
*
* @param string $val The value of the clientLocalIpV6Address
*
* @return PstnCallLogRow
*/
public function setClientLocalIpV6Address($val)
{
$this->_propDict["clientLocalIpV6Address"] = $val;
return $this;
}
/**
* Gets the clientPublicIpV4Address
* Public IPv4 of the client that can be used to determine the location of the client.
*
* @return string|null The clientPublicIpV4Address
*/
public function getClientPublicIpV4Address()
{
if (array_key_exists("clientPublicIpV4Address", $this->_propDict)) {
return $this->_propDict["clientPublicIpV4Address"];
} else {
return null;
}
}

/**
* Sets the clientPublicIpV4Address
* Public IPv4 of the client that can be used to determine the location of the client.
*
* @param string $val The value of the clientPublicIpV4Address
*
* @return PstnCallLogRow
*/
public function setClientPublicIpV4Address($val)
{
$this->_propDict["clientPublicIpV4Address"] = $val;
return $this;
}
/**
* Gets the clientPublicIpV6Address
* Public IPv6 of the client that can be used to determine the location of the client.
*
* @return string|null The clientPublicIpV6Address
*/
public function getClientPublicIpV6Address()
{
if (array_key_exists("clientPublicIpV6Address", $this->_propDict)) {
return $this->_propDict["clientPublicIpV6Address"];
} else {
return null;
}
}

/**
* Sets the clientPublicIpV6Address
* Public IPv6 of the client that can be used to determine the location of the client.
*
* @param string $val The value of the clientPublicIpV6Address
*
* @return PstnCallLogRow
*/
public function setClientPublicIpV6Address($val)
{
$this->_propDict["clientPublicIpV6Address"] = $val;
return $this;
}
/**
* Gets the conferenceId
* ID of the audio conference.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,33 @@ public function setTenantId($val)
return $this;
}

/**
* Gets the tenantLicenseType
*
* @return string|null The tenantLicenseType
*/
public function getTenantLicenseType()
{
if (array_key_exists("tenantLicenseType", $this->_propDict)) {
return $this->_propDict["tenantLicenseType"];
} else {
return null;
}
}

/**
* Sets the tenantLicenseType
*
* @param string $val The tenantLicenseType
*
* @return CredentialUserRegistrationsSummary
*/
public function setTenantLicenseType($val)
{
$this->_propDict["tenantLicenseType"] = $val;
return $this;
}

/**
* Gets the totalUserCount
* The total number of users in the given managed tenant. Optional. Read-only.
Expand Down
8 changes: 6 additions & 2 deletions src/Beta/Microsoft/Graph/Model/AccessPackageSubject.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AccessPackageSubject extends Entity
{
/**
* Gets the altSecId
* Not Supported.
*
* @return string|null The altSecId
*/
Expand All @@ -40,6 +41,7 @@ public function getAltSecId()

/**
* Sets the altSecId
* Not Supported.
*
* @param string $val The altSecId
*
Expand Down Expand Up @@ -140,7 +142,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 is not yet a user in the tenant. Alternate key.
*
* @return string|null The objectId
*/
Expand All @@ -155,7 +157,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 is not yet a user in the tenant. Alternate key.
*
* @param string $val The objectId
*
Expand Down Expand Up @@ -225,6 +227,7 @@ public function setPrincipalName($val)

/**
* Gets the subjectLifecycle
* The lifecycle of the subject user, if a guest. The possible values are: notDefined, notGoverned, governed, unknownFutureValue.
*
* @return AccessPackageSubjectLifecycle|null The subjectLifecycle
*/
Expand All @@ -243,6 +246,7 @@ public function getSubjectLifecycle()

/**
* Sets the subjectLifecycle
* The lifecycle of the subject user, if a guest. The possible values are: notDefined, notGoverned, governed, unknownFutureValue.
*
* @param AccessPackageSubjectLifecycle $val The subjectLifecycle
*
Expand Down
26 changes: 26 additions & 0 deletions src/Beta/Microsoft/Graph/Model/AccountsWithAccess.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?php
/**
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
*
* AccountsWithAccess File
* PHP version 7
*
* @category Library
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
namespace Beta\Microsoft\Graph\Model;
/**
* AccountsWithAccess class
*
* @category Model
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
class AccountsWithAccess extends Entity
{
}
104 changes: 104 additions & 0 deletions src/Beta/Microsoft/Graph/Model/ActionSummary.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<?php
/**
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
*
* ActionSummary File
* PHP version 7
*
* @category Library
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
namespace Beta\Microsoft\Graph\Model;
/**
* ActionSummary class
*
* @category Model
* @package Microsoft.Graph
* @copyright (c) Microsoft Corporation. All rights reserved.
* @license https://opensource.org/licenses/MIT MIT License
* @link https://graph.microsoft.com
*/
class ActionSummary extends Entity
{
/**
* Gets the assigned
*
* @return int|null The assigned
*/
public function getAssigned()
{
if (array_key_exists("assigned", $this->_propDict)) {
return $this->_propDict["assigned"];
} else {
return null;
}
}

/**
* Sets the assigned
*
* @param int $val The value of the assigned
*
* @return ActionSummary
*/
public function setAssigned($val)
{
$this->_propDict["assigned"] = $val;
return $this;
}
/**
* Gets the available
*
* @return int|null The available
*/
public function getAvailable()
{
if (array_key_exists("available", $this->_propDict)) {
return $this->_propDict["available"];
} else {
return null;
}
}

/**
* Sets the available
*
* @param int $val The value of the available
*
* @return ActionSummary
*/
public function setAvailable($val)
{
$this->_propDict["available"] = $val;
return $this;
}
/**
* Gets the exercised
*
* @return int|null The exercised
*/
public function getExercised()
{
if (array_key_exists("exercised", $this->_propDict)) {
return $this->_propDict["exercised"];
} else {
return null;
}
}

/**
* Sets the exercised
*
* @param int $val The value of the exercised
*
* @return ActionSummary
*/
public function setExercised($val)
{
$this->_propDict["exercised"] = $val;
return $this;
}
}
Loading