diff --git a/src/main/java/com/microsoft/graph/beta/generated/admin/exchange/mailboxes/item/createimportsession/CreateImportSessionRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/admin/exchange/mailboxes/item/createimportsession/CreateImportSessionRequestBuilder.java
index 83211f1984b..96f495e07cc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/admin/exchange/mailboxes/item/createimportsession/CreateImportSessionRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/admin/exchange/mailboxes/item/createimportsession/CreateImportSessionRequestBuilder.java
@@ -36,7 +36,7 @@ public CreateImportSessionRequestBuilder(@jakarta.annotation.Nonnull final Strin
super(requestAdapter, "{+baseurl}/admin/exchange/mailboxes/{mailbox%2Did}/createImportSession", rawUrl);
}
/**
- * Create a session to import an Exchange mailbox item using its FastTransfer stream (FTS) format.
+ * Create a session to import an Exchange mailbox item that was exported using the exportItems API.
* @return a {@link MailboxItemImportSession}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
@@ -49,7 +49,7 @@ public MailboxItemImportSession post() {
return post(null);
}
/**
- * Create a session to import an Exchange mailbox item using its FastTransfer stream (FTS) format.
+ * Create a session to import an Exchange mailbox item that was exported using the exportItems API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MailboxItemImportSession}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -66,7 +66,7 @@ public MailboxItemImportSession post(@jakarta.annotation.Nullable final java.uti
return this.requestAdapter.send(requestInfo, errorMapping, MailboxItemImportSession::createFromDiscriminatorValue);
}
/**
- * Create a session to import an Exchange mailbox item using its FastTransfer stream (FTS) format.
+ * Create a session to import an Exchange mailbox item that was exported using the exportItems API.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
@@ -77,7 +77,7 @@ public RequestInformation toPostRequestInformation() {
return toPostRequestInformation(null);
}
/**
- * Create a session to import an Exchange mailbox item using its FastTransfer stream (FTS) format.
+ * Create a session to import an Exchange mailbox item that was exported using the exportItems API.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
diff --git a/src/main/java/com/microsoft/graph/beta/generated/admin/exchange/mailboxes/item/exportitems/ExportItemsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/admin/exchange/mailboxes/item/exportitems/ExportItemsRequestBuilder.java
index 2955175eee2..983419d0631 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/admin/exchange/mailboxes/item/exportitems/ExportItemsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/admin/exchange/mailboxes/item/exportitems/ExportItemsRequestBuilder.java
@@ -35,7 +35,7 @@ public ExportItemsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/admin/exchange/mailboxes/{mailbox%2Did}/exportItems", rawUrl);
}
/**
- * Export Exchange mailboxItem objects in full-fidelity FastTransfer stream format for backup purposes. This item format can be restored to the same mailbox or a different one. You can export up to 20 items in a single export request.
+ * Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
* @param body The request body
* @return a {@link ExportItemsPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -49,7 +49,7 @@ public ExportItemsPostResponse post(@jakarta.annotation.Nonnull final ExportItem
return post(body, null);
}
/**
- * Export Exchange mailboxItem objects in full-fidelity FastTransfer stream format for backup purposes. This item format can be restored to the same mailbox or a different one. You can export up to 20 items in a single export request.
+ * Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ExportItemsPostResponse}
@@ -68,7 +68,7 @@ public ExportItemsPostResponse post(@jakarta.annotation.Nonnull final ExportItem
return this.requestAdapter.send(requestInfo, errorMapping, ExportItemsPostResponse::createFromDiscriminatorValue);
}
/**
- * Export Exchange mailboxItem objects in full-fidelity FastTransfer stream format for backup purposes. This item format can be restored to the same mailbox or a different one. You can export up to 20 items in a single export request.
+ * Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
* @param body The request body
* @return a {@link RequestInformation}
* @deprecated
@@ -80,7 +80,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Export Exchange mailboxItem objects in full-fidelity FastTransfer stream format for backup purposes. This item format can be restored to the same mailbox or a different one. You can export up to 20 items in a single export request.
+ * Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see: Overview of the mailbox import and export APIs in Microsoft Graph (preview) You can export up to 20 items in a single export request.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java
index 0159ff148ea..8cc3dbb44bf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java
@@ -37,18 +37,18 @@ public ResourceConnectionItemRequestBuilder(@jakarta.annotation.Nonnull final St
super(requestAdapter, "{+baseurl}/admin/windows/updates/resourceConnections/{resourceConnection%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete an operationalInsightsConnection object.
+ * Delete a resourceConnection object.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete an operationalInsightsConnection object.
+ * Delete a resourceConnection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -106,7 +106,7 @@ public ResourceConnection patch(@jakarta.annotation.Nonnull final ResourceConnec
return this.requestAdapter.send(requestInfo, errorMapping, ResourceConnection::createFromDiscriminatorValue);
}
/**
- * Delete an operationalInsightsConnection object.
+ * Delete a resourceConnection object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -114,7 +114,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete an operationalInsightsConnection object.
+ * Delete a resourceConnection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
diff --git a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatableassets/item/UpdatableAssetItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatableassets/item/UpdatableAssetItemRequestBuilder.java
index fc1464b8a93..b2b969019df 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatableassets/item/UpdatableAssetItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatableassets/item/UpdatableAssetItemRequestBuilder.java
@@ -73,18 +73,18 @@ public UpdatableAssetItemRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/admin/windows/updates/updatableAssets/{updatableAsset%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
+ * Delete an updatableAsset object.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
+ * Delete an updatableAsset object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -93,21 +93,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read the properties of an azureADDevice object.
+ * Read the properties and relationships of an updatableAsset object.
* @return a {@link UpdatableAsset}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public UpdatableAsset get() {
return get(null);
}
/**
- * Read the properties of an azureADDevice object.
+ * Read the properties and relationships of an updatableAsset object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link UpdatableAsset}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public UpdatableAsset get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -142,7 +142,7 @@ public UpdatableAsset patch(@jakarta.annotation.Nonnull final UpdatableAsset bod
return this.requestAdapter.send(requestInfo, errorMapping, UpdatableAsset::createFromDiscriminatorValue);
}
/**
- * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
+ * Delete an updatableAsset object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -150,7 +150,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
+ * Delete an updatableAsset object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -162,7 +162,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read the properties of an azureADDevice object.
+ * Read the properties and relationships of an updatableAsset object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -170,7 +170,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read the properties of an azureADDevice object.
+ * Read the properties and relationships of an updatableAsset object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -222,7 +222,7 @@ public UpdatableAssetItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read the properties of an azureADDevice object.
+ * Read the properties and relationships of an updatableAsset object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java
index a2bb66b1ef7..9e2d5fe6f71 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java
@@ -90,23 +90,23 @@ public ComplianceChange get(@jakarta.annotation.Nullable final java.util.functio
return this.requestAdapter.send(requestInfo, errorMapping, ComplianceChange::createFromDiscriminatorValue);
}
/**
- * Update the properties of a contentApproval object.
+ * Update the properties of a complianceChange object.
* @param body The request body
* @return a {@link ComplianceChange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ComplianceChange patch(@jakarta.annotation.Nonnull final ComplianceChange body) {
return patch(body, null);
}
/**
- * Update the properties of a contentApproval object.
+ * Update the properties of a complianceChange object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ComplianceChange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ComplianceChange patch(@jakarta.annotation.Nonnull final ComplianceChange body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -157,7 +157,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a contentApproval object.
+ * Update the properties of a complianceChange object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -166,7 +166,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a contentApproval object.
+ * Update the properties of a complianceChange object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/administrativeunits/item/AdministrativeUnitItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/administrativeunits/item/AdministrativeUnitItemRequestBuilder.java
index f4f1f36e487..2a842d964de 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/administrativeunits/item/AdministrativeUnitItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/administrativeunits/item/AdministrativeUnitItemRequestBuilder.java
@@ -138,7 +138,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
+ * Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
* @return a {@link AdministrativeUnit}
* @throws ODataError When receiving a 4XX or 5XX status code
* @see Find more info here
@@ -148,7 +148,7 @@ public AdministrativeUnit get() {
return get(null);
}
/**
- * Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
+ * Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AdministrativeUnit}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -209,7 +209,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
+ * Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -217,7 +217,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
+ * Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -269,7 +269,7 @@ public AdministrativeUnitItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.
+ * Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/invite/InviteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/invite/InviteRequestBuilder.java
index 8f747290eac..325d49a04f5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/invite/InviteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/app/calls/item/participants/invite/InviteRequestBuilder.java
@@ -36,23 +36,23 @@ public InviteRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/app/calls/{call%2Did}/participants/invite", rawUrl);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @return a {@link InviteParticipantsOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body) {
return post(body, null);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InviteParticipantsOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -63,7 +63,7 @@ public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final Invite
return this.requestAdapter.send(requestInfo, errorMapping, InviteParticipantsOperation::createFromDiscriminatorValue);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
index fe1f1e3681e..439c6074308 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
@@ -36,23 +36,23 @@ public InviteRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/participants/invite", rawUrl);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @return a {@link InviteParticipantsOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body) {
return post(body, null);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InviteParticipantsOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -63,7 +63,7 @@ public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final Invite
return this.requestAdapter.send(requestInfo, errorMapping, InviteParticipantsOperation::createFromDiscriminatorValue);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java
index 85300d81088..5201d91207f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidForWorkApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index d26c73a1965..095644e85bc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java
index c922a99f4df..1cbf3465bf3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 3d15c4b162a..83c554d47e9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java
index 288186f5aa9..fb75ea9cae5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidManagedStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index d0739df9aaa..b34e4712e11 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java
index 26b80345d76..bc4b74edfe7 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 40ef0b7e0f9..afb17fd4283 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java
index a6f42336567..f8ecd8850ce 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 78c711007ee..79aa03f5435 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java
index 4b445add130..3b57ea0d42e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 8cb167e1818..6f3e3da3bee 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java
index 1019ab36a41..ac647643cea 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 7abf21a1865..bb98730a238 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java
index 639157f50a2..62879441aac 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index e1fcf7421c0..067c15c0018 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java
index a2447293579..fa61178aa94 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 0f333eadae5..c5f923dd0bf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java
index 36f80c8068f..60c827f1553 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSPkgApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 4c369a25e33..d281533fb62 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java
index 4f92afd48b8..1d02bc88588 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index aaaa5a3b5cf..773a6aa21aa 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java
index 635e265ca03..e699247752a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 1e4cbb8ee80..22f0aff3b0b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java
index 9191819c7d7..faa646754b5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index ee4f61be9f7..c4e44738fc4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java
index e87573c9016..1324fa486f8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 0db0156f773..2c76825f527 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java
index 39a5d63a8cd..ffc42ee8f86 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 09c80567a6d..573cb5229a7 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java
index 6314df56796..5e966ff3df5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 4c3169e6d7e..2d06381033a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java
index 2fb0a8cdc70..38df293efb1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 9ed0f591924..6fc0b00e297 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java
index d5d91664713..b3ee7dc7b4b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index d77bceda908..974e6aafb6a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java
index 26468a82a26..c8965a3eedd 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 64c80d046e7..520ab96bff9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java
index 13198b08b8c..96eb7788d90 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 8f678c2730f..3d666d541d5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java
index e60bfe2be17..46e38ce5c5b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.winGetApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index c1b1a6df829..ba71fedb0fc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java
index c15d8ff17cb..bd8b64e2dc7 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index a60b4475d09..16159b61426 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The set of direct relationships for this app.
+ * List of relationships for this mobile app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/ScheduledActionsForRuleRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/ScheduledActionsForRuleRequestBuilder.java
index 7adff25300c..62ca53adbac 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/ScheduledActionsForRuleRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/ScheduledActionsForRuleRequestBuilder.java
@@ -60,7 +60,7 @@ public ScheduledActionsForRuleRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * The list of scheduled action for this rule
* @return a {@link DeviceComplianceScheduledActionForRuleCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public DeviceComplianceScheduledActionForRuleCollectionResponse get() {
return get(null);
}
/**
- * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * The list of scheduled action for this rule
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceComplianceScheduledActionForRuleCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public DeviceComplianceScheduledActionForRule post(@jakarta.annotation.Nonnull f
return this.requestAdapter.send(requestInfo, errorMapping, DeviceComplianceScheduledActionForRule::createFromDiscriminatorValue);
}
/**
- * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * The list of scheduled action for this rule
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * The list of scheduled action for this rule
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public ScheduledActionsForRuleRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new ScheduledActionsForRuleRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * The list of scheduled action for this rule
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.java
index 9623fa78d19..f22b6c211bf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/devicecompliancepolicies/item/scheduledactionsforrule/item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.java
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * The list of scheduled action for this rule
* @return a {@link DeviceComplianceScheduledActionForRule}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -73,7 +73,7 @@ public DeviceComplianceScheduledActionForRule get() {
return get(null);
}
/**
- * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * The list of scheduled action for this rule
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceComplianceScheduledActionForRule}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * The list of scheduled action for this rule
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * The list of scheduled action for this rule
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +191,7 @@ public DeviceComplianceScheduledActionForRuleItemRequestBuilder withUrl(@jakarta
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * The list of scheduled action for this rule
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/directory/authenticationmethoddevices/hardwareoathdevices/HardwareOathDevicesRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/directory/authenticationmethoddevices/hardwareoathdevices/HardwareOathDevicesRequestBuilder.java
index 3794691dfb6..99d3c31334c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/directory/authenticationmethoddevices/hardwareoathdevices/HardwareOathDevicesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/directory/authenticationmethoddevices/hardwareoathdevices/HardwareOathDevicesRequestBuilder.java
@@ -84,23 +84,23 @@ public HardwareOathTokenAuthenticationMethodDeviceCollectionResponse get(@jakart
return this.requestAdapter.send(requestInfo, errorMapping, HardwareOathTokenAuthenticationMethodDeviceCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation.
+ * Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API.
* @param body The request body
* @return a {@link HardwareOathTokenAuthenticationMethodDevice}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public HardwareOathTokenAuthenticationMethodDevice post(@jakarta.annotation.Nonnull final HardwareOathTokenAuthenticationMethodDevice body) {
return post(body, null);
}
/**
- * Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation.
+ * Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link HardwareOathTokenAuthenticationMethodDevice}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public HardwareOathTokenAuthenticationMethodDevice post(@jakarta.annotation.Nonnull final HardwareOathTokenAuthenticationMethodDevice body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation.
+ * Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation.
+ * Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java
index 4987ffe8821..cbc87d619ba 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java
@@ -79,23 +79,23 @@ public ItemRetentionLabel get(@jakarta.annotation.Nullable final java.util.funct
return this.requestAdapter.send(requestInfo, errorMapping, ItemRetentionLabel::createFromDiscriminatorValue);
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @return a {@link ItemRetentionLabel}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ItemRetentionLabel patch(@jakarta.annotation.Nonnull final ItemRetentionLabel body) {
return patch(body, null);
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ItemRetentionLabel}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ItemRetentionLabel patch(@jakarta.annotation.Nonnull final ItemRetentionLabel body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -146,7 +146,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -155,7 +155,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
index 5e333db00f0..331903a71aa 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
@@ -36,23 +36,23 @@ public AddRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/add", rawUrl);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body) {
return post(body, null);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -63,7 +63,7 @@ public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody b
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTable::createFromDiscriminatorValue);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
index 3257a406357..2b5f324c12d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
@@ -36,23 +36,23 @@ public AddRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/add", rawUrl);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body) {
return post(body, null);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -63,7 +63,7 @@ public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody b
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTable::createFromDiscriminatorValue);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/reports/ReportsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/reports/ReportsRequestBuilder.java
index 44b8a125299..8d63f0101e1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/education/reports/ReportsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/education/reports/ReportsRequestBuilder.java
@@ -2,6 +2,7 @@
import com.microsoft.graph.beta.education.reports.readingassignmentsubmissions.ReadingAssignmentSubmissionsRequestBuilder;
import com.microsoft.graph.beta.education.reports.reflectcheckinresponses.ReflectCheckInResponsesRequestBuilder;
+import com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder;
import com.microsoft.graph.beta.models.odataerrors.ODataError;
import com.microsoft.graph.beta.models.ReportsRoot;
import com.microsoft.kiota.BaseRequestBuilder;
@@ -38,6 +39,14 @@ public ReadingAssignmentSubmissionsRequestBuilder readingAssignmentSubmissions()
public ReflectCheckInResponsesRequestBuilder reflectCheckInResponses() {
return new ReflectCheckInResponsesRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Provides operations to manage the speakerAssignmentSubmissions property of the microsoft.graph.reportsRoot entity.
+ * @return a {@link SpeakerAssignmentSubmissionsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public SpeakerAssignmentSubmissionsRequestBuilder speakerAssignmentSubmissions() {
+ return new SpeakerAssignmentSubmissionsRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Instantiates a new {@link ReportsRequestBuilder} and sets the default values.
* @param pathParameters Path parameters for the request
diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/reports/speakerassignmentsubmissions/SpeakerAssignmentSubmissionsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/reports/speakerassignmentsubmissions/SpeakerAssignmentSubmissionsRequestBuilder.java
new file mode 100644
index 00000000000..176a4173cb5
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/education/reports/speakerassignmentsubmissions/SpeakerAssignmentSubmissionsRequestBuilder.java
@@ -0,0 +1,245 @@
+package com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions;
+
+import com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder;
+import com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.models.SpeakerAssignmentSubmission;
+import com.microsoft.graph.beta.models.SpeakerAssignmentSubmissionCollectionResponse;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the speakerAssignmentSubmissions property of the microsoft.graph.reportsRoot entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class SpeakerAssignmentSubmissionsRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Provides operations to count the resources in the collection.
+ * @return a {@link CountRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public CountRequestBuilder count() {
+ return new CountRequestBuilder(pathParameters, requestAdapter);
+ }
+ /**
+ * Provides operations to manage the speakerAssignmentSubmissions property of the microsoft.graph.reportsRoot entity.
+ * @param speakerAssignmentSubmissionId The unique identifier of speakerAssignmentSubmission
+ * @return a {@link SpeakerAssignmentSubmissionItemRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public SpeakerAssignmentSubmissionItemRequestBuilder bySpeakerAssignmentSubmissionId(@jakarta.annotation.Nonnull final String speakerAssignmentSubmissionId) {
+ Objects.requireNonNull(speakerAssignmentSubmissionId);
+ final HashMap urlTplParams = new HashMap(this.pathParameters);
+ urlTplParams.put("speakerAssignmentSubmission%2Did", speakerAssignmentSubmissionId);
+ return new SpeakerAssignmentSubmissionItemRequestBuilder(urlTplParams, requestAdapter);
+ }
+ /**
+ * Instantiates a new {@link SpeakerAssignmentSubmissionsRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public SpeakerAssignmentSubmissionsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/education/reports/speakerAssignmentSubmissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link SpeakerAssignmentSubmissionsRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public SpeakerAssignmentSubmissionsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/education/reports/speakerAssignmentSubmissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * Get a list of speaker assignments that were submitted by a student.
+ * @return a {@link SpeakerAssignmentSubmissionCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public SpeakerAssignmentSubmissionCollectionResponse get() {
+ return get(null);
+ }
+ /**
+ * Get a list of speaker assignments that were submitted by a student.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link SpeakerAssignmentSubmissionCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public SpeakerAssignmentSubmissionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, SpeakerAssignmentSubmissionCollectionResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Create new navigation property to speakerAssignmentSubmissions for education
+ * @param body The request body
+ * @return a {@link SpeakerAssignmentSubmission}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public SpeakerAssignmentSubmission post(@jakarta.annotation.Nonnull final SpeakerAssignmentSubmission body) {
+ return post(body, null);
+ }
+ /**
+ * Create new navigation property to speakerAssignmentSubmissions for education
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link SpeakerAssignmentSubmission}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public SpeakerAssignmentSubmission post(@jakarta.annotation.Nonnull final SpeakerAssignmentSubmission body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, SpeakerAssignmentSubmission::createFromDiscriminatorValue);
+ }
+ /**
+ * Get a list of speaker assignments that were submitted by a student.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get a list of speaker assignments that were submitted by a student.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Create new navigation property to speakerAssignmentSubmissions for education
+ * @param body The request body
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final SpeakerAssignmentSubmission body) {
+ return toPostRequestInformation(body, null);
+ }
+ /**
+ * Create new navigation property to speakerAssignmentSubmissions for education
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final SpeakerAssignmentSubmission body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link SpeakerAssignmentSubmissionsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public SpeakerAssignmentSubmissionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new SpeakerAssignmentSubmissionsRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get a list of speaker assignments that were submitted by a student.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Include count of items
+ */
+ @jakarta.annotation.Nullable
+ public Boolean count;
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Order items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String[] orderby;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Skip the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer skip;
+ /**
+ * Show only the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer top;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24count", count);
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ allQueryParams.put("%24skip", skip);
+ allQueryParams.put("%24top", top);
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24orderby", orderby);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class PostRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/reports/speakerassignmentsubmissions/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/reports/speakerassignmentsubmissions/count/CountRequestBuilder.java
new file mode 100644
index 00000000000..bcf8b0fb7f0
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/education/reports/speakerassignmentsubmissions/count/CountRequestBuilder.java
@@ -0,0 +1,128 @@
+package com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to count the resources in the collection.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class CountRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/education/reports/speakerAssignmentSubmissions/$count{?%24filter,%24search}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/education/reports/speakerAssignmentSubmissions/$count{?%24filter,%24search}", rawUrl);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public Integer get() {
+ return get(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Integer.class);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "text/plain;q=0.9");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link CountRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new CountRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get the number of the resource
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/reports/speakerassignmentsubmissions/item/SpeakerAssignmentSubmissionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/reports/speakerassignmentsubmissions/item/SpeakerAssignmentSubmissionItemRequestBuilder.java
new file mode 100644
index 00000000000..1226eb46adb
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/education/reports/speakerassignmentsubmissions/item/SpeakerAssignmentSubmissionItemRequestBuilder.java
@@ -0,0 +1,228 @@
+package com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.models.SpeakerAssignmentSubmission;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the speakerAssignmentSubmissions property of the microsoft.graph.reportsRoot entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class SpeakerAssignmentSubmissionItemRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link SpeakerAssignmentSubmissionItemRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public SpeakerAssignmentSubmissionItemRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/education/reports/speakerAssignmentSubmissions/{speakerAssignmentSubmission%2Did}{?%24expand,%24select}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link SpeakerAssignmentSubmissionItemRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public SpeakerAssignmentSubmissionItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/education/reports/speakerAssignmentSubmissions/{speakerAssignmentSubmission%2Did}{?%24expand,%24select}", rawUrl);
+ }
+ /**
+ * Delete navigation property speakerAssignmentSubmissions for education
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete() {
+ delete(null);
+ }
+ /**
+ * Delete navigation property speakerAssignmentSubmissions for education
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
+ /**
+ * Details of submitted speaker assignments.
+ * @return a {@link SpeakerAssignmentSubmission}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public SpeakerAssignmentSubmission get() {
+ return get(null);
+ }
+ /**
+ * Details of submitted speaker assignments.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link SpeakerAssignmentSubmission}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public SpeakerAssignmentSubmission get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, SpeakerAssignmentSubmission::createFromDiscriminatorValue);
+ }
+ /**
+ * Update the navigation property speakerAssignmentSubmissions in education
+ * @param body The request body
+ * @return a {@link SpeakerAssignmentSubmission}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public SpeakerAssignmentSubmission patch(@jakarta.annotation.Nonnull final SpeakerAssignmentSubmission body) {
+ return patch(body, null);
+ }
+ /**
+ * Update the navigation property speakerAssignmentSubmissions in education
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link SpeakerAssignmentSubmission}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public SpeakerAssignmentSubmission patch(@jakarta.annotation.Nonnull final SpeakerAssignmentSubmission body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, SpeakerAssignmentSubmission::createFromDiscriminatorValue);
+ }
+ /**
+ * Delete navigation property speakerAssignmentSubmissions for education
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * Delete navigation property speakerAssignmentSubmissions for education
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Details of submitted speaker assignments.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Details of submitted speaker assignments.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Update the navigation property speakerAssignmentSubmissions in education
+ * @param body The request body
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final SpeakerAssignmentSubmission body) {
+ return toPatchRequestInformation(body, null);
+ }
+ /**
+ * Update the navigation property speakerAssignmentSubmissions in education
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final SpeakerAssignmentSubmission body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.PATCH, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, PatchRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link SpeakerAssignmentSubmissionItemRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public SpeakerAssignmentSubmissionItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new SpeakerAssignmentSubmissionItemRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * Details of submitted speaker assignments.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class PatchRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java
index 8a037ab96f9..bfad42f3e7e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java
@@ -135,23 +135,23 @@ public EducationUser get(@jakarta.annotation.Nullable final java.util.function.C
return this.requestAdapter.send(requestInfo, errorMapping, EducationUser::createFromDiscriminatorValue);
}
/**
- * Update the properties of an educationuser object.
+ * Update the relatedContact collection of an educationUser object.
* @param body The request body
* @return a {@link EducationUser}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public EducationUser patch(@jakarta.annotation.Nonnull final EducationUser body) {
return patch(body, null);
}
/**
- * Update the properties of an educationuser object.
+ * Update the relatedContact collection of an educationUser object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link EducationUser}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public EducationUser patch(@jakarta.annotation.Nonnull final EducationUser body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -202,7 +202,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of an educationuser object.
+ * Update the relatedContact collection of an educationUser object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -211,7 +211,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of an educationuser object.
+ * Update the relatedContact collection of an educationUser object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/items/item/ExternalItemItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/items/item/ExternalItemItemRequestBuilder.java
index 60f21aabe57..4ddbb1e9ffb 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/items/item/ExternalItemItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/items/item/ExternalItemItemRequestBuilder.java
@@ -99,23 +99,23 @@ public ExternalItem get(@jakarta.annotation.Nullable final java.util.function.Co
return this.requestAdapter.send(requestInfo, errorMapping, ExternalItem::createFromDiscriminatorValue);
}
/**
- * Update the properties of an externalitem.
+ * Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type.
* @param body The request body
* @return a {@link ExternalItem}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ExternalItem put(@jakarta.annotation.Nonnull final ExternalItem body) {
return put(body, null);
}
/**
- * Update the properties of an externalitem.
+ * Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ExternalItem}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ExternalItem put(@jakarta.annotation.Nonnull final ExternalItem body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -166,7 +166,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of an externalitem.
+ * Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -175,7 +175,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update the properties of an externalitem.
+ * Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/schema/SchemaRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/schema/SchemaRequestBuilder.java
index 05701d147cd..0aee76cfb16 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/schema/SchemaRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/schema/SchemaRequestBuilder.java
@@ -61,23 +61,23 @@ public Schema get(@jakarta.annotation.Nullable final java.util.function.Consumer
return this.requestAdapter.send(requestInfo, errorMapping, Schema::createFromDiscriminatorValue);
}
/**
- * Update the properties of a schema for an externalConnection.
+ * Create a new or update an existing schema for a Microsoft Search connection.
* @param body The request body
* @return a {@link Schema}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Schema patch(@jakarta.annotation.Nonnull final Schema body) {
return patch(body, null);
}
/**
- * Update the properties of a schema for an externalConnection.
+ * Create a new or update an existing schema for a Microsoft Search connection.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Schema}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Schema patch(@jakarta.annotation.Nonnull final Schema body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -108,7 +108,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a schema for an externalConnection.
+ * Create a new or update an existing schema for a Microsoft Search connection.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -117,7 +117,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a schema for an externalConnection.
+ * Create a new or update an existing schema for a Microsoft Search connection.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/DataConnectorsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/DataConnectorsRequestBuilder.java
index 968f017efcc..ee0c87ba44e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/DataConnectorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/DataConnectorsRequestBuilder.java
@@ -84,23 +84,23 @@ public IndustryDataConnectorCollectionResponse get(@jakarta.annotation.Nullable
return this.requestAdapter.send(requestInfo, errorMapping, IndustryDataConnectorCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new azureDataLakeConnector object.
+ * Create a new oneRosterApiDataConnector object.
* @param body The request body
* @return a {@link IndustryDataConnector}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IndustryDataConnector post(@jakarta.annotation.Nonnull final IndustryDataConnector body) {
return post(body, null);
}
/**
- * Create a new azureDataLakeConnector object.
+ * Create a new oneRosterApiDataConnector object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IndustryDataConnector}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IndustryDataConnector post(@jakarta.annotation.Nonnull final IndustryDataConnector body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new azureDataLakeConnector object.
+ * Create a new oneRosterApiDataConnector object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new azureDataLakeConnector object.
+ * Create a new oneRosterApiDataConnector object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/operations/item/LongRunningOperationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/operations/item/LongRunningOperationItemRequestBuilder.java
index 606a423bdd1..941b9b38778 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/operations/item/LongRunningOperationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/operations/item/LongRunningOperationItemRequestBuilder.java
@@ -55,21 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read the properties and relationships of a fileValidateOperation object.
+ * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.
* @return a {@link LongRunningOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public LongRunningOperation get() {
return get(null);
}
/**
- * Read the properties and relationships of a fileValidateOperation object.
+ * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link LongRunningOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public LongRunningOperation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -124,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read the properties and relationships of a fileValidateOperation object.
+ * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -132,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read the properties and relationships of a fileValidateOperation object.
+ * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -184,7 +184,7 @@ public LongRunningOperationItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read the properties and relationships of a fileValidateOperation object.
+ * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/GroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/GroupsRequestBuilder.java
index f6c25c82474..ae9adcbc3b1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/GroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/GroupsRequestBuilder.java
@@ -129,23 +129,23 @@ public GroupCollectionResponse get(@jakarta.annotation.Nullable final java.util.
return this.requestAdapter.send(requestInfo, errorMapping, GroupCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.
* @param body The request body
* @return a {@link Group}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Group post(@jakarta.annotation.Nonnull final Group body) {
return post(body, null);
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Group}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Group post(@jakarta.annotation.Nonnull final Group body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -176,7 +176,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -185,7 +185,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/ConversationsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/ConversationsRequestBuilder.java
index 0d4a96e9fbd..d101eebe4fb 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/ConversationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/ConversationsRequestBuilder.java
@@ -84,23 +84,23 @@ public ConversationCollectionResponse get(@jakarta.annotation.Nullable final jav
return this.requestAdapter.send(requestInfo, errorMapping, ConversationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation.
* @param body The request body
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation post(@jakarta.annotation.Nonnull final Conversation body) {
return post(body, null);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation post(@jakarta.annotation.Nonnull final Conversation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
index f79110d4316..d1dd61f625c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
@@ -46,18 +46,18 @@ public ConversationItemRequestBuilder(@jakarta.annotation.Nonnull final String r
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete a group's conversation object.
+ * Delete conversation.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete a group's conversation object.
+ * Delete conversation.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -90,7 +90,7 @@ public Conversation get(@jakarta.annotation.Nullable final java.util.function.Co
return this.requestAdapter.send(requestInfo, errorMapping, Conversation::createFromDiscriminatorValue);
}
/**
- * Delete a group's conversation object.
+ * Delete conversation.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -98,7 +98,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete a group's conversation object.
+ * Delete conversation.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java
index a0a535579af..53b66403afc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java
@@ -35,20 +35,20 @@ public ReplyRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/reply", rawUrl);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body) {
post(body, null);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -58,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @j
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -67,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java
index f11854d9893..b2d52882801 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java
@@ -55,18 +55,18 @@ public ConversationThreadItemRequestBuilder(@jakarta.annotation.Nonnull final St
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete conversationThread.
+ * Delete a thread object.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete conversationThread.
+ * Delete a thread object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -75,21 +75,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
+ * Get a thread object.
* @return a {@link ConversationThread}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ConversationThread get() {
return get(null);
}
/**
- * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
+ * Get a thread object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ConversationThread}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ConversationThread get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -126,7 +126,7 @@ public ConversationThread patch(@jakarta.annotation.Nonnull final ConversationTh
return this.requestAdapter.send(requestInfo, errorMapping, ConversationThread::createFromDiscriminatorValue);
}
/**
- * Delete conversationThread.
+ * Delete a thread object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -134,7 +134,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete conversationThread.
+ * Delete a thread object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -146,7 +146,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
+ * Get a thread object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -154,7 +154,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
+ * Get a thread object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -206,7 +206,7 @@ public ConversationThreadItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation.
+ * Get a thread object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java
index 87c1e46161c..5b3a74e21b3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java
@@ -35,20 +35,20 @@ public ReplyRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/reply", rawUrl);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body) {
post(body, null);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -58,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @j
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -67,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java
index b2f2736bb92..8f379388ef4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java
@@ -91,13 +91,13 @@ public CustomCalloutExtension get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, CustomCalloutExtension::createFromDiscriminatorValue);
}
/**
- * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
+ * Update the properties of an accessPackageAssignmentWorkflowExtension object.
* @param body The request body
* @return a {@link CustomCalloutExtension}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
@Deprecated
@@ -105,14 +105,14 @@ public CustomCalloutExtension patch(@jakarta.annotation.Nonnull final CustomCall
return patch(body, null);
}
/**
- * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
+ * Update the properties of an accessPackageAssignmentWorkflowExtension object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CustomCalloutExtension}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
@Deprecated
@@ -176,7 +176,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
+ * Update the properties of an accessPackageAssignmentWorkflowExtension object.
* @param body The request body
* @return a {@link RequestInformation}
* @deprecated
@@ -188,7 +188,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
+ * Update the properties of an accessPackageAssignmentWorkflowExtension object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/customaccesspackageworkflowextensions/item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/customaccesspackageworkflowextensions/item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.java
index 168a3e00103..9898c292ad6 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/customaccesspackageworkflowextensions/item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/customaccesspackageworkflowextensions/item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.java
@@ -37,23 +37,23 @@ public CustomAccessPackageWorkflowExtensionItemRequestBuilder(@jakarta.annotatio
super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog%2Did}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy.
+ * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy.
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31
- * @see Find more info here
+ * @see Find more info here
*/
@Deprecated
public void delete() {
delete(null);
}
/**
- * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy.
+ * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31
- * @see Find more info here
+ * @see Find more info here
*/
@Deprecated
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -126,7 +126,7 @@ public CustomAccessPackageWorkflowExtension patch(@jakarta.annotation.Nonnull fi
return this.requestAdapter.send(requestInfo, errorMapping, CustomAccessPackageWorkflowExtension::createFromDiscriminatorValue);
}
/**
- * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy.
+ * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy.
* @return a {@link RequestInformation}
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31
@@ -137,7 +137,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy.
+ * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java
index 63867dc235b..4672adf62c3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java
@@ -140,21 +140,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @return a {@link AccessPackage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AccessPackage get() {
return get(null);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AccessPackage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AccessPackage get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -211,7 +211,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -219,7 +219,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -271,7 +271,7 @@ public AccessPackageItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageswithuniquename/AccessPackagesWithUniqueNameRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageswithuniquename/AccessPackagesWithUniqueNameRequestBuilder.java
index 21da29f7a0f..1a3d7b05ebd 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageswithuniquename/AccessPackagesWithUniqueNameRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageswithuniquename/AccessPackagesWithUniqueNameRequestBuilder.java
@@ -77,21 +77,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @return a {@link AccessPackage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AccessPackage get() {
return get(null);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AccessPackage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AccessPackage get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -148,7 +148,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -156,7 +156,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -208,7 +208,7 @@ public AccessPackagesWithUniqueNameRequestBuilder withUrl(@jakarta.annotation.No
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskdetections/item/RiskDetectionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskdetections/item/RiskDetectionItemRequestBuilder.java
index 68dc31ca98a..8b665bac99f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskdetections/item/RiskDetectionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskdetections/item/RiskDetectionItemRequestBuilder.java
@@ -55,21 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the properties of a collection of riskDetection objects.
+ * Retrieve the properties of a riskDetection object.
* @return a {@link RiskDetection}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RiskDetection get() {
return get(null);
}
/**
- * Retrieve the properties of a collection of riskDetection objects.
+ * Retrieve the properties of a riskDetection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RiskDetection}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RiskDetection get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -124,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the properties of a collection of riskDetection objects.
+ * Retrieve the properties of a riskDetection object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -132,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties of a collection of riskDetection objects.
+ * Retrieve the properties of a riskDetection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -184,7 +184,7 @@ public RiskDetectionItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the properties of a collection of riskDetection objects.
+ * Retrieve the properties of a riskDetection object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskyusers/RiskyUsersRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskyusers/RiskyUsersRequestBuilder.java
index d4dc683b1cd..bd31a17f713 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskyusers/RiskyUsersRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskyusers/RiskyUsersRequestBuilder.java
@@ -87,21 +87,21 @@ public RiskyUsersRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/identityProtection/riskyUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Retrieve the properties and relationships of a riskyUser object.
+ * Retrieve the properties and relationships of a collection of riskyUser objects.
* @return a {@link RiskyUserCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RiskyUserCollectionResponse get() {
return get(null);
}
/**
- * Retrieve the properties and relationships of a riskyUser object.
+ * Retrieve the properties and relationships of a collection of riskyUser objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RiskyUserCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RiskyUserCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -136,7 +136,7 @@ public RiskyUser post(@jakarta.annotation.Nonnull final RiskyUser body, @jakarta
return this.requestAdapter.send(requestInfo, errorMapping, RiskyUser::createFromDiscriminatorValue);
}
/**
- * Retrieve the properties and relationships of a riskyUser object.
+ * Retrieve the properties and relationships of a collection of riskyUser objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -144,7 +144,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties and relationships of a riskyUser object.
+ * Retrieve the properties and relationships of a collection of riskyUser objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -190,7 +190,7 @@ public RiskyUsersRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new RiskyUsersRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Retrieve the properties and relationships of a riskyUser object.
+ * Retrieve the properties and relationships of a collection of riskyUser objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt b/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt
index a730bf0dd73..f04c06bf41d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt
+++ b/src/main/java/com/microsoft/graph/beta/generated/kiota-dom-export.txt
@@ -110285,6 +110285,7 @@ com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|patch(
com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|patch(body:ReportsRoot; requestConfiguration?:java.util.function.Consumer):ReportsRoot
com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|readingAssignmentSubmissions:ReadingAssignmentSubmissionsRequestBuilder
com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|reflectCheckInResponses:ReflectCheckInResponsesRequestBuilder
+com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|speakerAssignmentSubmissions:SpeakerAssignmentSubmissionsRequestBuilder
com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|toDeleteRequestInformation():RequestInformation
com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|toGetRequestInformation():RequestInformation
@@ -110292,6 +110293,71 @@ com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|toGetR
com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|toPatchRequestInformation(body:ReportsRoot):RequestInformation
com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|toPatchRequestInformation(body:ReportsRoot; requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.education.reports.ReportsRequestBuilder::|public|withUrl(rawUrl:String):ReportsRequestBuilder
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder.PatchRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|delete():Void
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|delete(requestConfiguration?:java.util.function.Consumer):Void
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|get():SpeakerAssignmentSubmission
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):SpeakerAssignmentSubmission
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|patch(body:SpeakerAssignmentSubmission):SpeakerAssignmentSubmission
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|patch(body:SpeakerAssignmentSubmission; requestConfiguration?:java.util.function.Consumer):SpeakerAssignmentSubmission
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|toDeleteRequestInformation():RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|toPatchRequestInformation(body:SpeakerAssignmentSubmission):RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|toPatchRequestInformation(body:SpeakerAssignmentSubmission; requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.item.SpeakerAssignmentSubmissionItemRequestBuilder::|public|withUrl(rawUrl:String):SpeakerAssignmentSubmissionItemRequestBuilder
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|bySpeakerAssignmentSubmissionId(speakerAssignmentSubmissionId:String):SpeakerAssignmentSubmissionItemRequestBuilder
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|get():SpeakerAssignmentSubmissionCollectionResponse
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):SpeakerAssignmentSubmissionCollectionResponse
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|post(body:SpeakerAssignmentSubmission):SpeakerAssignmentSubmission
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|post(body:SpeakerAssignmentSubmission; requestConfiguration?:java.util.function.Consumer):SpeakerAssignmentSubmission
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|toPostRequestInformation(body:SpeakerAssignmentSubmission):RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|toPostRequestInformation(body:SpeakerAssignmentSubmission; requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.education.reports.speakerassignmentsubmissions.SpeakerAssignmentSubmissionsRequestBuilder::|public|withUrl(rawUrl:String):SpeakerAssignmentSubmissionsRequestBuilder
com.microsoft.graph.beta.education.schools.count.CountRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.education.schools.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
com.microsoft.graph.beta.education.schools.count.CountRequestBuilder.GetQueryParameters::|public|search:String
@@ -187479,6 +187545,10 @@ com.microsoft.graph.beta.models.CallEventType::0000-CallStarted
com.microsoft.graph.beta.models.CallEventType::0001-CallEnded
com.microsoft.graph.beta.models.CallEventType::0002-UnknownFutureValue
com.microsoft.graph.beta.models.CallEventType::0003-RosterUpdated
+com.microsoft.graph.beta.models.CallEventType::0004-TranscriptionStarted
+com.microsoft.graph.beta.models.CallEventType::0005-TranscriptionStopped
+com.microsoft.graph.beta.models.CallEventType::0006-RecordingStarted
+com.microsoft.graph.beta.models.CallEventType::0007-RecordingStopped
com.microsoft.graph.beta.models.CallMediaState::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.CallMediaState::|public|constructor():void
com.microsoft.graph.beta.models.CallMediaState::|public|getAdditionalData():Map
@@ -189647,20 +189717,6 @@ com.microsoft.graph.beta.models.ChromeOSOnboardingStatus::0002-Onboarded
com.microsoft.graph.beta.models.ChromeOSOnboardingStatus::0003-Failed
com.microsoft.graph.beta.models.ChromeOSOnboardingStatus::0004-Offboarding
com.microsoft.graph.beta.models.ChromeOSOnboardingStatus::0005-UnknownFutureValue
-com.microsoft.graph.beta.models.CiamUserSnapshot::|protected|backingStore:BackingStore
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|constructor():void
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|getAdditionalData():Map
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|getBackingStore():BackingStore
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|getFieldDeserializers():Map>
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|getOdataType():String
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|getUserId():String
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|serialize(writer:SerializationWriter):Void
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|setAdditionalData(value?:Map):void
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|setBackingStore(value:BackingStore):void
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|setOdataType(value?:String):void
-com.microsoft.graph.beta.models.CiamUserSnapshot::|public|setUserId(value?:String):void
-com.microsoft.graph.beta.models.CiamUserSnapshot::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):CiamUserSnapshot
-com.microsoft.graph.beta.models.CiamUserSnapshot~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.beta.models.ClaimConditionUserType::0000-Any
com.microsoft.graph.beta.models.ClaimConditionUserType::0001-Members
com.microsoft.graph.beta.models.ClaimConditionUserType::0002-AllGuests
@@ -203217,12 +203273,14 @@ com.microsoft.graph.beta.models.DeviceMetadata::|public|getDeviceType():String
com.microsoft.graph.beta.models.DeviceMetadata::|public|getFieldDeserializers():Map>
com.microsoft.graph.beta.models.DeviceMetadata::|public|getIpAddress():String
com.microsoft.graph.beta.models.DeviceMetadata::|public|getOdataType():String
+com.microsoft.graph.beta.models.DeviceMetadata::|public|getOperatingSystemSpecifications():OperatingSystemSpecifications
com.microsoft.graph.beta.models.DeviceMetadata::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.DeviceMetadata::|public|setAdditionalData(value?:Map):void
com.microsoft.graph.beta.models.DeviceMetadata::|public|setBackingStore(value:BackingStore):void
com.microsoft.graph.beta.models.DeviceMetadata::|public|setDeviceType(value?:String):void
com.microsoft.graph.beta.models.DeviceMetadata::|public|setIpAddress(value?:String):void
com.microsoft.graph.beta.models.DeviceMetadata::|public|setOdataType(value?:String):void
+com.microsoft.graph.beta.models.DeviceMetadata::|public|setOperatingSystemSpecifications(value?:OperatingSystemSpecifications):void
com.microsoft.graph.beta.models.DeviceMetadata::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):DeviceMetadata
com.microsoft.graph.beta.models.DeviceMetadata~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.beta.models.DeviceOperatingSystemSummary::|protected|backingStore:BackingStore
@@ -203960,13 +204018,27 @@ com.microsoft.graph.beta.models.DisplayNameLocalization::|public|setLanguageTag(
com.microsoft.graph.beta.models.DisplayNameLocalization::|public|setOdataType(value?:String):void
com.microsoft.graph.beta.models.DisplayNameLocalization::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):DisplayNameLocalization
com.microsoft.graph.beta.models.DisplayNameLocalization~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.beta.models.DlpAction::0000-NotifyUser
+com.microsoft.graph.beta.models.DlpAction::0001-BlockAccess
+com.microsoft.graph.beta.models.DlpAction::0002-DeviceRestriction
+com.microsoft.graph.beta.models.DlpAction::0003-BrowserRestriction
+com.microsoft.graph.beta.models.DlpAction::0004-UnknownFutureValue
+com.microsoft.graph.beta.models.DlpAction::0005-RestrictAccess
+com.microsoft.graph.beta.models.DlpAction::0006-GenerateAlert
+com.microsoft.graph.beta.models.DlpAction::0007-GenerateIncidentReportAction
+com.microsoft.graph.beta.models.DlpAction::0008-SPBlockAnonymousAccess
+com.microsoft.graph.beta.models.DlpAction::0009-SPRuntimeAccessControl
+com.microsoft.graph.beta.models.DlpAction::0010-SPSharingNotifyUser
+com.microsoft.graph.beta.models.DlpAction::0011-SPSharingGenerateIncidentReport
com.microsoft.graph.beta.models.DlpActionInfo::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.DlpActionInfo::|public|constructor():void
+com.microsoft.graph.beta.models.DlpActionInfo::|public|getAction():DlpAction
com.microsoft.graph.beta.models.DlpActionInfo::|public|getAdditionalData():Map
com.microsoft.graph.beta.models.DlpActionInfo::|public|getBackingStore():BackingStore
com.microsoft.graph.beta.models.DlpActionInfo::|public|getFieldDeserializers():Map>
com.microsoft.graph.beta.models.DlpActionInfo::|public|getOdataType():String
com.microsoft.graph.beta.models.DlpActionInfo::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.DlpActionInfo::|public|setAction(value?:DlpAction):void
com.microsoft.graph.beta.models.DlpActionInfo::|public|setAdditionalData(value?:Map):void
com.microsoft.graph.beta.models.DlpActionInfo::|public|setBackingStore(value:BackingStore):void
com.microsoft.graph.beta.models.DlpActionInfo::|public|setOdataType(value?:String):void
@@ -212195,6 +212267,7 @@ com.microsoft.graph.beta.models.healthmonitoring.AlertType::0002-ManagedDeviceSi
com.microsoft.graph.beta.models.healthmonitoring.AlertType::0003-CompliantDeviceSignInFailure
com.microsoft.graph.beta.models.healthmonitoring.AlertType::0004-UnknownFutureValue
com.microsoft.graph.beta.models.healthmonitoring.AlertType::0005-ConditionalAccessBlockedSignIn
+com.microsoft.graph.beta.models.healthmonitoring.AlertType::0006-SamlSignInFailure
com.microsoft.graph.beta.models.healthmonitoring.ApplicationImpactSummary-->DirectoryObjectImpactSummary
com.microsoft.graph.beta.models.healthmonitoring.ApplicationImpactSummary::|public|constructor():void
com.microsoft.graph.beta.models.healthmonitoring.ApplicationImpactSummary::|public|getFieldDeserializers():Map>
@@ -212319,6 +212392,7 @@ com.microsoft.graph.beta.models.healthmonitoring.Scenario::0001-Mfa
com.microsoft.graph.beta.models.healthmonitoring.Scenario::0002-Devices
com.microsoft.graph.beta.models.healthmonitoring.Scenario::0003-UnknownFutureValue
com.microsoft.graph.beta.models.healthmonitoring.Scenario::0004-ConditionalAccess
+com.microsoft.graph.beta.models.healthmonitoring.Scenario::0005-Saml
com.microsoft.graph.beta.models.healthmonitoring.ServicePrincipalImpactSummary-->DirectoryObjectImpactSummary
com.microsoft.graph.beta.models.healthmonitoring.ServicePrincipalImpactSummary::|public|constructor():void
com.microsoft.graph.beta.models.healthmonitoring.ServicePrincipalImpactSummary::|public|getFieldDeserializers():Map>
@@ -231688,6 +231762,22 @@ com.microsoft.graph.beta.models.OpenTypeExtension::|public|OdataType:String
com.microsoft.graph.beta.models.OpenTypeExtension::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.OpenTypeExtension::|public|setExtensionName(value?:String):void
com.microsoft.graph.beta.models.OpenTypeExtension::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):OpenTypeExtension
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|protected|backingStore:BackingStore
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|constructor():void
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|getAdditionalData():Map
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|getBackingStore():BackingStore
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|getOdataType():String
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|getOperatingSystemPlatform():String
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|getOperatingSystemVersion():String
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|setOdataType(value?:String):void
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|setOperatingSystemPlatform(value?:String):void
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|public|setOperatingSystemVersion(value?:String):void
+com.microsoft.graph.beta.models.OperatingSystemSpecifications::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):OperatingSystemSpecifications
+com.microsoft.graph.beta.models.OperatingSystemSpecifications~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.beta.models.OperatingSystemUpgradeEligibility::0000-Upgraded
com.microsoft.graph.beta.models.OperatingSystemUpgradeEligibility::0001-Unknown
com.microsoft.graph.beta.models.OperatingSystemUpgradeEligibility::0002-NotCapable
@@ -232096,26 +232186,6 @@ com.microsoft.graph.beta.models.OrganizationAllowedAudiences::0001-Organization
com.microsoft.graph.beta.models.OrganizationAllowedAudiences::0002-FederatedOrganizations
com.microsoft.graph.beta.models.OrganizationAllowedAudiences::0003-Everyone
com.microsoft.graph.beta.models.OrganizationAllowedAudiences::0004-UnknownFutureValue
-com.microsoft.graph.beta.models.OrganizationalUnit-->DirectoryObject
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|constructor():void
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|getChildren():java.util.List
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|getDescription():String
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|getDisplayName():String
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|getFieldDeserializers():Map>
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|getOrganizationalUnitParent():OrganizationalUnit
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|getResources():java.util.List
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|getTransitiveChildren():java.util.List
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|getTransitiveResources():java.util.List
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|OdataType:String
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|serialize(writer:SerializationWriter):Void
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|setChildren(value?:java.util.List):void
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|setDescription(value?:String):void
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|setDisplayName(value?:String):void
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|setOrganizationalUnitParent(value?:OrganizationalUnit):void
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|setResources(value?:java.util.List):void
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|setTransitiveChildren(value?:java.util.List):void
-com.microsoft.graph.beta.models.OrganizationalUnit::|public|setTransitiveResources(value?:java.util.List):void
-com.microsoft.graph.beta.models.OrganizationalUnit::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):OrganizationalUnit
com.microsoft.graph.beta.models.OrganizationCollectionResponse-->BaseCollectionPaginationCountResponse
com.microsoft.graph.beta.models.OrganizationCollectionResponse::|public|constructor():void
com.microsoft.graph.beta.models.OrganizationCollectionResponse::|public|getFieldDeserializers():Map>
@@ -234594,6 +234664,14 @@ com.microsoft.graph.beta.models.PhoneType::0006-BusinessFax
com.microsoft.graph.beta.models.PhoneType::0007-OtherFax
com.microsoft.graph.beta.models.PhoneType::0008-Pager
com.microsoft.graph.beta.models.PhoneType::0009-Radio
+com.microsoft.graph.beta.models.PhoneUserConversationMember-->ConversationMember
+com.microsoft.graph.beta.models.PhoneUserConversationMember::|public|constructor():void
+com.microsoft.graph.beta.models.PhoneUserConversationMember::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.PhoneUserConversationMember::|public|getPhoneNumber():String
+com.microsoft.graph.beta.models.PhoneUserConversationMember::|public|OdataType:String
+com.microsoft.graph.beta.models.PhoneUserConversationMember::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.PhoneUserConversationMember::|public|setPhoneNumber(value?:String):void
+com.microsoft.graph.beta.models.PhoneUserConversationMember::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):PhoneUserConversationMember
com.microsoft.graph.beta.models.Phone~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.beta.models.Photo::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.Photo::|public|constructor():void
@@ -239717,6 +239795,7 @@ com.microsoft.graph.beta.models.ProtectionUnitBase::|public|getError():PublicErr
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|getFieldDeserializers():Map>
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|getLastModifiedBy():IdentitySet
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|getLastModifiedDateTime():OffsetDateTime
+com.microsoft.graph.beta.models.ProtectionUnitBase::|public|getOffboardRequestedDateTime():OffsetDateTime
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|getPolicyId():String
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|getProtectionSources():ProtectionSource
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|getStatus():ProtectionUnitStatus
@@ -239727,6 +239806,7 @@ com.microsoft.graph.beta.models.ProtectionUnitBase::|public|setCreatedDateTime(v
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|setError(value?:PublicError):void
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|setLastModifiedBy(value?:IdentitySet):void
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|setLastModifiedDateTime(value?:OffsetDateTime):void
+com.microsoft.graph.beta.models.ProtectionUnitBase::|public|setOffboardRequestedDateTime(value?:OffsetDateTime):void
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|setPolicyId(value?:String):void
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|setProtectionSources(value?:ProtectionSource):void
com.microsoft.graph.beta.models.ProtectionUnitBase::|public|setStatus(value?:ProtectionUnitStatus):void
@@ -239769,6 +239849,9 @@ com.microsoft.graph.beta.models.ProtectionUnitStatus::0002-UnprotectRequested
com.microsoft.graph.beta.models.ProtectionUnitStatus::0003-Unprotected
com.microsoft.graph.beta.models.ProtectionUnitStatus::0004-RemoveRequested
com.microsoft.graph.beta.models.ProtectionUnitStatus::0005-UnknownFutureValue
+com.microsoft.graph.beta.models.ProtectionUnitStatus::0006-OffboardRequested
+com.microsoft.graph.beta.models.ProtectionUnitStatus::0007-Offboarded
+com.microsoft.graph.beta.models.ProtectionUnitStatus::0008-CancelOffboardRequested
com.microsoft.graph.beta.models.ProtectOnlineMeetingAction-->LabelActionBase
com.microsoft.graph.beta.models.ProtectOnlineMeetingAction::|public|constructor():void
com.microsoft.graph.beta.models.ProtectOnlineMeetingAction::|public|getAllowedForwarders():OnlineMeetingForwarders
@@ -241276,6 +241359,7 @@ com.microsoft.graph.beta.models.RegistrationAuthMethod::0006-AlternateMobilePhon
com.microsoft.graph.beta.models.RegistrationAuthMethod::0007-Fido
com.microsoft.graph.beta.models.RegistrationAuthMethod::0008-AppPassword
com.microsoft.graph.beta.models.RegistrationAuthMethod::0009-UnknownFutureValue
+com.microsoft.graph.beta.models.RegistrationAuthMethod::0010-ExternalAuthMethod
com.microsoft.graph.beta.models.RegistrationEnforcement::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.RegistrationEnforcement::|public|constructor():void
com.microsoft.graph.beta.models.RegistrationEnforcement::|public|getAdditionalData():Map
@@ -241785,10 +241869,12 @@ com.microsoft.graph.beta.models.ReportsRoot::|public|constructor():void
com.microsoft.graph.beta.models.ReportsRoot::|public|getFieldDeserializers():Map>
com.microsoft.graph.beta.models.ReportsRoot::|public|getReadingAssignmentSubmissions():java.util.List
com.microsoft.graph.beta.models.ReportsRoot::|public|getReflectCheckInResponses():java.util.List
+com.microsoft.graph.beta.models.ReportsRoot::|public|getSpeakerAssignmentSubmissions():java.util.List
com.microsoft.graph.beta.models.ReportsRoot::|public|OdataType:String
com.microsoft.graph.beta.models.ReportsRoot::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.ReportsRoot::|public|setReadingAssignmentSubmissions(value?:java.util.List):void
com.microsoft.graph.beta.models.ReportsRoot::|public|setReflectCheckInResponses(value?:java.util.List):void
+com.microsoft.graph.beta.models.ReportsRoot::|public|setSpeakerAssignmentSubmissions(value?:java.util.List):void
com.microsoft.graph.beta.models.ReportsRoot::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ReportsRoot
com.microsoft.graph.beta.models.ReportSuspiciousActivitySettings::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.ReportSuspiciousActivitySettings::|public|constructor():void
@@ -242448,6 +242534,20 @@ com.microsoft.graph.beta.models.RestoreTimeRange::0000-Before
com.microsoft.graph.beta.models.RestoreTimeRange::0001-After
com.microsoft.graph.beta.models.RestoreTimeRange::0002-BeforeOrAfter
com.microsoft.graph.beta.models.RestoreTimeRange::0003-UnknownFutureValue
+com.microsoft.graph.beta.models.RestrictAccessAction-->RestrictAccessActionBase
+com.microsoft.graph.beta.models.RestrictAccessAction::|public|constructor():void
+com.microsoft.graph.beta.models.RestrictAccessAction::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.RestrictAccessAction::|public|OdataType:String
+com.microsoft.graph.beta.models.RestrictAccessAction::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.RestrictAccessAction::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):RestrictAccessAction
+com.microsoft.graph.beta.models.RestrictAccessActionBase-->DlpActionInfo
+com.microsoft.graph.beta.models.RestrictAccessActionBase::|public|constructor():void
+com.microsoft.graph.beta.models.RestrictAccessActionBase::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.RestrictAccessActionBase::|public|getRestrictionAction():RestrictionAction
+com.microsoft.graph.beta.models.RestrictAccessActionBase::|public|OdataType:String
+com.microsoft.graph.beta.models.RestrictAccessActionBase::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.RestrictAccessActionBase::|public|setRestrictionAction(value?:RestrictionAction):void
+com.microsoft.graph.beta.models.RestrictAccessActionBase::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):RestrictAccessActionBase
com.microsoft.graph.beta.models.RestrictedAppsState::0000-ProhibitedApps
com.microsoft.graph.beta.models.RestrictedAppsState::0001-NotApprovedApps
com.microsoft.graph.beta.models.RestrictedAppsViolation-->Entity
@@ -242481,6 +242581,9 @@ com.microsoft.graph.beta.models.RestrictedAppsViolationCollectionResponse::|publ
com.microsoft.graph.beta.models.RestrictedAppsViolationCollectionResponse::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.RestrictedAppsViolationCollectionResponse::|public|setValue(value?:java.util.List):void
com.microsoft.graph.beta.models.RestrictedAppsViolationCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):RestrictedAppsViolationCollectionResponse
+com.microsoft.graph.beta.models.RestrictionAction::0000-Warn
+com.microsoft.graph.beta.models.RestrictionAction::0001-Audit
+com.microsoft.graph.beta.models.RestrictionAction::0002-Block
com.microsoft.graph.beta.models.ResultantAppState::0000-NotApplicable
com.microsoft.graph.beta.models.ResultantAppState::0001-Installed
com.microsoft.graph.beta.models.ResultantAppState::0002-Failed
@@ -253460,7 +253563,7 @@ com.microsoft.graph.beta.models.SelfServiceSignUp::|public|getSignUpIdentity():S
com.microsoft.graph.beta.models.SelfServiceSignUp::|public|getSignUpIdentityProvider():String
com.microsoft.graph.beta.models.SelfServiceSignUp::|public|getSignUpStage():SignUpStage
com.microsoft.graph.beta.models.SelfServiceSignUp::|public|getStatus():SignUpStatus
-com.microsoft.graph.beta.models.SelfServiceSignUp::|public|getUserSnapshot():CiamUserSnapshot
+com.microsoft.graph.beta.models.SelfServiceSignUp::|public|getUserId():String
com.microsoft.graph.beta.models.SelfServiceSignUp::|public|OdataType:String
com.microsoft.graph.beta.models.SelfServiceSignUp::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.SelfServiceSignUp::|public|setAppDisplayName(value?:String):void
@@ -253472,7 +253575,7 @@ com.microsoft.graph.beta.models.SelfServiceSignUp::|public|setSignUpIdentity(val
com.microsoft.graph.beta.models.SelfServiceSignUp::|public|setSignUpIdentityProvider(value?:String):void
com.microsoft.graph.beta.models.SelfServiceSignUp::|public|setSignUpStage(value?:SignUpStage):void
com.microsoft.graph.beta.models.SelfServiceSignUp::|public|setStatus(value?:SignUpStatus):void
-com.microsoft.graph.beta.models.SelfServiceSignUp::|public|setUserSnapshot(value?:CiamUserSnapshot):void
+com.microsoft.graph.beta.models.SelfServiceSignUp::|public|setUserId(value?:String):void
com.microsoft.graph.beta.models.SelfServiceSignUp::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):SelfServiceSignUp
com.microsoft.graph.beta.models.SelfServiceSignUpAuthenticationFlowConfiguration::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.SelfServiceSignUpAuthenticationFlowConfiguration::|public|constructor():void
@@ -256624,6 +256727,57 @@ com.microsoft.graph.beta.models.SpaApplication::|public|setOdataType(value?:Stri
com.microsoft.graph.beta.models.SpaApplication::|public|setRedirectUris(value?:java.util.List):void
com.microsoft.graph.beta.models.SpaApplication::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):SpaApplication
com.microsoft.graph.beta.models.SpaApplication~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission-->Entity
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|constructor():void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getAssignmentId():String
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getAverageWordsPerMinutePace():Long
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getClassId():String
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getFillerWordsOccurrencesCount():Long
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getIncorrectCameraDistanceOccurrencesCount():Long
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getLengthOfSubmissionInSeconds():Double
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getLostEyeContactOccurrencesCount():Long
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getMonotoneOccurrencesCount():Long
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getNonInclusiveLanguageOccurrencesCount():Long
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getObstructedViewOccurrencesCount():Long
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getRepetitiveLanguageOccurrencesCount():Long
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getStudentId():String
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getSubmissionDateTime():OffsetDateTime
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getSubmissionId():String
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getTopFillerWords():java.util.List
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getTopMispronouncedWords():java.util.List
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getTopNonInclusiveWordsAndPhrases():java.util.List
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getTopRepetitiveWordsAndPhrases():java.util.List
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|getWordsSpokenCount():Long
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|OdataType:String
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setAssignmentId(value?:String):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setAverageWordsPerMinutePace(value?:Long):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setClassId(value?:String):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setFillerWordsOccurrencesCount(value?:Long):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setIncorrectCameraDistanceOccurrencesCount(value?:Long):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setLengthOfSubmissionInSeconds(value?:Double):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setLostEyeContactOccurrencesCount(value?:Long):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setMonotoneOccurrencesCount(value?:Long):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setNonInclusiveLanguageOccurrencesCount(value?:Long):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setObstructedViewOccurrencesCount(value?:Long):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setRepetitiveLanguageOccurrencesCount(value?:Long):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setStudentId(value?:String):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setSubmissionDateTime(value?:OffsetDateTime):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setSubmissionId(value?:String):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setTopFillerWords(value?:java.util.List):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setTopMispronouncedWords(value?:java.util.List):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setTopNonInclusiveWordsAndPhrases(value?:java.util.List):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setTopRepetitiveWordsAndPhrases(value?:java.util.List):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|public|setWordsSpokenCount(value?:Long):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmission::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):SpeakerAssignmentSubmission
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmissionCollectionResponse-->BaseCollectionPaginationCountResponse
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmissionCollectionResponse::|public|constructor():void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmissionCollectionResponse::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmissionCollectionResponse::|public|getValue():java.util.List
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmissionCollectionResponse::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmissionCollectionResponse::|public|setValue(value?:java.util.List):void
+com.microsoft.graph.beta.models.SpeakerAssignmentSubmissionCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):SpeakerAssignmentSubmissionCollectionResponse
com.microsoft.graph.beta.models.SpecialFolder::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.SpecialFolder::|public|constructor():void
com.microsoft.graph.beta.models.SpecialFolder::|public|getAdditionalData():Map
@@ -263056,6 +263210,7 @@ com.microsoft.graph.beta.models.UsageAuthMethod::0007-AlternateMobileCall
com.microsoft.graph.beta.models.UsageAuthMethod::0008-Fido
com.microsoft.graph.beta.models.UsageAuthMethod::0009-AppPassword
com.microsoft.graph.beta.models.UsageAuthMethod::0010-UnknownFutureValue
+com.microsoft.graph.beta.models.UsageAuthMethod::0011-ExternalAuthMethod
com.microsoft.graph.beta.models.UsageDetails::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.UsageDetails::|public|constructor():void
com.microsoft.graph.beta.models.UsageDetails::|public|getAdditionalData():Map
diff --git a/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json b/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json
index 093465b3c0c..39945169157 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json
+++ b/src/main/java/com/microsoft/graph/beta/generated/kiota-lock.json
@@ -1,5 +1,5 @@
{
- "descriptionHash": "F9751289BC59F4778E628067ED49FBC455B9106D7C7C70C18FE22AB8CF14419C1284AC5A9ADE443686CB7CC4398E032838E4BC35E817C7791C41A09DB17646C9",
+ "descriptionHash": "3316B3C66446D19C3EFFB3001E0AF9BD9EF099665E3855A857BED6874F0085D91F3627273E77CC797B1E3F5B53949891FB79002C06358944FB806234202FF2AE",
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.28.0",
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AiInteractionMentionedIdentitySet.java b/src/main/java/com/microsoft/graph/beta/generated/models/AiInteractionMentionedIdentitySet.java
index 6a920b01ea5..1a2d3febd82 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AiInteractionMentionedIdentitySet.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AiInteractionMentionedIdentitySet.java
@@ -26,7 +26,7 @@ public static AiInteractionMentionedIdentitySet createFromDiscriminatorValue(@ja
return new AiInteractionMentionedIdentitySet();
}
/**
- * Gets the conversation property value. The conversation property
+ * Gets the conversation property value. The conversation details.
* @return a {@link TeamworkConversationIdentity}
*/
@jakarta.annotation.Nullable
@@ -63,7 +63,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("tag", this.getTag());
}
/**
- * Sets the conversation property value. The conversation property
+ * Sets the conversation property value. The conversation details.
* @param value Value to set for the conversation property.
*/
public void setConversation(@jakarta.annotation.Nullable final TeamworkConversationIdentity value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java
index 0f3a3574311..cc2ca23856e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AndroidManagedAppProtection.java
@@ -165,7 +165,7 @@ public Boolean getConnectToVpnOnLaunch() {
return this.backingStore.get("connectToVpnOnLaunch");
}
/**
- * Gets the customBrowserDisplayName property value. Friendly name of the preferred custom browser to open weblink on Android.
+ * Gets the customBrowserDisplayName property value. Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -173,7 +173,7 @@ public String getCustomBrowserDisplayName() {
return this.backingStore.get("customBrowserDisplayName");
}
/**
- * Gets the customBrowserPackageId property value. Unique identifier of a custom browser to open weblink on Android.
+ * Gets the customBrowserPackageId property value. Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -615,14 +615,14 @@ public void setConnectToVpnOnLaunch(@jakarta.annotation.Nullable final Boolean v
this.backingStore.set("connectToVpnOnLaunch", value);
}
/**
- * Sets the customBrowserDisplayName property value. Friendly name of the preferred custom browser to open weblink on Android.
+ * Sets the customBrowserDisplayName property value. Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
* @param value Value to set for the customBrowserDisplayName property.
*/
public void setCustomBrowserDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("customBrowserDisplayName", value);
}
/**
- * Sets the customBrowserPackageId property value. Unique identifier of a custom browser to open weblink on Android.
+ * Sets the customBrowserPackageId property value. Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
* @param value Value to set for the customBrowserPackageId property.
*/
public void setCustomBrowserPackageId(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CallEventType.java b/src/main/java/com/microsoft/graph/beta/generated/models/CallEventType.java
index 42d53c72872..99f8a939de6 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CallEventType.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CallEventType.java
@@ -8,7 +8,11 @@ public enum CallEventType implements ValuedEnum {
CallStarted("callStarted"),
CallEnded("callEnded"),
UnknownFutureValue("unknownFutureValue"),
- RosterUpdated("rosterUpdated");
+ RosterUpdated("rosterUpdated"),
+ TranscriptionStarted("transcriptionStarted"),
+ TranscriptionStopped("transcriptionStopped"),
+ RecordingStarted("recordingStarted"),
+ RecordingStopped("recordingStopped");
public final String value;
CallEventType(final String value) {
this.value = value;
@@ -23,6 +27,10 @@ public static CallEventType forValue(@jakarta.annotation.Nonnull final String se
case "callEnded": return CallEnded;
case "unknownFutureValue": return UnknownFutureValue;
case "rosterUpdated": return RosterUpdated;
+ case "transcriptionStarted": return TranscriptionStarted;
+ case "transcriptionStopped": return TranscriptionStopped;
+ case "recordingStarted": return RecordingStarted;
+ case "recordingStopped": return RecordingStopped;
default: return null;
}
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ConversationMember.java b/src/main/java/com/microsoft/graph/beta/generated/models/ConversationMember.java
index cff8f126a0c..fc97b70c383 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ConversationMember.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ConversationMember.java
@@ -31,6 +31,7 @@ public static ConversationMember createFromDiscriminatorValue(@jakarta.annotatio
case "#microsoft.graph.anonymousGuestConversationMember": return new AnonymousGuestConversationMember();
case "#microsoft.graph.azureCommunicationServicesUserConversationMember": return new AzureCommunicationServicesUserConversationMember();
case "#microsoft.graph.microsoftAccountUserConversationMember": return new MicrosoftAccountUserConversationMember();
+ case "#microsoft.graph.phoneUserConversationMember": return new PhoneUserConversationMember();
case "#microsoft.graph.skypeForBusinessUserConversationMember": return new SkypeForBusinessUserConversationMember();
case "#microsoft.graph.skypeUserConversationMember": return new SkypeUserConversationMember();
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Device.java b/src/main/java/com/microsoft/graph/beta/generated/models/Device.java
index b65c1b1d75d..339b3434fc2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Device.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Device.java
@@ -250,7 +250,7 @@ public Boolean getIsManaged() {
return this.backingStore.get("isManaged");
}
/**
- * Gets the isManagementRestricted property value. Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
+ * Gets the isManagementRestricted property value. Indicates whether the device is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -651,7 +651,7 @@ public void setIsManaged(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("isManaged", value);
}
/**
- * Sets the isManagementRestricted property value. Indicates whether the device is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
+ * Sets the isManagementRestricted property value. Indicates whether the device is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
* @param value Value to set for the isManagementRestricted property.
*/
public void setIsManagementRestricted(@jakarta.annotation.Nullable final Boolean value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceCompliancePolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceCompliancePolicy.java
index 8ee264d9149..c281082874b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceCompliancePolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceCompliancePolicy.java
@@ -141,7 +141,7 @@ public java.util.List getRoleScopeTagIds() {
return this.backingStore.get("roleScopeTagIds");
}
/**
- * Gets the scheduledActionsForRule property value. The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * Gets the scheduledActionsForRule property value. The list of scheduled action for this rule
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -257,7 +257,7 @@ public void setRoleScopeTagIds(@jakarta.annotation.Nullable final java.util.List
this.backingStore.set("roleScopeTagIds", value);
}
/**
- * Sets the scheduledActionsForRule property value. The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
+ * Sets the scheduledActionsForRule property value. The list of scheduled action for this rule
* @param value Value to set for the scheduledActionsForRule property.
*/
public void setScheduledActionsForRule(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.java
index 97d5d33be1d..9c837b112dc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingCollectionDefinition.java
@@ -36,7 +36,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the maximumCount property value. Maximum number of choices in the collection
+ * Gets the maximumCount property value. Maximum number of choices in the collection. Valid values 1 to 100
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -44,7 +44,7 @@ public Integer getMaximumCount() {
return this.backingStore.get("maximumCount");
}
/**
- * Gets the minimumCount property value. Minimum number of choices in the collection
+ * Gets the minimumCount property value. Minimum number of choices in the collection. Valid values 1 to 100
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -62,14 +62,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeIntegerValue("minimumCount", this.getMinimumCount());
}
/**
- * Sets the maximumCount property value. Maximum number of choices in the collection
+ * Sets the maximumCount property value. Maximum number of choices in the collection. Valid values 1 to 100
* @param value Value to set for the maximumCount property.
*/
public void setMaximumCount(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("maximumCount", value);
}
/**
- * Sets the minimumCount property value. Minimum number of choices in the collection
+ * Sets the minimumCount property value. Minimum number of choices in the collection. Valid values 1 to 100
* @param value Value to set for the minimumCount property.
*/
public void setMinimumCount(@jakarta.annotation.Nullable final Integer value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingDefinition.java
index 6310d89e8d6..9f022cdb6dc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationChoiceSettingDefinition.java
@@ -32,7 +32,7 @@ public static DeviceManagementConfigurationChoiceSettingDefinition createFromDis
return new DeviceManagementConfigurationChoiceSettingDefinition();
}
/**
- * Gets the defaultOptionId property value. Default option for choice setting
+ * Gets the defaultOptionId property value. Default option for the choice setting.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -51,7 +51,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the options property value. Options for the setting that can be selected
+ * Gets the options property value. Options for the setting that can be selected.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -69,14 +69,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("options", this.getOptions());
}
/**
- * Sets the defaultOptionId property value. Default option for choice setting
+ * Sets the defaultOptionId property value. Default option for the choice setting.
* @param value Value to set for the defaultOptionId property.
*/
public void setDefaultOptionId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("defaultOptionId", value);
}
/**
- * Sets the options property value. Options for the setting that can be selected
+ * Sets the options property value. Options for the setting that can be selected.
* @param value Value to set for the options property.
*/
public void setOptions(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingDefinition.java
index 42252f201f3..9d962f08cdd 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingDefinition.java
@@ -47,7 +47,7 @@ public EnumSet getAccessTypes()
return this.backingStore.get("accessTypes");
}
/**
- * Gets the applicability property value. Details which device setting is applicable on
+ * Gets the applicability property value. Details which device setting is applicable on. Supports: $filters.
* @return a {@link DeviceManagementConfigurationSettingApplicability}
*/
@jakarta.annotation.Nullable
@@ -63,7 +63,7 @@ public String getBaseUri() {
return this.backingStore.get("baseUri");
}
/**
- * Gets the categoryId property value. Specifies the area group under which the setting is configured in a specified configuration service provider (CSP)
+ * Gets the categoryId property value. Specify category in which the setting is under. Support $filters.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -71,7 +71,7 @@ public String getCategoryId() {
return this.backingStore.get("categoryId");
}
/**
- * Gets the description property value. Description of the item
+ * Gets the description property value. Description of the setting.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -79,7 +79,7 @@ public String getDescription() {
return this.backingStore.get("description");
}
/**
- * Gets the displayName property value. Display name of the item
+ * Gets the displayName property value. Name of the setting. For example: Allow Toast.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -115,7 +115,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the helpText property value. Help text of the item
+ * Gets the helpText property value. Help text of the setting. Give more details of the setting.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -123,7 +123,7 @@ public String getHelpText() {
return this.backingStore.get("helpText");
}
/**
- * Gets the infoUrls property value. List of links more info for the setting can be found at
+ * Gets the infoUrls property value. List of links more info for the setting can be found at.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -179,7 +179,7 @@ public EnumSet getRiskLevel() {
return this.backingStore.get("riskLevel");
}
/**
- * Gets the rootDefinitionId property value. Root setting definition if the setting is a child setting.
+ * Gets the rootDefinitionId property value. Root setting definition id if the setting is a child setting.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -253,7 +253,7 @@ public void setAccessTypes(@jakarta.annotation.Nullable final EnumSet value) {
@@ -344,7 +344,7 @@ public void setRiskLevel(@jakarta.annotation.Nullable final EnumSet> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the maximumCount property value. Maximum number of setting group count in the collection. Valid values 1 to 100
+ * Gets the maximumCount property value. Maximum number of setting group count in the collection
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -44,7 +44,7 @@ public Integer getMaximumCount() {
return this.backingStore.get("maximumCount");
}
/**
- * Gets the minimumCount property value. Minimum number of setting group count in the collection. Valid values 1 to 100
+ * Gets the minimumCount property value. Minimum number of setting group count in the collection
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -62,14 +62,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeIntegerValue("minimumCount", this.getMinimumCount());
}
/**
- * Sets the maximumCount property value. Maximum number of setting group count in the collection. Valid values 1 to 100
+ * Sets the maximumCount property value. Maximum number of setting group count in the collection
* @param value Value to set for the maximumCount property.
*/
public void setMaximumCount(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("maximumCount", value);
}
/**
- * Sets the minimumCount property value. Minimum number of setting group count in the collection. Valid values 1 to 100
+ * Sets the minimumCount property value. Minimum number of setting group count in the collection
* @param value Value to set for the minimumCount property.
*/
public void setMinimumCount(@jakarta.annotation.Nullable final Integer value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupDefinition.java
index 5a76fa8aeb5..629aa1a1f46 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSettingGroupDefinition.java
@@ -32,7 +32,7 @@ public static DeviceManagementConfigurationSettingGroupDefinition createFromDisc
return new DeviceManagementConfigurationSettingGroupDefinition();
}
/**
- * Gets the childIds property value. Dependent child settings to this group of settings.
+ * Gets the childIds property value. Dependent child settings to this group of settings
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -79,7 +79,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeCollectionOfObjectValues("dependentOn", this.getDependentOn());
}
/**
- * Sets the childIds property value. Dependent child settings to this group of settings.
+ * Sets the childIds property value. Dependent child settings to this group of settings
* @param value Value to set for the childIds property.
*/
public void setChildIds(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSimpleSettingCollectionDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSimpleSettingCollectionDefinition.java
index 6799f204485..3db7d730eaf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSimpleSettingCollectionDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSimpleSettingCollectionDefinition.java
@@ -36,7 +36,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the maximumCount property value. Maximum number of simple settings in the collection. Valid values 1 to 100
+ * Gets the maximumCount property value. Maximum number of simple settings in the collection
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -44,7 +44,7 @@ public Integer getMaximumCount() {
return this.backingStore.get("maximumCount");
}
/**
- * Gets the minimumCount property value. Minimum number of simple settings in the collection. Valid values 1 to 100
+ * Gets the minimumCount property value. Minimum number of simple settings in the collection
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -62,14 +62,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeIntegerValue("minimumCount", this.getMinimumCount());
}
/**
- * Sets the maximumCount property value. Maximum number of simple settings in the collection. Valid values 1 to 100
+ * Sets the maximumCount property value. Maximum number of simple settings in the collection
* @param value Value to set for the maximumCount property.
*/
public void setMaximumCount(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("maximumCount", value);
}
/**
- * Sets the minimumCount property value. Minimum number of simple settings in the collection. Valid values 1 to 100
+ * Sets the minimumCount property value. Minimum number of simple settings in the collection
* @param value Value to set for the minimumCount property.
*/
public void setMinimumCount(@jakarta.annotation.Nullable final Integer value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSimpleSettingDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSimpleSettingDefinition.java
index fbebe1570f2..c19c8a011a4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSimpleSettingDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationSimpleSettingDefinition.java
@@ -32,7 +32,7 @@ public static DeviceManagementConfigurationSimpleSettingDefinition createFromDis
return new DeviceManagementConfigurationSimpleSettingDefinition();
}
/**
- * Gets the defaultValue property value. Default setting value for this setting.
+ * Gets the defaultValue property value. Default setting value for this setting
* @return a {@link DeviceManagementConfigurationSettingValue}
*/
@jakarta.annotation.Nullable
@@ -40,7 +40,7 @@ public DeviceManagementConfigurationSettingValue getDefaultValue() {
return this.backingStore.get("defaultValue");
}
/**
- * Gets the dependedOnBy property value. list of child settings that depend on this setting.
+ * Gets the dependedOnBy property value. list of child settings that depend on this setting
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -48,7 +48,7 @@ public java.util.List getDepen
return this.backingStore.get("dependedOnBy");
}
/**
- * Gets the dependentOn property value. list of parent settings this setting is dependent on.
+ * Gets the dependentOn property value. list of parent settings this setting is dependent on
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -69,7 +69,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the valueDefinition property value. Definition of the value for this setting.
+ * Gets the valueDefinition property value. Definition of the value for this setting
* @return a {@link DeviceManagementConfigurationSettingValueDefinition}
*/
@jakarta.annotation.Nullable
@@ -89,28 +89,28 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("valueDefinition", this.getValueDefinition());
}
/**
- * Sets the defaultValue property value. Default setting value for this setting.
+ * Sets the defaultValue property value. Default setting value for this setting
* @param value Value to set for the defaultValue property.
*/
public void setDefaultValue(@jakarta.annotation.Nullable final DeviceManagementConfigurationSettingValue value) {
this.backingStore.set("defaultValue", value);
}
/**
- * Sets the dependedOnBy property value. list of child settings that depend on this setting.
+ * Sets the dependedOnBy property value. list of child settings that depend on this setting
* @param value Value to set for the dependedOnBy property.
*/
public void setDependedOnBy(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("dependedOnBy", value);
}
/**
- * Sets the dependentOn property value. list of parent settings this setting is dependent on.
+ * Sets the dependentOn property value. list of parent settings this setting is dependent on
* @param value Value to set for the dependentOn property.
*/
public void setDependentOn(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("dependentOn", value);
}
/**
- * Sets the valueDefinition property value. Definition of the value for this setting.
+ * Sets the valueDefinition property value. Definition of the value for this setting
* @param value Value to set for the valueDefinition property.
*/
public void setValueDefinition(@jakarta.annotation.Nullable final DeviceManagementConfigurationSettingValueDefinition value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java
index 6d677e428e3..d7c609e56e6 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationStringSettingValueDefinition.java
@@ -52,7 +52,7 @@ public java.util.List getFileTypes() {
return this.backingStore.get("fileTypes");
}
/**
- * Gets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub.
+ * Gets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue.
* @return a {@link DeviceManagementConfigurationStringFormat}
*/
@jakarta.annotation.Nullable
@@ -76,7 +76,7 @@ public Boolean getIsSecret() {
return this.backingStore.get("isSecret");
}
/**
- * Gets the maximumLength property value. Maximum length of string
+ * Gets the maximumLength property value. Maximum length of string. Valid values 0 to 87516
* @return a {@link Long}
*/
@jakarta.annotation.Nullable
@@ -84,7 +84,7 @@ public Long getMaximumLength() {
return this.backingStore.get("maximumLength");
}
/**
- * Gets the minimumLength property value. Minimum length of string
+ * Gets the minimumLength property value. Minimum length of string. Valid values 0 to 87516
* @return a {@link Long}
*/
@jakarta.annotation.Nullable
@@ -113,7 +113,7 @@ public void setFileTypes(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers() {
- final HashMap> deserializerMap = new HashMap>(3);
+ final HashMap> deserializerMap = new HashMap>(4);
deserializerMap.put("deviceType", (n) -> { this.setDeviceType(n.getStringValue()); });
deserializerMap.put("ipAddress", (n) -> { this.setIpAddress(n.getStringValue()); });
deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
+ deserializerMap.put("operatingSystemSpecifications", (n) -> { this.setOperatingSystemSpecifications(n.getObjectValue(OperatingSystemSpecifications::createFromDiscriminatorValue)); });
return deserializerMap;
}
/**
@@ -91,6 +92,14 @@ public String getIpAddress() {
public String getOdataType() {
return this.backingStore.get("odataType");
}
+ /**
+ * Gets the operatingSystemSpecifications property value. Details about the operating system platform and version.
+ * @return a {@link OperatingSystemSpecifications}
+ */
+ @jakarta.annotation.Nullable
+ public OperatingSystemSpecifications getOperatingSystemSpecifications() {
+ return this.backingStore.get("operatingSystemSpecifications");
+ }
/**
* Serializes information the current object
* @param writer Serialization writer to use to serialize this model
@@ -100,6 +109,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("deviceType", this.getDeviceType());
writer.writeStringValue("ipAddress", this.getIpAddress());
writer.writeStringValue("@odata.type", this.getOdataType());
+ writer.writeObjectValue("operatingSystemSpecifications", this.getOperatingSystemSpecifications());
writer.writeAdditionalData(this.getAdditionalData());
}
/**
@@ -138,4 +148,11 @@ public void setIpAddress(@jakarta.annotation.Nullable final String value) {
public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
+ /**
+ * Sets the operatingSystemSpecifications property value. Details about the operating system platform and version.
+ * @param value Value to set for the operatingSystemSpecifications property.
+ */
+ public void setOperatingSystemSpecifications(@jakarta.annotation.Nullable final OperatingSystemSpecifications value) {
+ this.backingStore.set("operatingSystemSpecifications", value);
+ }
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DirectoryObject.java b/src/main/java/com/microsoft/graph/beta/generated/models/DirectoryObject.java
index cca9b060a95..02884dc4e3a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DirectoryObject.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DirectoryObject.java
@@ -58,7 +58,6 @@ public static DirectoryObject createFromDiscriminatorValue(@jakarta.annotation.N
case "#microsoft.graph.multiTenantOrganizationMember": return new MultiTenantOrganizationMember();
case "#microsoft.graph.mutualTlsOauthConfiguration": return new MutualTlsOauthConfiguration();
case "#microsoft.graph.organization": return new Organization();
- case "#microsoft.graph.organizationalUnit": return new OrganizationalUnit();
case "#microsoft.graph.orgContact": return new OrgContact();
case "#microsoft.graph.pendingExternalUserProfile": return new PendingExternalUserProfile();
case "#microsoft.graph.permissionGrantPolicy": return new PermissionGrantPolicy();
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DlpAction.java b/src/main/java/com/microsoft/graph/beta/generated/models/DlpAction.java
new file mode 100644
index 00000000000..3880f431dc3
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DlpAction.java
@@ -0,0 +1,45 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.ValuedEnum;
+import java.util.Objects;
+
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public enum DlpAction implements ValuedEnum {
+ NotifyUser("notifyUser"),
+ BlockAccess("blockAccess"),
+ DeviceRestriction("deviceRestriction"),
+ BrowserRestriction("browserRestriction"),
+ UnknownFutureValue("unknownFutureValue"),
+ RestrictAccess("restrictAccess"),
+ GenerateAlert("generateAlert"),
+ GenerateIncidentReportAction("generateIncidentReportAction"),
+ SPBlockAnonymousAccess("sPBlockAnonymousAccess"),
+ SPRuntimeAccessControl("sPRuntimeAccessControl"),
+ SPSharingNotifyUser("sPSharingNotifyUser"),
+ SPSharingGenerateIncidentReport("sPSharingGenerateIncidentReport");
+ public final String value;
+ DlpAction(final String value) {
+ this.value = value;
+ }
+ @jakarta.annotation.Nonnull
+ public String getValue() { return this.value; }
+ @jakarta.annotation.Nullable
+ public static DlpAction forValue(@jakarta.annotation.Nonnull final String searchValue) {
+ Objects.requireNonNull(searchValue);
+ switch(searchValue) {
+ case "notifyUser": return NotifyUser;
+ case "blockAccess": return BlockAccess;
+ case "deviceRestriction": return DeviceRestriction;
+ case "browserRestriction": return BrowserRestriction;
+ case "unknownFutureValue": return UnknownFutureValue;
+ case "restrictAccess": return RestrictAccess;
+ case "generateAlert": return GenerateAlert;
+ case "generateIncidentReportAction": return GenerateIncidentReportAction;
+ case "sPBlockAnonymousAccess": return SPBlockAnonymousAccess;
+ case "sPRuntimeAccessControl": return SPRuntimeAccessControl;
+ case "sPSharingNotifyUser": return SPSharingNotifyUser;
+ case "sPSharingGenerateIncidentReport": return SPSharingGenerateIncidentReport;
+ default: return null;
+ }
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/DlpActionInfo.java b/src/main/java/com/microsoft/graph/beta/generated/models/DlpActionInfo.java
index 30132ebc1a7..bd02dda5cd4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DlpActionInfo.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DlpActionInfo.java
@@ -38,10 +38,20 @@ public static DlpActionInfo createFromDiscriminatorValue(@jakarta.annotation.Non
switch (mappingValue) {
case "#microsoft.graph.blockAccessAction": return new BlockAccessAction();
case "#microsoft.graph.notifyUserAction": return new NotifyUserAction();
+ case "#microsoft.graph.restrictAccessAction": return new RestrictAccessAction();
+ case "#microsoft.graph.restrictAccessActionBase": return new RestrictAccessActionBase();
}
}
return new DlpActionInfo();
}
+ /**
+ * Gets the action property value. The type of DLP action. Possible value is restrictAccessAction.
+ * @return a {@link DlpAction}
+ */
+ @jakarta.annotation.Nullable
+ public DlpAction getAction() {
+ return this.backingStore.get("action");
+ }
/**
* Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
* @return a {@link Map}
@@ -69,7 +79,8 @@ public BackingStore getBackingStore() {
*/
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
- final HashMap> deserializerMap = new HashMap>(1);
+ final HashMap> deserializerMap = new HashMap>(2);
+ deserializerMap.put("action", (n) -> { this.setAction(n.getEnumValue(DlpAction::forValue)); });
deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
return deserializerMap;
}
@@ -87,9 +98,17 @@ public String getOdataType() {
*/
public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
Objects.requireNonNull(writer);
+ writer.writeEnumValue("action", this.getAction());
writer.writeStringValue("@odata.type", this.getOdataType());
writer.writeAdditionalData(this.getAdditionalData());
}
+ /**
+ * Sets the action property value. The type of DLP action. Possible value is restrictAccessAction.
+ * @param value Value to set for the action property.
+ */
+ public void setAction(@jakarta.annotation.Nullable final DlpAction value) {
+ this.backingStore.set("action", value);
+ }
/**
* Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
* @param value Value to set for the AdditionalData property.
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java b/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java
index 9948b2ad1e8..7e0a7aa0c4f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java
@@ -18,6 +18,7 @@
import com.microsoft.graph.beta.models.ediscovery.CaseOperation;
import com.microsoft.graph.beta.models.ediscovery.CaseSettings;
import com.microsoft.graph.beta.models.ediscovery.Custodian;
+import com.microsoft.graph.beta.models.ediscovery.DataSourceContainer;
import com.microsoft.graph.beta.models.ediscovery.Ediscoveryroot;
import com.microsoft.graph.beta.models.ediscovery.EstimateStatisticsOperation;
import com.microsoft.graph.beta.models.ediscovery.LegalHold;
@@ -25,8 +26,8 @@
import com.microsoft.graph.beta.models.ediscovery.PurgeDataOperation;
import com.microsoft.graph.beta.models.ediscovery.ReviewSet;
import com.microsoft.graph.beta.models.ediscovery.ReviewSetQuery;
-import com.microsoft.graph.beta.models.ediscovery.SiteSource;
import com.microsoft.graph.beta.models.ediscovery.SourceCollection;
+import com.microsoft.graph.beta.models.ediscovery.Tag;
import com.microsoft.graph.beta.models.ediscovery.TagOperation;
import com.microsoft.graph.beta.models.externalconnectors.ConnectionOperation;
import com.microsoft.graph.beta.models.externalconnectors.ConnectionQuota;
@@ -37,6 +38,7 @@
import com.microsoft.graph.beta.models.externalconnectors.ExternalItem;
import com.microsoft.graph.beta.models.externalconnectors.Identity;
import com.microsoft.graph.beta.models.externalconnectors.Schema;
+import com.microsoft.graph.beta.models.healthmonitoring.Alert;
import com.microsoft.graph.beta.models.healthmonitoring.AlertConfiguration;
import com.microsoft.graph.beta.models.healthmonitoring.HealthMonitoringRoot;
import com.microsoft.graph.beta.models.identitygovernance.CustomTaskExtension;
@@ -173,7 +175,6 @@
import com.microsoft.graph.beta.models.search.Bookmark;
import com.microsoft.graph.beta.models.search.Qna;
import com.microsoft.graph.beta.models.search.SearchAnswer;
-import com.microsoft.graph.beta.models.security.Alert;
import com.microsoft.graph.beta.models.security.AnalyzedEmail;
import com.microsoft.graph.beta.models.security.Article;
import com.microsoft.graph.beta.models.security.ArticleIndicator;
@@ -191,7 +192,6 @@
import com.microsoft.graph.beta.models.security.DataDiscoveryRoot;
import com.microsoft.graph.beta.models.security.DataSet;
import com.microsoft.graph.beta.models.security.DataSource;
-import com.microsoft.graph.beta.models.security.DataSourceContainer;
import com.microsoft.graph.beta.models.security.DepartmentTemplate;
import com.microsoft.graph.beta.models.security.DetectionRule;
import com.microsoft.graph.beta.models.security.DiscoveredCloudAppDetail;
@@ -259,10 +259,10 @@
import com.microsoft.graph.beta.models.security.Security;
import com.microsoft.graph.beta.models.security.SensitivityLabel;
import com.microsoft.graph.beta.models.security.Sensor;
+import com.microsoft.graph.beta.models.security.SiteSource;
import com.microsoft.graph.beta.models.security.SslCertificate;
import com.microsoft.graph.beta.models.security.SubcategoryTemplate;
import com.microsoft.graph.beta.models.security.Subdomain;
-import com.microsoft.graph.beta.models.security.Tag;
import com.microsoft.graph.beta.models.security.ThreatIntelligence;
import com.microsoft.graph.beta.models.security.ThreatSubmission;
import com.microsoft.graph.beta.models.security.ThreatSubmissionRoot;
@@ -1616,7 +1616,6 @@ private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull
case "#microsoft.graph.organizationalBranding": return new OrganizationalBranding();
case "#microsoft.graph.organizationalBrandingLocalization": return new OrganizationalBrandingLocalization();
case "#microsoft.graph.organizationalBrandingProperties": return new OrganizationalBrandingProperties();
- case "#microsoft.graph.organizationalUnit": return new OrganizationalUnit();
case "#microsoft.graph.organizationSettings": return new OrganizationSettings();
case "#microsoft.graph.orgContact": return new OrgContact();
case "#microsoft.graph.outlookCategory": return new OutlookCategory();
@@ -1688,6 +1687,7 @@ private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull
case "#microsoft.graph.personResponsibility": return new PersonResponsibility();
case "#microsoft.graph.personWebsite": return new PersonWebsite();
case "#microsoft.graph.phoneAuthenticationMethod": return new PhoneAuthenticationMethod();
+ case "#microsoft.graph.phoneUserConversationMember": return new PhoneUserConversationMember();
case "#microsoft.graph.pinnedChatMessageInfo": return new PinnedChatMessageInfo();
case "#microsoft.graph.place": return new Place();
case "#microsoft.graph.planner": return new Planner();
@@ -2046,6 +2046,7 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull
case "#microsoft.graph.softwareOathAuthenticationMethod": return new SoftwareOathAuthenticationMethod();
case "#microsoft.graph.softwareOathAuthenticationMethodConfiguration": return new SoftwareOathAuthenticationMethodConfiguration();
case "#microsoft.graph.softwareUpdateStatusSummary": return new SoftwareUpdateStatusSummary();
+ case "#microsoft.graph.speakerAssignmentSubmission": return new SpeakerAssignmentSubmission();
case "#microsoft.graph.staleSignInAlertConfiguration": return new StaleSignInAlertConfiguration();
case "#microsoft.graph.staleSignInAlertIncident": return new StaleSignInAlertIncident();
case "#microsoft.graph.standardWebPart": return new StandardWebPart();
@@ -2404,7 +2405,6 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull
case "#microsoft.graph.windowsUpdates.contentApproval": return new ContentApproval();
case "#microsoft.graph.windowsUpdates.deployment": return new Deployment();
case "#microsoft.graph.windowsUpdates.deploymentAudience": return new DeploymentAudience();
- case "#microsoft.graph.windowsUpdates.driverUpdateCatalogEntry": return new DriverUpdateCatalogEntry();
}
return null;
}
@@ -2416,6 +2416,7 @@ private static Entity createFromDiscriminatorValue_3(@jakarta.annotation.Nonnull
@jakarta.annotation.Nonnull
private static Entity createFromDiscriminatorValue_4(@jakarta.annotation.Nonnull final String discriminatorValue) {
switch (discriminatorValue) {
+ case "#microsoft.graph.windowsUpdates.driverUpdateCatalogEntry": return new DriverUpdateCatalogEntry();
case "#microsoft.graph.windowsUpdates.edition": return new Edition();
case "#microsoft.graph.windowsUpdates.featureUpdateCatalogEntry": return new FeatureUpdateCatalogEntry();
case "#microsoft.graph.windowsUpdates.knowledgeBaseArticle": return new KnowledgeBaseArticle();
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ExchangeSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/ExchangeSettings.java
index e4f5845d45f..25434406999 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ExchangeSettings.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ExchangeSettings.java
@@ -36,7 +36,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the inPlaceArchiveMailboxId property value. The unique identifier for the user's in-place archive mailbox.
+ * Gets the inPlaceArchiveMailboxId property value. The inPlaceArchiveMailboxId property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -62,7 +62,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("primaryMailboxId", this.getPrimaryMailboxId());
}
/**
- * Sets the inPlaceArchiveMailboxId property value. The unique identifier for the user's in-place archive mailbox.
+ * Sets the inPlaceArchiveMailboxId property value. The inPlaceArchiveMailboxId property
* @param value Value to set for the inPlaceArchiveMailboxId property.
*/
public void setInPlaceArchiveMailboxId(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ExportItemResponse.java b/src/main/java/com/microsoft/graph/beta/generated/models/ExportItemResponse.java
index 1c4c497a7c7..6afb475247a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ExportItemResponse.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ExportItemResponse.java
@@ -64,7 +64,7 @@ public String getChangeKey() {
return this.backingStore.get("changeKey");
}
/**
- * Gets the data property value. Data that represents an item in a base64 encoded FastTransfer stream format.
+ * Gets the data property value. Data that represents an item in a base64 encoded opaque stream.
* @return a {@link byte[]}
*/
@jakarta.annotation.Nullable
@@ -145,7 +145,7 @@ public void setChangeKey(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("changeKey", value);
}
/**
- * Sets the data property value. Data that represents an item in a base64 encoded FastTransfer stream format.
+ * Sets the data property value. Data that represents an item in a base64 encoded opaque stream.
* @param value Value to set for the data property.
*/
public void setData(@jakarta.annotation.Nullable final byte[] value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Group.java b/src/main/java/com/microsoft/graph/beta/generated/models/Group.java
index 5619335b337..409b2e6cff2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Group.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Group.java
@@ -377,7 +377,7 @@ public Boolean getIsFavorite() {
return this.backingStore.get("isFavorite");
}
/**
- * Gets the isManagementRestricted property value. Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
+ * Gets the isManagementRestricted property value. Indicates whether the group is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -1082,7 +1082,7 @@ public void setIsFavorite(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("isFavorite", value);
}
/**
- * Sets the isManagementRestricted property value. Indicates whether the group is a member of a restricted management administrative unit. The default value is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
+ * Sets the isManagementRestricted property value. Indicates whether the group is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
* @param value Value to set for the isManagementRestricted property.
*/
public void setIsManagementRestricted(@jakarta.annotation.Nullable final Boolean value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IdentitySet.java b/src/main/java/com/microsoft/graph/beta/generated/models/IdentitySet.java
index 924287cff40..f91497621b2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IdentitySet.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IdentitySet.java
@@ -61,7 +61,7 @@ public Map getAdditionalData() {
return value;
}
/**
- * Gets the application property value. Optional. The application associated with this action.
+ * Gets the application property value. The Identity of the Application. This property is read-only.
* @return a {@link Identity}
*/
@jakarta.annotation.Nullable
@@ -77,7 +77,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the device property value. Optional. The device associated with this action.
+ * Gets the device property value. The Identity of the Device. This property is read-only.
* @return a {@link Identity}
*/
@jakarta.annotation.Nullable
@@ -106,7 +106,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the user property value. Optional. The user associated with this action.
+ * Gets the user property value. The Identity of the User. This property is read-only.
* @return a {@link Identity}
*/
@jakarta.annotation.Nullable
@@ -133,7 +133,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the key property value. Contains the name of the field that a value is associated with.
+ * Gets the key property value. Key.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -84,7 +84,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the value property value. Contains the corresponding value for the specified key.
+ * Gets the value property value. Value.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the key property value. Contains the name of the field that a value is associated with.
+ * Sets the key property value. Key.
* @param value Value to set for the key property.
*/
public void setKey(@jakarta.annotation.Nullable final String value) {
@@ -132,7 +132,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the value property value. Contains the corresponding value for the specified key.
+ * Sets the value property value. Value.
* @param value Value to set for the value property.
*/
public void setValue(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/KeyValuePair.java b/src/main/java/com/microsoft/graph/beta/generated/models/KeyValuePair.java
index 1b704cf9838..6c8e60f7359 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/KeyValuePair.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/KeyValuePair.java
@@ -68,7 +68,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the name property value. Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.
+ * Gets the name property value. Name for this key-value pair
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -84,7 +84,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the value property value. Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.
+ * Gets the value property value. Value for this key-value pair
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the name property value. Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.
+ * Sets the name property value. Name for this key-value pair
* @param value Value to set for the name property.
*/
public void setName(@jakarta.annotation.Nullable final String value) {
@@ -132,7 +132,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the value property value. Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.
+ * Sets the value property value. Value for this key-value pair
* @param value Value to set for the value property.
*/
public void setValue(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MailboxItemImportSession.java b/src/main/java/com/microsoft/graph/beta/generated/models/MailboxItemImportSession.java
index a3ea92a5da0..74c045e6be5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MailboxItemImportSession.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MailboxItemImportSession.java
@@ -77,7 +77,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the importUrl property value. The URL endpoint that accepts POST requests for FastTransfer stream format of the item.
+ * Gets the importUrl property value. The URL endpoint that accepts POST requests for uploading a mailbox item exported using exportItems.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -126,7 +126,7 @@ public void setExpirationDateTime(@jakarta.annotation.Nullable final OffsetDateT
this.backingStore.set("expirationDateTime", value);
}
/**
- * Sets the importUrl property value. The URL endpoint that accepts POST requests for FastTransfer stream format of the item.
+ * Sets the importUrl property value. The URL endpoint that accepts POST requests for uploading a mailbox item exported using exportItems.
* @param value Value to set for the importUrl property.
*/
public void setImportUrl(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MobileApp.java b/src/main/java/com/microsoft/graph/beta/generated/models/MobileApp.java
index 76cca558daf..8717bd61df0 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MobileApp.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MobileApp.java
@@ -91,7 +91,7 @@ public java.util.List getCategories() {
return this.backingStore.get("categories");
}
/**
- * Gets the createdDateTime property value. The date and time the app was created. This property is read-only.
+ * Gets the createdDateTime property value. The date and time the app was created.
* @return a {@link OffsetDateTime}
*/
@jakarta.annotation.Nullable
@@ -99,7 +99,7 @@ public OffsetDateTime getCreatedDateTime() {
return this.backingStore.get("createdDateTime");
}
/**
- * Gets the dependentAppCount property value. The total number of dependencies the child app has. This property is read-only.
+ * Gets the dependentAppCount property value. The total number of dependencies the child app has.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -170,7 +170,7 @@ public String getInformationUrl() {
return this.backingStore.get("informationUrl");
}
/**
- * Gets the isAssigned property value. The value indicating whether the app is assigned to at least one group. This property is read-only.
+ * Gets the isAssigned property value. The value indicating whether the app is assigned to at least one group.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -194,7 +194,7 @@ public MimeContent getLargeIcon() {
return this.backingStore.get("largeIcon");
}
/**
- * Gets the lastModifiedDateTime property value. The date and time the app was last modified. This property is read-only.
+ * Gets the lastModifiedDateTime property value. The date and time the app was last modified.
* @return a {@link OffsetDateTime}
*/
@jakarta.annotation.Nullable
@@ -242,7 +242,7 @@ public MobileAppPublishingState getPublishingState() {
return this.backingStore.get("publishingState");
}
/**
- * Gets the relationships property value. The set of direct relationships for this app.
+ * Gets the relationships property value. List of relationships for this mobile app.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -274,7 +274,7 @@ public Integer getSupersedingAppCount() {
return this.backingStore.get("supersedingAppCount");
}
/**
- * Gets the uploadState property value. The upload state. Possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only.
+ * Gets the uploadState property value. The upload state.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -319,14 +319,14 @@ public void setCategories(@jakarta.annotation.Nullable final java.util.List value) {
@@ -452,7 +452,7 @@ public void setSupersedingAppCount(@jakarta.annotation.Nullable final Integer va
this.backingStore.set("supersedingAppCount", value);
}
/**
- * Sets the uploadState property value. The upload state. Possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only.
+ * Sets the uploadState property value. The upload state.
* @param value Value to set for the uploadState property.
*/
public void setUploadState(@jakarta.annotation.Nullable final Integer value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/NotificationRecipients.java b/src/main/java/com/microsoft/graph/beta/generated/models/NotificationRecipients.java
index 1a3b01b2208..d09efbe22c8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/NotificationRecipients.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/NotificationRecipients.java
@@ -57,7 +57,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the customRecipients property value. A list of users or groups that receive notifications.
+ * Gets the customRecipients property value. A list of users or groups that receive notifications. Only specify this property when role is set to custom.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -119,7 +119,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the customRecipients property value. A list of users or groups that receive notifications.
+ * Sets the customRecipients property value. A list of users or groups that receive notifications. Only specify this property when role is set to custom.
* @param value Value to set for the customRecipients property.
*/
public void setCustomRecipients(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CiamUserSnapshot.java b/src/main/java/com/microsoft/graph/beta/generated/models/OperatingSystemSpecifications.java
similarity index 65%
rename from src/main/java/com/microsoft/graph/beta/generated/models/CiamUserSnapshot.java
rename to src/main/java/com/microsoft/graph/beta/generated/models/OperatingSystemSpecifications.java
index e0510adcac7..7fa6a47438f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CiamUserSnapshot.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/OperatingSystemSpecifications.java
@@ -11,28 +11,28 @@
import java.util.Map;
import java.util.Objects;
@jakarta.annotation.Generated("com.microsoft.kiota")
-public class CiamUserSnapshot implements AdditionalDataHolder, BackedModel, Parsable {
+public class OperatingSystemSpecifications implements AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
@jakarta.annotation.Nonnull
protected BackingStore backingStore;
/**
- * Instantiates a new {@link CiamUserSnapshot} and sets the default values.
+ * Instantiates a new {@link OperatingSystemSpecifications} and sets the default values.
*/
- public CiamUserSnapshot() {
+ public OperatingSystemSpecifications() {
this.backingStore = BackingStoreFactorySingleton.instance.createBackingStore();
this.setAdditionalData(new HashMap<>());
}
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
- * @return a {@link CiamUserSnapshot}
+ * @return a {@link OperatingSystemSpecifications}
*/
@jakarta.annotation.Nonnull
- public static CiamUserSnapshot createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ public static OperatingSystemSpecifications createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
Objects.requireNonNull(parseNode);
- return new CiamUserSnapshot();
+ return new OperatingSystemSpecifications();
}
/**
* Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -61,9 +61,10 @@ public BackingStore getBackingStore() {
*/
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
- final HashMap> deserializerMap = new HashMap>(2);
+ final HashMap> deserializerMap = new HashMap>(3);
deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
- deserializerMap.put("userId", (n) -> { this.setUserId(n.getStringValue()); });
+ deserializerMap.put("operatingSystemPlatform", (n) -> { this.setOperatingSystemPlatform(n.getStringValue()); });
+ deserializerMap.put("operatingSystemVersion", (n) -> { this.setOperatingSystemVersion(n.getStringValue()); });
return deserializerMap;
}
/**
@@ -75,12 +76,20 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the userId property value. The userId property
+ * Gets the operatingSystemPlatform property value. The platform of the operating system (for example, 'Windows').
* @return a {@link String}
*/
@jakarta.annotation.Nullable
- public String getUserId() {
- return this.backingStore.get("userId");
+ public String getOperatingSystemPlatform() {
+ return this.backingStore.get("operatingSystemPlatform");
+ }
+ /**
+ * Gets the operatingSystemVersion property value. The version string of the operating system.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getOperatingSystemVersion() {
+ return this.backingStore.get("operatingSystemVersion");
}
/**
* Serializes information the current object
@@ -89,7 +98,8 @@ public String getUserId() {
public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
Objects.requireNonNull(writer);
writer.writeStringValue("@odata.type", this.getOdataType());
- writer.writeStringValue("userId", this.getUserId());
+ writer.writeStringValue("operatingSystemPlatform", this.getOperatingSystemPlatform());
+ writer.writeStringValue("operatingSystemVersion", this.getOperatingSystemVersion());
writer.writeAdditionalData(this.getAdditionalData());
}
/**
@@ -115,10 +125,17 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the userId property value. The userId property
- * @param value Value to set for the userId property.
+ * Sets the operatingSystemPlatform property value. The platform of the operating system (for example, 'Windows').
+ * @param value Value to set for the operatingSystemPlatform property.
+ */
+ public void setOperatingSystemPlatform(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("operatingSystemPlatform", value);
+ }
+ /**
+ * Sets the operatingSystemVersion property value. The version string of the operating system.
+ * @param value Value to set for the operatingSystemVersion property.
*/
- public void setUserId(@jakarta.annotation.Nullable final String value) {
- this.backingStore.set("userId", value);
+ public void setOperatingSystemVersion(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("operatingSystemVersion", value);
}
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OrganizationalUnit.java b/src/main/java/com/microsoft/graph/beta/generated/models/OrganizationalUnit.java
deleted file mode 100644
index d1184d8eb8e..00000000000
--- a/src/main/java/com/microsoft/graph/beta/generated/models/OrganizationalUnit.java
+++ /dev/null
@@ -1,164 +0,0 @@
-package com.microsoft.graph.beta.models;
-
-import com.microsoft.kiota.serialization.Parsable;
-import com.microsoft.kiota.serialization.ParseNode;
-import com.microsoft.kiota.serialization.SerializationWriter;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-@jakarta.annotation.Generated("com.microsoft.kiota")
-public class OrganizationalUnit extends DirectoryObject implements Parsable {
- /**
- * Instantiates a new {@link OrganizationalUnit} and sets the default values.
- */
- public OrganizationalUnit() {
- super();
- this.setOdataType("#microsoft.graph.organizationalUnit");
- }
- /**
- * Creates a new instance of the appropriate class based on discriminator value
- * @param parseNode The parse node to use to read the discriminator value and create the object
- * @return a {@link OrganizationalUnit}
- */
- @jakarta.annotation.Nonnull
- public static OrganizationalUnit createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
- Objects.requireNonNull(parseNode);
- return new OrganizationalUnit();
- }
- /**
- * Gets the children property value. The children property
- * @return a {@link java.util.List}
- */
- @jakarta.annotation.Nullable
- public java.util.List getChildren() {
- return this.backingStore.get("children");
- }
- /**
- * Gets the description property value. The description property
- * @return a {@link String}
- */
- @jakarta.annotation.Nullable
- public String getDescription() {
- return this.backingStore.get("description");
- }
- /**
- * Gets the displayName property value. The displayName property
- * @return a {@link String}
- */
- @jakarta.annotation.Nullable
- public String getDisplayName() {
- return this.backingStore.get("displayName");
- }
- /**
- * The deserialization information for the current model
- * @return a {@link Map>}
- */
- @jakarta.annotation.Nonnull
- public Map> getFieldDeserializers() {
- final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
- deserializerMap.put("children", (n) -> { this.setChildren(n.getCollectionOfObjectValues(OrganizationalUnit::createFromDiscriminatorValue)); });
- deserializerMap.put("description", (n) -> { this.setDescription(n.getStringValue()); });
- deserializerMap.put("displayName", (n) -> { this.setDisplayName(n.getStringValue()); });
- deserializerMap.put("organizationalUnitParent", (n) -> { this.setOrganizationalUnitParent(n.getObjectValue(OrganizationalUnit::createFromDiscriminatorValue)); });
- deserializerMap.put("resources", (n) -> { this.setResources(n.getCollectionOfObjectValues(DirectoryObject::createFromDiscriminatorValue)); });
- deserializerMap.put("transitiveChildren", (n) -> { this.setTransitiveChildren(n.getCollectionOfObjectValues(OrganizationalUnit::createFromDiscriminatorValue)); });
- deserializerMap.put("transitiveResources", (n) -> { this.setTransitiveResources(n.getCollectionOfObjectValues(DirectoryObject::createFromDiscriminatorValue)); });
- return deserializerMap;
- }
- /**
- * Gets the organizationalUnitParent property value. The organizationalUnitParent property
- * @return a {@link OrganizationalUnit}
- */
- @jakarta.annotation.Nullable
- public OrganizationalUnit getOrganizationalUnitParent() {
- return this.backingStore.get("organizationalUnitParent");
- }
- /**
- * Gets the resources property value. The resources property
- * @return a {@link java.util.List}
- */
- @jakarta.annotation.Nullable
- public java.util.List getResources() {
- return this.backingStore.get("resources");
- }
- /**
- * Gets the transitiveChildren property value. The transitiveChildren property
- * @return a {@link java.util.List}
- */
- @jakarta.annotation.Nullable
- public java.util.List getTransitiveChildren() {
- return this.backingStore.get("transitiveChildren");
- }
- /**
- * Gets the transitiveResources property value. The transitiveResources property
- * @return a {@link java.util.List}
- */
- @jakarta.annotation.Nullable
- public java.util.List getTransitiveResources() {
- return this.backingStore.get("transitiveResources");
- }
- /**
- * Serializes information the current object
- * @param writer Serialization writer to use to serialize this model
- */
- public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
- Objects.requireNonNull(writer);
- super.serialize(writer);
- writer.writeCollectionOfObjectValues("children", this.getChildren());
- writer.writeStringValue("description", this.getDescription());
- writer.writeStringValue("displayName", this.getDisplayName());
- writer.writeObjectValue("organizationalUnitParent", this.getOrganizationalUnitParent());
- writer.writeCollectionOfObjectValues("resources", this.getResources());
- writer.writeCollectionOfObjectValues("transitiveChildren", this.getTransitiveChildren());
- writer.writeCollectionOfObjectValues("transitiveResources", this.getTransitiveResources());
- }
- /**
- * Sets the children property value. The children property
- * @param value Value to set for the children property.
- */
- public void setChildren(@jakarta.annotation.Nullable final java.util.List value) {
- this.backingStore.set("children", value);
- }
- /**
- * Sets the description property value. The description property
- * @param value Value to set for the description property.
- */
- public void setDescription(@jakarta.annotation.Nullable final String value) {
- this.backingStore.set("description", value);
- }
- /**
- * Sets the displayName property value. The displayName property
- * @param value Value to set for the displayName property.
- */
- public void setDisplayName(@jakarta.annotation.Nullable final String value) {
- this.backingStore.set("displayName", value);
- }
- /**
- * Sets the organizationalUnitParent property value. The organizationalUnitParent property
- * @param value Value to set for the organizationalUnitParent property.
- */
- public void setOrganizationalUnitParent(@jakarta.annotation.Nullable final OrganizationalUnit value) {
- this.backingStore.set("organizationalUnitParent", value);
- }
- /**
- * Sets the resources property value. The resources property
- * @param value Value to set for the resources property.
- */
- public void setResources(@jakarta.annotation.Nullable final java.util.List value) {
- this.backingStore.set("resources", value);
- }
- /**
- * Sets the transitiveChildren property value. The transitiveChildren property
- * @param value Value to set for the transitiveChildren property.
- */
- public void setTransitiveChildren(@jakarta.annotation.Nullable final java.util.List value) {
- this.backingStore.set("transitiveChildren", value);
- }
- /**
- * Sets the transitiveResources property value. The transitiveResources property
- * @param value Value to set for the transitiveResources property.
- */
- public void setTransitiveResources(@jakarta.annotation.Nullable final java.util.List value) {
- this.backingStore.set("transitiveResources", value);
- }
-}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PhoneUserConversationMember.java b/src/main/java/com/microsoft/graph/beta/generated/models/PhoneUserConversationMember.java
new file mode 100644
index 00000000000..3eca8fb4aa9
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/PhoneUserConversationMember.java
@@ -0,0 +1,62 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class PhoneUserConversationMember extends ConversationMember implements Parsable {
+ /**
+ * Instantiates a new {@link PhoneUserConversationMember} and sets the default values.
+ */
+ public PhoneUserConversationMember() {
+ super();
+ this.setOdataType("#microsoft.graph.phoneUserConversationMember");
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link PhoneUserConversationMember}
+ */
+ @jakarta.annotation.Nonnull
+ public static PhoneUserConversationMember createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new PhoneUserConversationMember();
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("phoneNumber", (n) -> { this.setPhoneNumber(n.getStringValue()); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the phoneNumber property value. The phone number of the conversation member.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getPhoneNumber() {
+ return this.backingStore.get("phoneNumber");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeStringValue("phoneNumber", this.getPhoneNumber());
+ }
+ /**
+ * Sets the phoneNumber property value. The phone number of the conversation member.
+ * @param value Value to set for the phoneNumber property.
+ */
+ public void setPhoneNumber(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("phoneNumber", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ProcessContentMetadataBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/ProcessContentMetadataBase.java
index 9a870309709..7dc30c093b3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ProcessContentMetadataBase.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ProcessContentMetadataBase.java
@@ -73,7 +73,7 @@ public ContentBase getContent() {
return this.backingStore.get("content");
}
/**
- * Gets the correlationId property value. An GUID identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation).
+ * Gets the correlationId property value. An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation).
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -204,7 +204,7 @@ public void setContent(@jakarta.annotation.Nullable final ContentBase value) {
this.backingStore.set("content", value);
}
/**
- * Sets the correlationId property value. An GUID identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation).
+ * Sets the correlationId property value. An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation).
* @param value Value to set for the correlationId property.
*/
public void setCorrelationId(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ProcessContentResponse.java b/src/main/java/com/microsoft/graph/beta/generated/models/ProcessContentResponse.java
index 023e32db1ca..0f73922068e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ProcessContentResponse.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ProcessContentResponse.java
@@ -77,7 +77,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the policyActions property value. A collection of policy actions (like DLP actions) triggered by the processed content. NOTE: Currently, the only policyAction supported in processContentResponse is '_restrictAccess'
+ * Gets the policyActions property value. A collection of policy actions (like DLP actions) triggered by the processed content. NOTE: Currently, the only policy action supported in for this resource type is restrictAccess.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -135,7 +135,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the policyActions property value. A collection of policy actions (like DLP actions) triggered by the processed content. NOTE: Currently, the only policyAction supported in processContentResponse is '_restrictAccess'
+ * Sets the policyActions property value. A collection of policy actions (like DLP actions) triggered by the processed content. NOTE: Currently, the only policy action supported in for this resource type is restrictAccess.
* @param value Value to set for the policyActions property.
*/
public void setPolicyActions(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ProcessFileMetadata.java b/src/main/java/com/microsoft/graph/beta/generated/models/ProcessFileMetadata.java
index 3d621a1311b..79ae45c5b72 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ProcessFileMetadata.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ProcessFileMetadata.java
@@ -45,7 +45,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the ownerId property value. The unique identifier (for example, Object ID or UPN) of the owner of the file.
+ * Gets the ownerId property value. The unique identifier (for example, Entra User ID or UPN) of the owner of the file.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -70,7 +70,7 @@ public void setCustomProperties(@jakarta.annotation.Nullable final CustomMetadat
this.backingStore.set("customProperties", value);
}
/**
- * Sets the ownerId property value. The unique identifier (for example, Object ID or UPN) of the owner of the file.
+ * Sets the ownerId property value. The unique identifier (for example, Entra User ID or UPN) of the owner of the file.
* @param value Value to set for the ownerId property.
*/
public void setOwnerId(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ProtectedApplicationMetadata.java b/src/main/java/com/microsoft/graph/beta/generated/models/ProtectedApplicationMetadata.java
index 8daf0bda12b..dc48ca08c77 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ProtectedApplicationMetadata.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ProtectedApplicationMetadata.java
@@ -26,7 +26,7 @@ public static ProtectedApplicationMetadata createFromDiscriminatorValue(@jakarta
return new ProtectedApplicationMetadata();
}
/**
- * Gets the applicationLocation property value. The Entra client (application) ID. Required.
+ * Gets the applicationLocation property value. The client (application) ID of the Microsoft Entra application. Required.
* @return a {@link PolicyLocation}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("applicationLocation", this.getApplicationLocation());
}
/**
- * Sets the applicationLocation property value. The Entra client (application) ID. Required.
+ * Sets the applicationLocation property value. The client (application) ID of the Microsoft Entra application. Required.
* @param value Value to set for the applicationLocation property.
*/
public void setApplicationLocation(@jakarta.annotation.Nullable final PolicyLocation value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ProtectionUnitBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/ProtectionUnitBase.java
index 95ef1c88b33..6c05c36e8ec 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ProtectionUnitBase.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ProtectionUnitBase.java
@@ -71,6 +71,7 @@ public Map> getFieldDeserializers
deserializerMap.put("error", (n) -> { this.setError(n.getObjectValue(PublicError::createFromDiscriminatorValue)); });
deserializerMap.put("lastModifiedBy", (n) -> { this.setLastModifiedBy(n.getObjectValue(IdentitySet::createFromDiscriminatorValue)); });
deserializerMap.put("lastModifiedDateTime", (n) -> { this.setLastModifiedDateTime(n.getOffsetDateTimeValue()); });
+ deserializerMap.put("offboardRequestedDateTime", (n) -> { this.setOffboardRequestedDateTime(n.getOffsetDateTimeValue()); });
deserializerMap.put("policyId", (n) -> { this.setPolicyId(n.getStringValue()); });
deserializerMap.put("protectionSources", (n) -> { this.setProtectionSources(n.getEnumSetValue(ProtectionSource::forValue)); });
deserializerMap.put("status", (n) -> { this.setStatus(n.getEnumValue(ProtectionUnitStatus::forValue)); });
@@ -92,6 +93,14 @@ public IdentitySet getLastModifiedBy() {
public OffsetDateTime getLastModifiedDateTime() {
return this.backingStore.get("lastModifiedDateTime");
}
+ /**
+ * Gets the offboardRequestedDateTime property value. The time when protection unit offboard was requested.
+ * @return a {@link OffsetDateTime}
+ */
+ @jakarta.annotation.Nullable
+ public OffsetDateTime getOffboardRequestedDateTime() {
+ return this.backingStore.get("offboardRequestedDateTime");
+ }
/**
* Gets the policyId property value. The unique identifier of the protection policy based on which protection unit was created.
* @return a {@link String}
@@ -128,6 +137,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("error", this.getError());
writer.writeObjectValue("lastModifiedBy", this.getLastModifiedBy());
writer.writeOffsetDateTimeValue("lastModifiedDateTime", this.getLastModifiedDateTime());
+ writer.writeOffsetDateTimeValue("offboardRequestedDateTime", this.getOffboardRequestedDateTime());
writer.writeStringValue("policyId", this.getPolicyId());
writer.writeEnumSetValue("protectionSources", this.getProtectionSources());
writer.writeEnumValue("status", this.getStatus());
@@ -167,6 +177,13 @@ public void setLastModifiedBy(@jakarta.annotation.Nullable final IdentitySet val
public void setLastModifiedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
this.backingStore.set("lastModifiedDateTime", value);
}
+ /**
+ * Sets the offboardRequestedDateTime property value. The time when protection unit offboard was requested.
+ * @param value Value to set for the offboardRequestedDateTime property.
+ */
+ public void setOffboardRequestedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
+ this.backingStore.set("offboardRequestedDateTime", value);
+ }
/**
* Sets the policyId property value. The unique identifier of the protection policy based on which protection unit was created.
* @param value Value to set for the policyId property.
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ProtectionUnitStatus.java b/src/main/java/com/microsoft/graph/beta/generated/models/ProtectionUnitStatus.java
index 79b1905f337..85d45bdabc4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ProtectionUnitStatus.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ProtectionUnitStatus.java
@@ -10,7 +10,10 @@ public enum ProtectionUnitStatus implements ValuedEnum {
UnprotectRequested("unprotectRequested"),
Unprotected("unprotected"),
RemoveRequested("removeRequested"),
- UnknownFutureValue("unknownFutureValue");
+ UnknownFutureValue("unknownFutureValue"),
+ OffboardRequested("offboardRequested"),
+ Offboarded("offboarded"),
+ CancelOffboardRequested("cancelOffboardRequested");
public final String value;
ProtectionUnitStatus(final String value) {
this.value = value;
@@ -27,6 +30,9 @@ public static ProtectionUnitStatus forValue(@jakarta.annotation.Nonnull final St
case "unprotected": return Unprotected;
case "removeRequested": return RemoveRequested;
case "unknownFutureValue": return UnknownFutureValue;
+ case "offboardRequested": return OffboardRequested;
+ case "offboarded": return Offboarded;
+ case "cancelOffboardRequested": return CancelOffboardRequested;
default: return null;
}
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RegistrationAuthMethod.java b/src/main/java/com/microsoft/graph/beta/generated/models/RegistrationAuthMethod.java
index 87485254669..c5adcdf4fbf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/RegistrationAuthMethod.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/RegistrationAuthMethod.java
@@ -14,7 +14,8 @@ public enum RegistrationAuthMethod implements ValuedEnum {
AlternateMobilePhone("alternateMobilePhone"),
Fido("fido"),
AppPassword("appPassword"),
- UnknownFutureValue("unknownFutureValue");
+ UnknownFutureValue("unknownFutureValue"),
+ ExternalAuthMethod("externalAuthMethod");
public final String value;
RegistrationAuthMethod(final String value) {
this.value = value;
@@ -35,6 +36,7 @@ public static RegistrationAuthMethod forValue(@jakarta.annotation.Nonnull final
case "fido": return Fido;
case "appPassword": return AppPassword;
case "unknownFutureValue": return UnknownFutureValue;
+ case "externalAuthMethod": return ExternalAuthMethod;
default: return null;
}
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Report.java b/src/main/java/com/microsoft/graph/beta/generated/models/Report.java
index d99a393990c..d563e1b88a4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Report.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Report.java
@@ -59,7 +59,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the content property value. Report content; details vary by report type.
+ * Gets the content property value. The http content that has the data
* @return a {@link byte[]}
*/
@jakarta.annotation.Nullable
@@ -111,7 +111,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the content property value. Report content; details vary by report type.
+ * Sets the content property value. The http content that has the data
* @param value Value to set for the content property.
*/
public void setContent(@jakarta.annotation.Nullable final byte[] value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ReportsRoot.java b/src/main/java/com/microsoft/graph/beta/generated/models/ReportsRoot.java
index 988c8a7aa9f..daf7f0291dc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ReportsRoot.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ReportsRoot.java
@@ -33,6 +33,7 @@ public Map> getFieldDeserializers
final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
deserializerMap.put("readingAssignmentSubmissions", (n) -> { this.setReadingAssignmentSubmissions(n.getCollectionOfObjectValues(ReadingAssignmentSubmission::createFromDiscriminatorValue)); });
deserializerMap.put("reflectCheckInResponses", (n) -> { this.setReflectCheckInResponses(n.getCollectionOfObjectValues(ReflectCheckInResponse::createFromDiscriminatorValue)); });
+ deserializerMap.put("speakerAssignmentSubmissions", (n) -> { this.setSpeakerAssignmentSubmissions(n.getCollectionOfObjectValues(SpeakerAssignmentSubmission::createFromDiscriminatorValue)); });
return deserializerMap;
}
/**
@@ -51,6 +52,14 @@ public java.util.List getReadingAssignmentSubmissio
public java.util.List getReflectCheckInResponses() {
return this.backingStore.get("reflectCheckInResponses");
}
+ /**
+ * Gets the speakerAssignmentSubmissions property value. Details of submitted speaker assignments.
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getSpeakerAssignmentSubmissions() {
+ return this.backingStore.get("speakerAssignmentSubmissions");
+ }
/**
* Serializes information the current object
* @param writer Serialization writer to use to serialize this model
@@ -60,6 +69,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
super.serialize(writer);
writer.writeCollectionOfObjectValues("readingAssignmentSubmissions", this.getReadingAssignmentSubmissions());
writer.writeCollectionOfObjectValues("reflectCheckInResponses", this.getReflectCheckInResponses());
+ writer.writeCollectionOfObjectValues("speakerAssignmentSubmissions", this.getSpeakerAssignmentSubmissions());
}
/**
* Sets the readingAssignmentSubmissions property value. The readingAssignmentSubmissions property
@@ -75,4 +85,11 @@ public void setReadingAssignmentSubmissions(@jakarta.annotation.Nullable final j
public void setReflectCheckInResponses(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("reflectCheckInResponses", value);
}
+ /**
+ * Sets the speakerAssignmentSubmissions property value. Details of submitted speaker assignments.
+ * @param value Value to set for the speakerAssignmentSubmissions property.
+ */
+ public void setSpeakerAssignmentSubmissions(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("speakerAssignmentSubmissions", value);
+ }
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RestrictAccessAction.java b/src/main/java/com/microsoft/graph/beta/generated/models/RestrictAccessAction.java
new file mode 100644
index 00000000000..86661ba7dc2
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/RestrictAccessAction.java
@@ -0,0 +1,45 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class RestrictAccessAction extends RestrictAccessActionBase implements Parsable {
+ /**
+ * Instantiates a new {@link RestrictAccessAction} and sets the default values.
+ */
+ public RestrictAccessAction() {
+ super();
+ this.setOdataType("#microsoft.graph.restrictAccessAction");
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link RestrictAccessAction}
+ */
+ @jakarta.annotation.Nonnull
+ public static RestrictAccessAction createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new RestrictAccessAction();
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ return deserializerMap;
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RestrictAccessActionBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/RestrictAccessActionBase.java
new file mode 100644
index 00000000000..068591fe115
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/RestrictAccessActionBase.java
@@ -0,0 +1,68 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class RestrictAccessActionBase extends DlpActionInfo implements Parsable {
+ /**
+ * Instantiates a new {@link RestrictAccessActionBase} and sets the default values.
+ */
+ public RestrictAccessActionBase() {
+ super();
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link RestrictAccessActionBase}
+ */
+ @jakarta.annotation.Nonnull
+ public static RestrictAccessActionBase createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ final ParseNode mappingValueNode = parseNode.getChildNode("@odata.type");
+ if (mappingValueNode != null) {
+ final String mappingValue = mappingValueNode.getStringValue();
+ switch (mappingValue) {
+ case "#microsoft.graph.restrictAccessAction": return new RestrictAccessAction();
+ }
+ }
+ return new RestrictAccessActionBase();
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("restrictionAction", (n) -> { this.setRestrictionAction(n.getEnumValue(RestrictionAction::forValue)); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the restrictionAction property value. Action for the app to take. The possible values are: warn, audit, block.
+ * @return a {@link RestrictionAction}
+ */
+ @jakarta.annotation.Nullable
+ public RestrictionAction getRestrictionAction() {
+ return this.backingStore.get("restrictionAction");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeEnumValue("restrictionAction", this.getRestrictionAction());
+ }
+ /**
+ * Sets the restrictionAction property value. Action for the app to take. The possible values are: warn, audit, block.
+ * @param value Value to set for the restrictionAction property.
+ */
+ public void setRestrictionAction(@jakarta.annotation.Nullable final RestrictionAction value) {
+ this.backingStore.set("restrictionAction", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/RestrictionAction.java b/src/main/java/com/microsoft/graph/beta/generated/models/RestrictionAction.java
new file mode 100644
index 00000000000..e91bfa87e05
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/RestrictionAction.java
@@ -0,0 +1,27 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.ValuedEnum;
+import java.util.Objects;
+
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public enum RestrictionAction implements ValuedEnum {
+ Warn("warn"),
+ Audit("audit"),
+ Block("block");
+ public final String value;
+ RestrictionAction(final String value) {
+ this.value = value;
+ }
+ @jakarta.annotation.Nonnull
+ public String getValue() { return this.value; }
+ @jakarta.annotation.Nullable
+ public static RestrictionAction forValue(@jakarta.annotation.Nonnull final String searchValue) {
+ Objects.requireNonNull(searchValue);
+ switch(searchValue) {
+ case "warn": return Warn;
+ case "audit": return Audit;
+ case "block": return Block;
+ default: return null;
+ }
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SelfServiceSignUp.java b/src/main/java/com/microsoft/graph/beta/generated/models/SelfServiceSignUp.java
index f52ddc797b2..4e9c8be81a5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/SelfServiceSignUp.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/SelfServiceSignUp.java
@@ -81,7 +81,7 @@ public Map> getFieldDeserializers
deserializerMap.put("signUpIdentityProvider", (n) -> { this.setSignUpIdentityProvider(n.getStringValue()); });
deserializerMap.put("signUpStage", (n) -> { this.setSignUpStage(n.getEnumValue(SignUpStage::forValue)); });
deserializerMap.put("status", (n) -> { this.setStatus(n.getObjectValue(SignUpStatus::createFromDiscriminatorValue)); });
- deserializerMap.put("userSnapshot", (n) -> { this.setUserSnapshot(n.getObjectValue(CiamUserSnapshot::createFromDiscriminatorValue)); });
+ deserializerMap.put("userId", (n) -> { this.setUserId(n.getStringValue()); });
return deserializerMap;
}
/**
@@ -117,12 +117,12 @@ public SignUpStatus getStatus() {
return this.backingStore.get("status");
}
/**
- * Gets the userSnapshot property value. The userSnapshot property
- * @return a {@link CiamUserSnapshot}
+ * Gets the userId property value. The identifier of the user object created during the sign-up.
+ * @return a {@link String}
*/
@jakarta.annotation.Nullable
- public CiamUserSnapshot getUserSnapshot() {
- return this.backingStore.get("userSnapshot");
+ public String getUserId() {
+ return this.backingStore.get("userId");
}
/**
* Serializes information the current object
@@ -140,7 +140,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("signUpIdentityProvider", this.getSignUpIdentityProvider());
writer.writeEnumValue("signUpStage", this.getSignUpStage());
writer.writeObjectValue("status", this.getStatus());
- writer.writeObjectValue("userSnapshot", this.getUserSnapshot());
+ writer.writeStringValue("userId", this.getUserId());
}
/**
* Sets the appDisplayName property value. App name displayed in the Microsoft Entra admin center. Supports $filter (eq, startsWith).
@@ -206,10 +206,10 @@ public void setStatus(@jakarta.annotation.Nullable final SignUpStatus value) {
this.backingStore.set("status", value);
}
/**
- * Sets the userSnapshot property value. The userSnapshot property
- * @param value Value to set for the userSnapshot property.
+ * Sets the userId property value. The identifier of the user object created during the sign-up.
+ * @param value Value to set for the userId property.
*/
- public void setUserSnapshot(@jakarta.annotation.Nullable final CiamUserSnapshot value) {
- this.backingStore.set("userSnapshot", value);
+ public void setUserId(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("userId", value);
}
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SpeakerAssignmentSubmission.java b/src/main/java/com/microsoft/graph/beta/generated/models/SpeakerAssignmentSubmission.java
new file mode 100644
index 00000000000..359e3accd8c
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/SpeakerAssignmentSubmission.java
@@ -0,0 +1,368 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.time.OffsetDateTime;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class SpeakerAssignmentSubmission extends Entity implements Parsable {
+ /**
+ * Instantiates a new {@link SpeakerAssignmentSubmission} and sets the default values.
+ */
+ public SpeakerAssignmentSubmission() {
+ super();
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link SpeakerAssignmentSubmission}
+ */
+ @jakarta.annotation.Nonnull
+ public static SpeakerAssignmentSubmission createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new SpeakerAssignmentSubmission();
+ }
+ /**
+ * Gets the assignmentId property value. ID of the assignment with which this submission is associated.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getAssignmentId() {
+ return this.backingStore.get("assignmentId");
+ }
+ /**
+ * Gets the averageWordsPerMinutePace property value. The average speaking pace of the student, measured in words per minute.
+ * @return a {@link Long}
+ */
+ @jakarta.annotation.Nullable
+ public Long getAverageWordsPerMinutePace() {
+ return this.backingStore.get("averageWordsPerMinutePace");
+ }
+ /**
+ * Gets the classId property value. ID of the class this speaker progress is associated with.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getClassId() {
+ return this.backingStore.get("classId");
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("assignmentId", (n) -> { this.setAssignmentId(n.getStringValue()); });
+ deserializerMap.put("averageWordsPerMinutePace", (n) -> { this.setAverageWordsPerMinutePace(n.getLongValue()); });
+ deserializerMap.put("classId", (n) -> { this.setClassId(n.getStringValue()); });
+ deserializerMap.put("fillerWordsOccurrencesCount", (n) -> { this.setFillerWordsOccurrencesCount(n.getLongValue()); });
+ deserializerMap.put("incorrectCameraDistanceOccurrencesCount", (n) -> { this.setIncorrectCameraDistanceOccurrencesCount(n.getLongValue()); });
+ deserializerMap.put("lengthOfSubmissionInSeconds", (n) -> { this.setLengthOfSubmissionInSeconds(n.getDoubleValue()); });
+ deserializerMap.put("lostEyeContactOccurrencesCount", (n) -> { this.setLostEyeContactOccurrencesCount(n.getLongValue()); });
+ deserializerMap.put("monotoneOccurrencesCount", (n) -> { this.setMonotoneOccurrencesCount(n.getLongValue()); });
+ deserializerMap.put("nonInclusiveLanguageOccurrencesCount", (n) -> { this.setNonInclusiveLanguageOccurrencesCount(n.getLongValue()); });
+ deserializerMap.put("obstructedViewOccurrencesCount", (n) -> { this.setObstructedViewOccurrencesCount(n.getLongValue()); });
+ deserializerMap.put("repetitiveLanguageOccurrencesCount", (n) -> { this.setRepetitiveLanguageOccurrencesCount(n.getLongValue()); });
+ deserializerMap.put("studentId", (n) -> { this.setStudentId(n.getStringValue()); });
+ deserializerMap.put("submissionDateTime", (n) -> { this.setSubmissionDateTime(n.getOffsetDateTimeValue()); });
+ deserializerMap.put("submissionId", (n) -> { this.setSubmissionId(n.getStringValue()); });
+ deserializerMap.put("topFillerWords", (n) -> { this.setTopFillerWords(n.getCollectionOfPrimitiveValues(String.class)); });
+ deserializerMap.put("topMispronouncedWords", (n) -> { this.setTopMispronouncedWords(n.getCollectionOfPrimitiveValues(String.class)); });
+ deserializerMap.put("topNonInclusiveWordsAndPhrases", (n) -> { this.setTopNonInclusiveWordsAndPhrases(n.getCollectionOfPrimitiveValues(String.class)); });
+ deserializerMap.put("topRepetitiveWordsAndPhrases", (n) -> { this.setTopRepetitiveWordsAndPhrases(n.getCollectionOfPrimitiveValues(String.class)); });
+ deserializerMap.put("wordsSpokenCount", (n) -> { this.setWordsSpokenCount(n.getLongValue()); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the fillerWordsOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using a filler word.
+ * @return a {@link Long}
+ */
+ @jakarta.annotation.Nullable
+ public Long getFillerWordsOccurrencesCount() {
+ return this.backingStore.get("fillerWordsOccurrencesCount");
+ }
+ /**
+ * Gets the incorrectCameraDistanceOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for being either too close or too far away from the camera.
+ * @return a {@link Long}
+ */
+ @jakarta.annotation.Nullable
+ public Long getIncorrectCameraDistanceOccurrencesCount() {
+ return this.backingStore.get("incorrectCameraDistanceOccurrencesCount");
+ }
+ /**
+ * Gets the lengthOfSubmissionInSeconds property value. The length of the student submission in seconds.
+ * @return a {@link Double}
+ */
+ @jakarta.annotation.Nullable
+ public Double getLengthOfSubmissionInSeconds() {
+ return this.backingStore.get("lengthOfSubmissionInSeconds");
+ }
+ /**
+ * Gets the lostEyeContactOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for losing eye contact with the camera.
+ * @return a {@link Long}
+ */
+ @jakarta.annotation.Nullable
+ public Long getLostEyeContactOccurrencesCount() {
+ return this.backingStore.get("lostEyeContactOccurrencesCount");
+ }
+ /**
+ * Gets the monotoneOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for speaking in monotone.
+ * @return a {@link Long}
+ */
+ @jakarta.annotation.Nullable
+ public Long getMonotoneOccurrencesCount() {
+ return this.backingStore.get("monotoneOccurrencesCount");
+ }
+ /**
+ * Gets the nonInclusiveLanguageOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using non-inclusive or sensitive language.
+ * @return a {@link Long}
+ */
+ @jakarta.annotation.Nullable
+ public Long getNonInclusiveLanguageOccurrencesCount() {
+ return this.backingStore.get("nonInclusiveLanguageOccurrencesCount");
+ }
+ /**
+ * Gets the obstructedViewOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for obstructing the view of their face.
+ * @return a {@link Long}
+ */
+ @jakarta.annotation.Nullable
+ public Long getObstructedViewOccurrencesCount() {
+ return this.backingStore.get("obstructedViewOccurrencesCount");
+ }
+ /**
+ * Gets the repetitiveLanguageOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using repetitive language.
+ * @return a {@link Long}
+ */
+ @jakarta.annotation.Nullable
+ public Long getRepetitiveLanguageOccurrencesCount() {
+ return this.backingStore.get("repetitiveLanguageOccurrencesCount");
+ }
+ /**
+ * Gets the studentId property value. ID of the user this speaker progress is associated with.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getStudentId() {
+ return this.backingStore.get("studentId");
+ }
+ /**
+ * Gets the submissionDateTime property value. Date and time of the submission this speaker progress is associated with. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
+ * @return a {@link OffsetDateTime}
+ */
+ @jakarta.annotation.Nullable
+ public OffsetDateTime getSubmissionDateTime() {
+ return this.backingStore.get("submissionDateTime");
+ }
+ /**
+ * Gets the submissionId property value. ID of the submission this speaker progress is associated with.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getSubmissionId() {
+ return this.backingStore.get("submissionId");
+ }
+ /**
+ * Gets the topFillerWords property value. The filler words used most by the student.
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getTopFillerWords() {
+ return this.backingStore.get("topFillerWords");
+ }
+ /**
+ * Gets the topMispronouncedWords property value. The words mispronounced most by the student.
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getTopMispronouncedWords() {
+ return this.backingStore.get("topMispronouncedWords");
+ }
+ /**
+ * Gets the topNonInclusiveWordsAndPhrases property value. The non-inclusive or sensitive words and phrases most used by the student.
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getTopNonInclusiveWordsAndPhrases() {
+ return this.backingStore.get("topNonInclusiveWordsAndPhrases");
+ }
+ /**
+ * Gets the topRepetitiveWordsAndPhrases property value. The words and phrases most repeated by the student.
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getTopRepetitiveWordsAndPhrases() {
+ return this.backingStore.get("topRepetitiveWordsAndPhrases");
+ }
+ /**
+ * Gets the wordsSpokenCount property value. Total number of words spoken by the student in the submission.
+ * @return a {@link Long}
+ */
+ @jakarta.annotation.Nullable
+ public Long getWordsSpokenCount() {
+ return this.backingStore.get("wordsSpokenCount");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeStringValue("assignmentId", this.getAssignmentId());
+ writer.writeLongValue("averageWordsPerMinutePace", this.getAverageWordsPerMinutePace());
+ writer.writeStringValue("classId", this.getClassId());
+ writer.writeLongValue("fillerWordsOccurrencesCount", this.getFillerWordsOccurrencesCount());
+ writer.writeLongValue("incorrectCameraDistanceOccurrencesCount", this.getIncorrectCameraDistanceOccurrencesCount());
+ writer.writeDoubleValue("lengthOfSubmissionInSeconds", this.getLengthOfSubmissionInSeconds());
+ writer.writeLongValue("lostEyeContactOccurrencesCount", this.getLostEyeContactOccurrencesCount());
+ writer.writeLongValue("monotoneOccurrencesCount", this.getMonotoneOccurrencesCount());
+ writer.writeLongValue("nonInclusiveLanguageOccurrencesCount", this.getNonInclusiveLanguageOccurrencesCount());
+ writer.writeLongValue("obstructedViewOccurrencesCount", this.getObstructedViewOccurrencesCount());
+ writer.writeLongValue("repetitiveLanguageOccurrencesCount", this.getRepetitiveLanguageOccurrencesCount());
+ writer.writeStringValue("studentId", this.getStudentId());
+ writer.writeOffsetDateTimeValue("submissionDateTime", this.getSubmissionDateTime());
+ writer.writeStringValue("submissionId", this.getSubmissionId());
+ writer.writeCollectionOfPrimitiveValues("topFillerWords", this.getTopFillerWords());
+ writer.writeCollectionOfPrimitiveValues("topMispronouncedWords", this.getTopMispronouncedWords());
+ writer.writeCollectionOfPrimitiveValues("topNonInclusiveWordsAndPhrases", this.getTopNonInclusiveWordsAndPhrases());
+ writer.writeCollectionOfPrimitiveValues("topRepetitiveWordsAndPhrases", this.getTopRepetitiveWordsAndPhrases());
+ writer.writeLongValue("wordsSpokenCount", this.getWordsSpokenCount());
+ }
+ /**
+ * Sets the assignmentId property value. ID of the assignment with which this submission is associated.
+ * @param value Value to set for the assignmentId property.
+ */
+ public void setAssignmentId(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("assignmentId", value);
+ }
+ /**
+ * Sets the averageWordsPerMinutePace property value. The average speaking pace of the student, measured in words per minute.
+ * @param value Value to set for the averageWordsPerMinutePace property.
+ */
+ public void setAverageWordsPerMinutePace(@jakarta.annotation.Nullable final Long value) {
+ this.backingStore.set("averageWordsPerMinutePace", value);
+ }
+ /**
+ * Sets the classId property value. ID of the class this speaker progress is associated with.
+ * @param value Value to set for the classId property.
+ */
+ public void setClassId(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("classId", value);
+ }
+ /**
+ * Sets the fillerWordsOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using a filler word.
+ * @param value Value to set for the fillerWordsOccurrencesCount property.
+ */
+ public void setFillerWordsOccurrencesCount(@jakarta.annotation.Nullable final Long value) {
+ this.backingStore.set("fillerWordsOccurrencesCount", value);
+ }
+ /**
+ * Sets the incorrectCameraDistanceOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for being either too close or too far away from the camera.
+ * @param value Value to set for the incorrectCameraDistanceOccurrencesCount property.
+ */
+ public void setIncorrectCameraDistanceOccurrencesCount(@jakarta.annotation.Nullable final Long value) {
+ this.backingStore.set("incorrectCameraDistanceOccurrencesCount", value);
+ }
+ /**
+ * Sets the lengthOfSubmissionInSeconds property value. The length of the student submission in seconds.
+ * @param value Value to set for the lengthOfSubmissionInSeconds property.
+ */
+ public void setLengthOfSubmissionInSeconds(@jakarta.annotation.Nullable final Double value) {
+ this.backingStore.set("lengthOfSubmissionInSeconds", value);
+ }
+ /**
+ * Sets the lostEyeContactOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for losing eye contact with the camera.
+ * @param value Value to set for the lostEyeContactOccurrencesCount property.
+ */
+ public void setLostEyeContactOccurrencesCount(@jakarta.annotation.Nullable final Long value) {
+ this.backingStore.set("lostEyeContactOccurrencesCount", value);
+ }
+ /**
+ * Sets the monotoneOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for speaking in monotone.
+ * @param value Value to set for the monotoneOccurrencesCount property.
+ */
+ public void setMonotoneOccurrencesCount(@jakarta.annotation.Nullable final Long value) {
+ this.backingStore.set("monotoneOccurrencesCount", value);
+ }
+ /**
+ * Sets the nonInclusiveLanguageOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using non-inclusive or sensitive language.
+ * @param value Value to set for the nonInclusiveLanguageOccurrencesCount property.
+ */
+ public void setNonInclusiveLanguageOccurrencesCount(@jakarta.annotation.Nullable final Long value) {
+ this.backingStore.set("nonInclusiveLanguageOccurrencesCount", value);
+ }
+ /**
+ * Sets the obstructedViewOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for obstructing the view of their face.
+ * @param value Value to set for the obstructedViewOccurrencesCount property.
+ */
+ public void setObstructedViewOccurrencesCount(@jakarta.annotation.Nullable final Long value) {
+ this.backingStore.set("obstructedViewOccurrencesCount", value);
+ }
+ /**
+ * Sets the repetitiveLanguageOccurrencesCount property value. The number of times the student was flagged by Speaker Coach for using repetitive language.
+ * @param value Value to set for the repetitiveLanguageOccurrencesCount property.
+ */
+ public void setRepetitiveLanguageOccurrencesCount(@jakarta.annotation.Nullable final Long value) {
+ this.backingStore.set("repetitiveLanguageOccurrencesCount", value);
+ }
+ /**
+ * Sets the studentId property value. ID of the user this speaker progress is associated with.
+ * @param value Value to set for the studentId property.
+ */
+ public void setStudentId(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("studentId", value);
+ }
+ /**
+ * Sets the submissionDateTime property value. Date and time of the submission this speaker progress is associated with. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
+ * @param value Value to set for the submissionDateTime property.
+ */
+ public void setSubmissionDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
+ this.backingStore.set("submissionDateTime", value);
+ }
+ /**
+ * Sets the submissionId property value. ID of the submission this speaker progress is associated with.
+ * @param value Value to set for the submissionId property.
+ */
+ public void setSubmissionId(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("submissionId", value);
+ }
+ /**
+ * Sets the topFillerWords property value. The filler words used most by the student.
+ * @param value Value to set for the topFillerWords property.
+ */
+ public void setTopFillerWords(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("topFillerWords", value);
+ }
+ /**
+ * Sets the topMispronouncedWords property value. The words mispronounced most by the student.
+ * @param value Value to set for the topMispronouncedWords property.
+ */
+ public void setTopMispronouncedWords(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("topMispronouncedWords", value);
+ }
+ /**
+ * Sets the topNonInclusiveWordsAndPhrases property value. The non-inclusive or sensitive words and phrases most used by the student.
+ * @param value Value to set for the topNonInclusiveWordsAndPhrases property.
+ */
+ public void setTopNonInclusiveWordsAndPhrases(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("topNonInclusiveWordsAndPhrases", value);
+ }
+ /**
+ * Sets the topRepetitiveWordsAndPhrases property value. The words and phrases most repeated by the student.
+ * @param value Value to set for the topRepetitiveWordsAndPhrases property.
+ */
+ public void setTopRepetitiveWordsAndPhrases(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("topRepetitiveWordsAndPhrases", value);
+ }
+ /**
+ * Sets the wordsSpokenCount property value. Total number of words spoken by the student in the submission.
+ * @param value Value to set for the wordsSpokenCount property.
+ */
+ public void setWordsSpokenCount(@jakarta.annotation.Nullable final Long value) {
+ this.backingStore.set("wordsSpokenCount", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/SpeakerAssignmentSubmissionCollectionResponse.java b/src/main/java/com/microsoft/graph/beta/generated/models/SpeakerAssignmentSubmissionCollectionResponse.java
new file mode 100644
index 00000000000..5c9dc053b55
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/SpeakerAssignmentSubmissionCollectionResponse.java
@@ -0,0 +1,61 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class SpeakerAssignmentSubmissionCollectionResponse extends BaseCollectionPaginationCountResponse implements Parsable {
+ /**
+ * Instantiates a new {@link SpeakerAssignmentSubmissionCollectionResponse} and sets the default values.
+ */
+ public SpeakerAssignmentSubmissionCollectionResponse() {
+ super();
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link SpeakerAssignmentSubmissionCollectionResponse}
+ */
+ @jakarta.annotation.Nonnull
+ public static SpeakerAssignmentSubmissionCollectionResponse createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new SpeakerAssignmentSubmissionCollectionResponse();
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("value", (n) -> { this.setValue(n.getCollectionOfObjectValues(SpeakerAssignmentSubmission::createFromDiscriminatorValue)); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the value property value. The value property
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getValue() {
+ return this.backingStore.get("value");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeCollectionOfObjectValues("value", this.getValue());
+ }
+ /**
+ * Sets the value property value. The value property
+ * @param value Value to set for the value property.
+ */
+ public void setValue(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("value", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/UsageAuthMethod.java b/src/main/java/com/microsoft/graph/beta/generated/models/UsageAuthMethod.java
index ceb8e5adcd8..c938888f13a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/UsageAuthMethod.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/UsageAuthMethod.java
@@ -15,7 +15,8 @@ public enum UsageAuthMethod implements ValuedEnum {
AlternateMobileCall("alternateMobileCall"),
Fido("fido"),
AppPassword("appPassword"),
- UnknownFutureValue("unknownFutureValue");
+ UnknownFutureValue("unknownFutureValue"),
+ ExternalAuthMethod("externalAuthMethod");
public final String value;
UsageAuthMethod(final String value) {
this.value = value;
@@ -37,6 +38,7 @@ public static UsageAuthMethod forValue(@jakarta.annotation.Nonnull final String
case "fido": return Fido;
case "appPassword": return AppPassword;
case "unknownFutureValue": return UnknownFutureValue;
+ case "externalAuthMethod": return ExternalAuthMethod;
default: return null;
}
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/User.java b/src/main/java/com/microsoft/graph/beta/generated/models/User.java
index 4d9d5e2ec97..fd9b973b2c3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/User.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/User.java
@@ -757,7 +757,7 @@ public Boolean getIsLicenseReconciliationNeeded() {
return this.backingStore.get("isLicenseReconciliationNeeded");
}
/**
- * Gets the isManagementRestricted property value. true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
+ * Gets the isManagementRestricted property value. true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -2126,7 +2126,7 @@ public void setIsLicenseReconciliationNeeded(@jakarta.annotation.Nullable final
this.backingStore.set("isLicenseReconciliationNeeded", value);
}
/**
- * Sets the isManagementRestricted property value. true if the user is a member of a restricted management administrative unit. Default value is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
+ * Sets the isManagementRestricted property value. true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit.
* @param value Value to set for the isManagementRestricted property.
*/
public void setIsManagementRestricted(@jakarta.annotation.Nullable final Boolean value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsDomainJoinConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsDomainJoinConfiguration.java
index 5559029a4ea..d258eae6c09 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsDomainJoinConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsDomainJoinConfiguration.java
@@ -67,7 +67,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the networkAccessConfigurations property value. Reference to device configurations required for network connectivity
+ * Gets the networkAccessConfigurations property value. Reference to device configurations required for network connectivity. This collection can contain a maximum of 2 elements.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -117,7 +117,7 @@ public void setComputerNameSuffixRandomCharCount(@jakarta.annotation.Nullable fi
this.backingStore.set("computerNameSuffixRandomCharCount", value);
}
/**
- * Sets the networkAccessConfigurations property value. Reference to device configurations required for network connectivity
+ * Sets the networkAccessConfigurations property value. Reference to device configurations required for network connectivity. This collection can contain a maximum of 2 elements.
* @param value Value to set for the networkAccessConfigurations property.
*/
public void setNetworkAccessConfigurations(@jakarta.annotation.Nullable final java.util.List