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 models and request builders #1313

Merged
merged 1 commit into from
Aug 8, 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
4 changes: 2 additions & 2 deletions src/CallRecords/Model/PstnCallLogRow.php
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ public function setUserDisplayName($val)
}
/**
* Gets the userId
* Calling user's ID in Graph. GUID. This and other user info will be null/empty for bot call types (ucap_in, ucap_out).
* Calling user's ID in Graph. GUID. This and other user info will be null/empty for bot call types (ucapin, ucapout).
*
* @return string|null The userId
*/
Expand All @@ -653,7 +653,7 @@ public function getUserId()

/**
* Sets the userId
* Calling user's ID in Graph. GUID. This and other user info will be null/empty for bot call types (ucap_in, ucap_out).
* Calling user's ID in Graph. GUID. This and other user info will be null/empty for bot call types (ucapin, ucapout).
*
* @param string $val The value of the userId
*
Expand Down
10 changes: 8 additions & 2 deletions src/Model/AccessPackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function setDescription($val)

/**
* Gets the displayName
* The display name of the access package. Supports $filter (eq, contains).
* Required. The display name of the access package. Supports $filter (eq, contains).
*
* @return string|null The displayName
*/
Expand All @@ -103,7 +103,7 @@ public function getDisplayName()

/**
* Sets the displayName
* The display name of the access package. Supports $filter (eq, contains).
* Required. The display name of the access package. Supports $filter (eq, contains).
*
* @param string $val The displayName
*
Expand Down Expand Up @@ -210,6 +210,7 @@ public function setAccessPackagesIncompatibleWith($val)

/**
* Gets the assignmentPolicies
* Read-only. Nullable. Supports $expand.
*
* @return array|null The assignmentPolicies
*/
Expand All @@ -224,6 +225,7 @@ public function getAssignmentPolicies()

/**
* Sets the assignmentPolicies
* Read-only. Nullable. Supports $expand.
*
* @param AccessPackageAssignmentPolicy[] $val The assignmentPolicies
*
Expand All @@ -237,6 +239,7 @@ public function setAssignmentPolicies($val)

/**
* Gets the catalog
* Required when creating the access package. Read-only. Nullable.
*
* @return AccessPackageCatalog|null The catalog
*/
Expand All @@ -255,6 +258,7 @@ public function getCatalog()

/**
* Sets the catalog
* Required when creating the access package. Read-only. Nullable.
*
* @param AccessPackageCatalog $val The catalog
*
Expand Down Expand Up @@ -329,6 +333,7 @@ public function setIncompatibleGroups($val)

/**
* Gets the resourceRoleScopes
* The resource roles and scopes in this access package.
*
* @return array|null The resourceRoleScopes
*/
Expand All @@ -343,6 +348,7 @@ public function getResourceRoleScopes()

/**
* Sets the resourceRoleScopes
* The resource roles and scopes in this access package.
*
* @param AccessPackageResourceRoleScope[] $val The resourceRoleScopes
*
Expand Down
2 changes: 2 additions & 0 deletions src/Model/AccessPackageAssignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class AccessPackageAssignment extends Entity

/**
* Gets the customExtensionCalloutInstances
* Information about all the custom extension calls that were made during the access package assignment workflow.
*
* @return array|null The customExtensionCalloutInstances
*/
Expand All @@ -41,6 +42,7 @@ public function getCustomExtensionCalloutInstances()

/**
* Sets the customExtensionCalloutInstances
* Information about all the custom extension calls that were made during the access package assignment workflow.
*
* @param CustomExtensionCalloutInstance[] $val The customExtensionCalloutInstances
*
Expand Down
6 changes: 4 additions & 2 deletions src/Model/AccessPackageAssignmentPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public function setSpecificAllowedTargets($val)

/**
* Gets the accessPackage
* Access package containing this policy. Read-only.
* Access package containing this policy. Read-only. Supports $expand.
*
* @return AccessPackage|null The accessPackage
*/
Expand All @@ -397,7 +397,7 @@ public function getAccessPackage()

/**
* Sets the accessPackage
* Access package containing this policy. Read-only.
* Access package containing this policy. Read-only. Supports $expand.
*
* @param AccessPackage $val The accessPackage
*
Expand Down Expand Up @@ -445,6 +445,7 @@ public function setCatalog($val)

/**
* Gets the customExtensionStageSettings
* The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand.
*
* @return array|null The customExtensionStageSettings
*/
Expand All @@ -459,6 +460,7 @@ public function getCustomExtensionStageSettings()

/**
* Sets the customExtensionStageSettings
* The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand.
*
* @param CustomExtensionStageSetting[] $val The customExtensionStageSettings
*
Expand Down
2 changes: 2 additions & 0 deletions src/Model/AccessPackageAssignmentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public function setCreatedDateTime($val)

/**
* Gets the customExtensionCalloutInstances
* Information about all the custom extension calls that were made during the access package assignment workflow.
*
* @return array|null The customExtensionCalloutInstances
*/
Expand All @@ -137,6 +138,7 @@ public function getCustomExtensionCalloutInstances()

/**
* Sets the customExtensionCalloutInstances
* Information about all the custom extension calls that were made during the access package assignment workflow.
*
* @param CustomExtensionCalloutInstance[] $val The customExtensionCalloutInstances
*
Expand Down
8 changes: 8 additions & 0 deletions src/Model/AccessPackageAssignmentRequestCallbackData.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class AccessPackageAssignmentRequestCallbackData extends CustomExtensionData
{
/**
* Gets the customExtensionStageInstanceDetail
* Details for the callback.
*
* @return string|null The customExtensionStageInstanceDetail
*/
Expand All @@ -39,6 +40,7 @@ public function getCustomExtensionStageInstanceDetail()

/**
* Sets the customExtensionStageInstanceDetail
* Details for the callback.
*
* @param string $val The value of the customExtensionStageInstanceDetail
*
Expand All @@ -51,6 +53,7 @@ public function setCustomExtensionStageInstanceDetail($val)
}
/**
* Gets the customExtensionStageInstanceId
* Unique identifier of the callout to the custom extension.
*
* @return string|null The customExtensionStageInstanceId
*/
Expand All @@ -65,6 +68,7 @@ public function getCustomExtensionStageInstanceId()

/**
* Sets the customExtensionStageInstanceId
* Unique identifier of the callout to the custom extension.
*
* @param string $val The value of the customExtensionStageInstanceId
*
Expand All @@ -78,6 +82,7 @@ public function setCustomExtensionStageInstanceId($val)

/**
* Gets the stage
* Indicates the stage at which the custom callout extension will be executed. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue.
*
* @return AccessPackageCustomExtensionStage|null The stage
*/
Expand All @@ -96,6 +101,7 @@ public function getStage()

/**
* Sets the stage
* Indicates the stage at which the custom callout extension will be executed. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue.
*
* @param AccessPackageCustomExtensionStage $val The value to assign to the stage
*
Expand All @@ -108,6 +114,7 @@ public function setStage($val)
}
/**
* Gets the state
* Allow the extension to be able to deny or cancel the request submitted by the requestor. The supported values are Denied and Canceled. This property can only be set for an assignmentRequestCreated stage.
*
* @return string|null The state
*/
Expand All @@ -122,6 +129,7 @@ public function getState()

/**
* Sets the state
* Allow the extension to be able to deny or cancel the request submitted by the requestor. The supported values are Denied and Canceled. This property can only be set for an assignmentRequestCreated stage.
*
* @param string $val The value of the state
*
Expand Down
10 changes: 10 additions & 0 deletions src/Model/AccessPackageAssignmentRequestWorkflowExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AccessPackageAssignmentRequestWorkflowExtension extends CustomCalloutExten
{
/**
* Gets the callbackConfiguration
* The callback configuration for a custom extension.
*
* @return CustomExtensionCallbackConfiguration|null The callbackConfiguration
*/
Expand All @@ -44,6 +45,7 @@ public function getCallbackConfiguration()

/**
* Sets the callbackConfiguration
* The callback configuration for a custom extension.
*
* @param CustomExtensionCallbackConfiguration $val The callbackConfiguration
*
Expand All @@ -57,6 +59,7 @@ public function setCallbackConfiguration($val)

/**
* Gets the createdBy
* The userPrincipalName of the user or identity of the subject that created this resource. Read-only.
*
* @return string|null The createdBy
*/
Expand All @@ -71,6 +74,7 @@ public function getCreatedBy()

/**
* Sets the createdBy
* The userPrincipalName of the user or identity of the subject that created this resource. Read-only.
*
* @param string $val The createdBy
*
Expand All @@ -84,6 +88,7 @@ public function setCreatedBy($val)

/**
* Gets the createdDateTime
* When the object was created.
*
* @return \DateTime|null The createdDateTime
*/
Expand All @@ -102,6 +107,7 @@ public function getCreatedDateTime()

/**
* Sets the createdDateTime
* When the object was created.
*
* @param \DateTime $val The createdDateTime
*
Expand All @@ -115,6 +121,7 @@ public function setCreatedDateTime($val)

/**
* Gets the lastModifiedBy
* The userPrincipalName of the identity that last modified the object.
*
* @return string|null The lastModifiedBy
*/
Expand All @@ -129,6 +136,7 @@ public function getLastModifiedBy()

/**
* Sets the lastModifiedBy
* The userPrincipalName of the identity that last modified the object.
*
* @param string $val The lastModifiedBy
*
Expand All @@ -142,6 +150,7 @@ public function setLastModifiedBy($val)

/**
* Gets the lastModifiedDateTime
* When the object was last modified.
*
* @return \DateTime|null The lastModifiedDateTime
*/
Expand All @@ -160,6 +169,7 @@ public function getLastModifiedDateTime()

/**
* Sets the lastModifiedDateTime
* When the object was last modified.
*
* @param \DateTime $val The lastModifiedDateTime
*
Expand Down
10 changes: 10 additions & 0 deletions src/Model/AccessPackageAssignmentWorkflowExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AccessPackageAssignmentWorkflowExtension extends CustomCalloutExtension
{
/**
* Gets the callbackConfiguration
* The callback configuration for a custom extension.
*
* @return CustomExtensionCallbackConfiguration|null The callbackConfiguration
*/
Expand All @@ -44,6 +45,7 @@ public function getCallbackConfiguration()

/**
* Sets the callbackConfiguration
* The callback configuration for a custom extension.
*
* @param CustomExtensionCallbackConfiguration $val The callbackConfiguration
*
Expand All @@ -57,6 +59,7 @@ public function setCallbackConfiguration($val)

/**
* Gets the createdBy
* The userPrincipalName of the user or identity of the subject that created this resource. Read-only.
*
* @return string|null The createdBy
*/
Expand All @@ -71,6 +74,7 @@ public function getCreatedBy()

/**
* Sets the createdBy
* The userPrincipalName of the user or identity of the subject that created this resource. Read-only.
*
* @param string $val The createdBy
*
Expand All @@ -84,6 +88,7 @@ public function setCreatedBy($val)

/**
* Gets the createdDateTime
* When the entity was created.
*
* @return \DateTime|null The createdDateTime
*/
Expand All @@ -102,6 +107,7 @@ public function getCreatedDateTime()

/**
* Sets the createdDateTime
* When the entity was created.
*
* @param \DateTime $val The createdDateTime
*
Expand All @@ -115,6 +121,7 @@ public function setCreatedDateTime($val)

/**
* Gets the lastModifiedBy
* The userPrincipalName of the identity that last modified the entity.
*
* @return string|null The lastModifiedBy
*/
Expand All @@ -129,6 +136,7 @@ public function getLastModifiedBy()

/**
* Sets the lastModifiedBy
* The userPrincipalName of the identity that last modified the entity.
*
* @param string $val The lastModifiedBy
*
Expand All @@ -142,6 +150,7 @@ public function setLastModifiedBy($val)

/**
* Gets the lastModifiedDateTime
* When the entity was last modified.
*
* @return \DateTime|null The lastModifiedDateTime
*/
Expand All @@ -160,6 +169,7 @@ public function getLastModifiedDateTime()

/**
* Sets the lastModifiedDateTime
* When the entity was last modified.
*
* @param \DateTime $val The lastModifiedDateTime
*
Expand Down
2 changes: 2 additions & 0 deletions src/Model/AccessPackageCatalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ public function setResourceRoles($val)

/**
* Gets the resources
* Access package resources in this catalog.
*
* @return array|null The resources
*/
Expand All @@ -346,6 +347,7 @@ public function getResources()

/**
* Sets the resources
* Access package resources in this catalog.
*
* @param AccessPackageResource[] $val The resources
*
Expand Down
Loading
Loading