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 77262ef18d5..a3419ed19e1 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 a resourceConnection object.
+ * Delete an operationalInsightsConnection 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 a resourceConnection object.
+ * Delete an operationalInsightsConnection 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 a resourceConnection object.
+ * Delete an operationalInsightsConnection object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -114,7 +114,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete a resourceConnection object.
+ * Delete an operationalInsightsConnection 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 1aed76af199..ded73b669cc 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
@@ -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 and relationships of an updatableAssetGroup 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 and relationships of an updatableAssetGroup 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) {
@@ -162,7 +162,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read the properties and relationships of an updatableAssetGroup 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 and relationships of an updatableAssetGroup 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 and relationships of an updatableAssetGroup 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 966ec8ffabe..d1182ca8edc 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
@@ -66,21 +66,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 contentApproval object.
+ * Read the properties and relationships of a complianceChange object.
* @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 get() {
return get(null);
}
/**
- * Read the properties and relationships of a contentApproval object.
+ * Read the properties and relationships of a complianceChange object.
* @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 get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -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) {
@@ -137,7 +137,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read the properties and relationships of a contentApproval object.
+ * Read the properties and relationships of a complianceChange object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -145,7 +145,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read the properties and relationships of a contentApproval object.
+ * Read the properties and relationships of a complianceChange object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -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}
@@ -197,7 +197,7 @@ public ComplianceChangeItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read the properties and relationships of a contentApproval object.
+ * Read the properties and relationships of a complianceChange object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
index 8e9d67688a2..d47ac1b7c55 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/chats/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
index f60a98d09d7..8c778303002 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/chats/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
index 281437bb6c0..5c8fa71285e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/chats/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
index b961c1a7c53..6967691aa8b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java
index dd7a7e224f4..1839e20b236 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java
@@ -60,7 +60,7 @@ public AssignmentsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @return a {@link IosLobAppProvisioningConfigurationAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public IosLobAppProvisioningConfigurationAssignmentCollectionResponse get() {
return get(null);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IosLobAppProvisioningConfigurationAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public IosLobAppProvisioningConfigurationAssignment post(@jakarta.annotation.Non
return this.requestAdapter.send(requestInfo, errorMapping, IosLobAppProvisioningConfigurationAssignment::createFromDiscriminatorValue);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public AssignmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new AssignmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java
index 8c1b1d177df..1b7ff14e809 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @return a {@link IosLobAppProvisioningConfigurationAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public IosLobAppProvisioningConfigurationAssignment get() {
return get(null);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IosLobAppProvisioningConfigurationAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder withUrl(@j
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
*/
@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 62ca53adbac..7adff25300c 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 for this rule
+ * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
* @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 for this rule
+ * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
* @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 for this rule
+ * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The list of scheduled action for this rule
+ * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
* @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 for this rule
+ * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
*/
@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 f22b6c211bf..9623fa78d19 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 for this rule
+ * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
* @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 for this rule
+ * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
* @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 for this rule
+ * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The list of scheduled action for this rule
+ * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
* @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 for this rule
+ * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/reports/retrievecrossregiondisasterrecoveryreport/RetrieveCrossRegionDisasterRecoveryReportRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/reports/retrievecrossregiondisasterrecoveryreport/RetrieveCrossRegionDisasterRecoveryReportRequestBuilder.java
index 5aafaa138ae..dfb3319e7bf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/reports/retrievecrossregiondisasterrecoveryreport/RetrieveCrossRegionDisasterRecoveryReportRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/reports/retrievecrossregiondisasterrecoveryreport/RetrieveCrossRegionDisasterRecoveryReportRequestBuilder.java
@@ -36,7 +36,7 @@ public RetrieveCrossRegionDisasterRecoveryReportRequestBuilder(@jakarta.annotati
super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport", rawUrl);
}
/**
- * Retrieve the Windows 365 cross-region disaster recovery report, including CloudPcId, UserId, DeviceId, CloudPCDeviceDisplayName, UserPrincipalName, IsCrossRegionEnabled, CrossRegionHealthStatus, LicenseType, DisasterRecoveryStatus, CurrentRestorePointDateTime, and ActivationExpirationDateTime.
+ * Retrieve the Windows 365 cross-region disaster recovery report, including cloudPcId, userId, deviceId, cloudPCDeviceDisplayName, userPrincipalName, enabledDRType, disasterRecoveryStatus, licenseType, drHealthStatus, currentRestorePointDateTime, backupCloudPcStatus, and activationExpirationDateTime.
* @param body The request body
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -47,7 +47,7 @@ public InputStream post(@jakarta.annotation.Nonnull final RetrieveCrossRegionDis
return post(body, null);
}
/**
- * Retrieve the Windows 365 cross-region disaster recovery report, including CloudPcId, UserId, DeviceId, CloudPCDeviceDisplayName, UserPrincipalName, IsCrossRegionEnabled, CrossRegionHealthStatus, LicenseType, DisasterRecoveryStatus, CurrentRestorePointDateTime, and ActivationExpirationDateTime.
+ * Retrieve the Windows 365 cross-region disaster recovery report, including cloudPcId, userId, deviceId, cloudPCDeviceDisplayName, userPrincipalName, enabledDRType, disasterRecoveryStatus, licenseType, drHealthStatus, currentRestorePointDateTime, backupCloudPcStatus, and activationExpirationDateTime.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
@@ -63,7 +63,7 @@ public InputStream post(@jakarta.annotation.Nonnull final RetrieveCrossRegionDis
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Retrieve the Windows 365 cross-region disaster recovery report, including CloudPcId, UserId, DeviceId, CloudPCDeviceDisplayName, UserPrincipalName, IsCrossRegionEnabled, CrossRegionHealthStatus, LicenseType, DisasterRecoveryStatus, CurrentRestorePointDateTime, and ActivationExpirationDateTime.
+ * Retrieve the Windows 365 cross-region disaster recovery report, including cloudPcId, userId, deviceId, cloudPCDeviceDisplayName, userPrincipalName, enabledDRType, disasterRecoveryStatus, licenseType, drHealthStatus, currentRestorePointDateTime, backupCloudPcStatus, and activationExpirationDateTime.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Retrieve the Windows 365 cross-region disaster recovery report, including CloudPcId, UserId, DeviceId, CloudPCDeviceDisplayName, UserPrincipalName, IsCrossRegionEnabled, CrossRegionHealthStatus, LicenseType, DisasterRecoveryStatus, CurrentRestorePointDateTime, and ActivationExpirationDateTime.
+ * Retrieve the Windows 365 cross-region disaster recovery report, including cloudPcId, userId, deviceId, cloudPCDeviceDisplayName, userPrincipalName, enabledDRType, disasterRecoveryStatus, licenseType, drHealthStatus, currentRestorePointDateTime, backupCloudPcStatus, and activationExpirationDateTime.
* @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/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 331903a71aa..5e333db00f0 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);
}
/**
- * Use this API to create a new Table.
+ * 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.
* @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);
}
/**
- * Use this API to create a new Table.
+ * 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.
* @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);
}
/**
- * Use this API to create a new Table.
+ * 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.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Use this API to create a new Table.
+ * 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.
* @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 2b5f324c12d..3257a406357 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);
}
/**
- * Use this API to create a new Table.
+ * 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.
* @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);
}
/**
- * Use this API to create a new Table.
+ * 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.
* @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);
}
/**
- * Use this API to create a new Table.
+ * 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.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Use this API to create a new Table.
+ * 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.
* @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/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 4ddbb1e9ffb..60f21aabe57 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);
}
/**
- * 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.
+ * Update the properties of an externalitem.
* @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);
}
/**
- * 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.
+ * Update the properties of an externalitem.
* @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;
}
/**
- * 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.
+ * Update the properties of an externalitem.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -175,7 +175,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * 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.
+ * Update the properties of an externalitem.
* @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 0aee76cfb16..05701d147cd 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);
}
/**
- * Create a new or update an existing schema for a Microsoft Search connection.
+ * Update the properties of a schema for an externalConnection.
* @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);
}
/**
- * Create a new or update an existing schema for a Microsoft Search connection.
+ * Update the properties of a schema for an externalConnection.
* @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;
}
/**
- * Create a new or update an existing schema for a Microsoft Search connection.
+ * Update the properties of a schema for an externalConnection.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -117,7 +117,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Create a new or update an existing schema for a Microsoft Search connection.
+ * Update the properties of a schema for an externalConnection.
* @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/inboundflows/InboundFlowsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java
index adb3ef364d6..5d7d5ff3e56 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java
@@ -84,23 +84,23 @@ public InboundFlowCollectionResponse get(@jakarta.annotation.Nullable final java
return this.requestAdapter.send(requestInfo, errorMapping, InboundFlowCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new inboundApiFlow object.
+ * Create a new inboundFileFlow object.
* @param body The request body
* @return a {@link InboundFlow}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InboundFlow post(@jakarta.annotation.Nonnull final InboundFlow body) {
return post(body, null);
}
/**
- * Create a new inboundApiFlow object.
+ * Create a new inboundFileFlow object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InboundFlow}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InboundFlow post(@jakarta.annotation.Nonnull final InboundFlow 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 inboundApiFlow object.
+ * Create a new inboundFileFlow 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 inboundApiFlow object.
+ * Create a new inboundFileFlow 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/inboundflows/item/InboundFlowItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/item/InboundFlowItemRequestBuilder.java
index f8874058103..eb0ec7eb092 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/item/InboundFlowItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/item/InboundFlowItemRequestBuilder.java
@@ -99,23 +99,23 @@ public InboundFlow get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.send(requestInfo, errorMapping, InboundFlow::createFromDiscriminatorValue);
}
/**
- * Update the properties of an inboundApiFlow object.
+ * Update the properties of an inboundFileFlow object.
* @param body The request body
* @return a {@link InboundFlow}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InboundFlow patch(@jakarta.annotation.Nonnull final InboundFlow body) {
return patch(body, null);
}
/**
- * Update the properties of an inboundApiFlow object.
+ * Update the properties of an inboundFileFlow object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InboundFlow}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InboundFlow patch(@jakarta.annotation.Nonnull final InboundFlow 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 inboundApiFlow object.
+ * Update the properties of an inboundFileFlow object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -175,7 +175,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of an inboundApiFlow object.
+ * Update the properties of an inboundFileFlow 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/groups/item/team/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
index aafffb9a7d4..a28f14f0b69 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/team/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
index 9cb24dcc1e3..f00f2db0157 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/team/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
index a90d2cd4be9..531ccf97fe1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/team/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
index b63067f89e5..e00e32464f9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/team/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java
index 43a97847e11..aeaff612739 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/team/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
index 10708eca8e2..aaef56a08fb 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/team/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
index 074f36f6429..60856035f27 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/team/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
index 56730cdb8bb..22c35d3117f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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 b2d52882801..59f190e8b61 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
@@ -75,21 +75,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get a thread object.
+ * 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.
* @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 thread object.
+ * 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.
* @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) {
@@ -146,7 +146,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get a thread object.
+ * 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.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -154,7 +154,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get a thread object.
+ * 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.
* @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 thread object.
+ * 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.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java
index a5e1fe5b064..276a7571e05 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java
@@ -37,18 +37,18 @@ public NamedLocationItemRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/identity/conditionalAccess/namedLocations/{namedLocation%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete a namedLocation object.
+ * Delete an ipNamedLocation 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 a namedLocation object.
+ * Delete an ipNamedLocation 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);
@@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the properties and relationships of a namedLocation object.
+ * Read the properties and relationships of a compliantNetworkNamedLocation object.
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation get() {
return get(null);
}
/**
- * Retrieve the properties and relationships of a namedLocation object.
+ * Read the properties and relationships of a compliantNetworkNamedLocation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -81,23 +81,23 @@ public NamedLocation get(@jakarta.annotation.Nullable final java.util.function.C
return this.requestAdapter.send(requestInfo, errorMapping, NamedLocation::createFromDiscriminatorValue);
}
/**
- * Update the properties of an ipNamedLocation object.
+ * Update the properties of a countryNamedLocation object.
* @param body The request body
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation patch(@jakarta.annotation.Nonnull final NamedLocation body) {
return patch(body, null);
}
/**
- * Update the properties of an ipNamedLocation object.
+ * Update the properties of a countryNamedLocation object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation patch(@jakarta.annotation.Nonnull final NamedLocation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -108,7 +108,7 @@ public NamedLocation patch(@jakarta.annotation.Nonnull final NamedLocation body,
return this.requestAdapter.send(requestInfo, errorMapping, NamedLocation::createFromDiscriminatorValue);
}
/**
- * Delete a namedLocation object.
+ * Delete an ipNamedLocation object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -116,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete a namedLocation object.
+ * Delete an ipNamedLocation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -128,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the properties and relationships of a namedLocation object.
+ * Read the properties and relationships of a compliantNetworkNamedLocation object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties and relationships of a namedLocation object.
+ * Read the properties and relationships of a compliantNetworkNamedLocation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of an ipNamedLocation object.
+ * Update the properties of a countryNamedLocation object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -157,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of an ipNamedLocation object.
+ * Update the properties of a countryNamedLocation object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -188,7 +188,7 @@ public NamedLocationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the properties and relationships of a namedLocation object.
+ * Read the properties and relationships of a compliantNetworkNamedLocation 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/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..acf70a5307d 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 an accessPackageAssignmentRequestWorkflowExtension 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.
* @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 an accessPackageAssignmentRequestWorkflowExtension 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.
* @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 an accessPackageAssignmentRequestWorkflowExtension 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.
* @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 an accessPackageAssignmentRequestWorkflowExtension 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.
* @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/identityprotection/riskdetections/item/RiskDetectionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskdetections/item/RiskDetectionItemRequestBuilder.java
index 8b665bac99f..68dc31ca98a 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 riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @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 riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @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 riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -132,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @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 riskDetection object.
+ * Retrieve the properties of a collection of riskDetection 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 d6cac4079e8..fa3569397ca 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
@@ -188180,10 +188180,12 @@ com.microsoft.graph.beta.models.ApplyLabelAction::|public|setResponsibleSensitiv
com.microsoft.graph.beta.models.ApplyLabelAction::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ApplyLabelAction
com.microsoft.graph.beta.models.AppManagementApplicationConfiguration-->AppManagementConfiguration
com.microsoft.graph.beta.models.AppManagementApplicationConfiguration::|public|constructor():void
+com.microsoft.graph.beta.models.AppManagementApplicationConfiguration::|public|getAudiences():AudiencesConfiguration
com.microsoft.graph.beta.models.AppManagementApplicationConfiguration::|public|getFieldDeserializers():Map>
com.microsoft.graph.beta.models.AppManagementApplicationConfiguration::|public|getIdentifierUris():IdentifierUriConfiguration
com.microsoft.graph.beta.models.AppManagementApplicationConfiguration::|public|OdataType:String
com.microsoft.graph.beta.models.AppManagementApplicationConfiguration::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.AppManagementApplicationConfiguration::|public|setAudiences(value?:AudiencesConfiguration):void
com.microsoft.graph.beta.models.AppManagementApplicationConfiguration::|public|setIdentifierUris(value?:IdentifierUriConfiguration):void
com.microsoft.graph.beta.models.AppManagementApplicationConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AppManagementApplicationConfiguration
com.microsoft.graph.beta.models.AppManagementConfiguration::|protected|backingStore:BackingStore
@@ -189628,6 +189630,42 @@ com.microsoft.graph.beta.models.AttributeType::0002-Reference
com.microsoft.graph.beta.models.AttributeType::0003-Binary
com.microsoft.graph.beta.models.AttributeType::0004-Boolean
com.microsoft.graph.beta.models.AttributeType::0005-DateTime
+com.microsoft.graph.beta.models.AudienceRestriction::|protected|backingStore:BackingStore
+com.microsoft.graph.beta.models.AudienceRestriction::|public|constructor():void
+com.microsoft.graph.beta.models.AudienceRestriction::|public|getAdditionalData():Map
+com.microsoft.graph.beta.models.AudienceRestriction::|public|getBackingStore():BackingStore
+com.microsoft.graph.beta.models.AudienceRestriction::|public|getExcludeActors():AppManagementPolicyActorExemptions
+com.microsoft.graph.beta.models.AudienceRestriction::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.AudienceRestriction::|public|getIsStateSetByMicrosoft():Boolean
+com.microsoft.graph.beta.models.AudienceRestriction::|public|getOdataType():String
+com.microsoft.graph.beta.models.AudienceRestriction::|public|getRestrictForAppsCreatedAfterDateTime():OffsetDateTime
+com.microsoft.graph.beta.models.AudienceRestriction::|public|getState():AppManagementRestrictionState
+com.microsoft.graph.beta.models.AudienceRestriction::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.AudienceRestriction::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.beta.models.AudienceRestriction::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.beta.models.AudienceRestriction::|public|setExcludeActors(value?:AppManagementPolicyActorExemptions):void
+com.microsoft.graph.beta.models.AudienceRestriction::|public|setIsStateSetByMicrosoft(value?:Boolean):void
+com.microsoft.graph.beta.models.AudienceRestriction::|public|setOdataType(value?:String):void
+com.microsoft.graph.beta.models.AudienceRestriction::|public|setRestrictForAppsCreatedAfterDateTime(value?:OffsetDateTime):void
+com.microsoft.graph.beta.models.AudienceRestriction::|public|setState(value?:AppManagementRestrictionState):void
+com.microsoft.graph.beta.models.AudienceRestriction::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AudienceRestriction
+com.microsoft.graph.beta.models.AudienceRestriction~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.beta.models.AudiencesConfiguration::|protected|backingStore:BackingStore
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|constructor():void
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|getAdditionalData():Map
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|getAzureAdMultipleOrgs():AudienceRestriction
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|getBackingStore():BackingStore
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|getFieldDeserializers():Map>
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|getOdataType():String
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|getPersonalMicrosoftAccount():AudienceRestriction
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|setAzureAdMultipleOrgs(value?:AudienceRestriction):void
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|setOdataType(value?:String):void
+com.microsoft.graph.beta.models.AudiencesConfiguration::|public|setPersonalMicrosoftAccount(value?:AudienceRestriction):void
+com.microsoft.graph.beta.models.AudiencesConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AudiencesConfiguration
+com.microsoft.graph.beta.models.AudiencesConfiguration~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.beta.models.Audio::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.Audio::|public|constructor():void
com.microsoft.graph.beta.models.Audio::|public|getAdditionalData():Map
@@ -201170,12 +201208,14 @@ com.microsoft.graph.beta.models.CustomAction::|static|public|createFromDiscrimin
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|protected|backingStore:BackingStore
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|constructor():void
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|getAdditionalData():Map
+com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|getAudiences():AudiencesConfiguration
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|getBackingStore():BackingStore
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|getFieldDeserializers():Map>
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|getIdentifierUris():IdentifierUriConfiguration
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|getOdataType():String
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|setAudiences(value?:AudiencesConfiguration):void
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|setBackingStore(value:BackingStore):void
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|setIdentifierUris(value?:IdentifierUriConfiguration):void
com.microsoft.graph.beta.models.CustomAppManagementApplicationConfiguration::|public|setOdataType(value?:String):void
@@ -339650,6 +339690,153 @@ com.microsoft.graph.beta.solutions.backuprestore.protectionunits.count.CountRequ
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|get():DriveProtectionUnitCollectionResponse
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):DriveProtectionUnitCollectionResponse
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|withUrl(rawUrl:String):GraphDriveProtectionUnitRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|get():MailboxProtectionUnitCollectionResponse
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):MailboxProtectionUnitCollectionResponse
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|withUrl(rawUrl:String):GraphMailboxProtectionUnitRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|get():SiteProtectionUnitCollectionResponse
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):SiteProtectionUnitCollectionResponse
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|withUrl(rawUrl:String):GraphSiteProtectionUnitRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|get():DriveProtectionUnit
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):DriveProtectionUnit
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder::|public|withUrl(rawUrl:String):GraphDriveProtectionUnitRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|get():MailboxProtectionUnit
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):MailboxProtectionUnit
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder::|public|withUrl(rawUrl:String):GraphMailboxProtectionUnitRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|get():SiteProtectionUnit
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):SiteProtectionUnit
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder::|public|withUrl(rawUrl:String):GraphSiteProtectionUnitRequestBuilder
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder.GetQueryParameters::|public|expand:String[]
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder.GetQueryParameters::|public|select:String[]
@@ -339661,6 +339848,9 @@ com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.Protection
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder::|public|get():ProtectionUnitBase
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):ProtectionUnitBase
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder::|public|graphDriveProtectionUnit:GraphDriveProtectionUnitRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder::|public|graphMailboxProtectionUnit:GraphMailboxProtectionUnitRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder::|public|graphSiteProtectionUnit:GraphSiteProtectionUnitRequestBuilder
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder::|public|withUrl(rawUrl:String):ProtectionUnitBaseItemRequestBuilder
@@ -339683,6 +339873,9 @@ com.microsoft.graph.beta.solutions.backuprestore.protectionunits.ProtectionUnits
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.ProtectionUnitsRequestBuilder::|public|count:CountRequestBuilder
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.ProtectionUnitsRequestBuilder::|public|get():ProtectionUnitBaseCollectionResponse
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.ProtectionUnitsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):ProtectionUnitBaseCollectionResponse
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.ProtectionUnitsRequestBuilder::|public|graphDriveProtectionUnit:GraphDriveProtectionUnitRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.ProtectionUnitsRequestBuilder::|public|graphMailboxProtectionUnit:GraphMailboxProtectionUnitRequestBuilder
+com.microsoft.graph.beta.solutions.backuprestore.protectionunits.ProtectionUnitsRequestBuilder::|public|graphSiteProtectionUnit:GraphSiteProtectionUnitRequestBuilder
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.ProtectionUnitsRequestBuilder::|public|toGetRequestInformation():RequestInformation
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.ProtectionUnitsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.beta.solutions.backuprestore.protectionunits.ProtectionUnitsRequestBuilder::|public|withUrl(rawUrl:String):ProtectionUnitsRequestBuilder
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 15c8e21d2ea..9be04e119b5 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,8 +1,8 @@
{
- "descriptionHash": "BCE949DBE243F0662B48145DD4B1415408EBE299955CE8362EAB9A546ECCE4B3F1E9D98735C26A1D61C1164BC809850594A804CAE8B1C5E4C02A64BB6E5C4F58",
+ "descriptionHash": "5C5987CF22B4DC736A8DBC2A80DB8A2434405321ED751096EF8F9A0A75EF22ACA0FFC2288200FB923727BBE2860A06EF7DD05DD1A149E0FC2AF192C2138286C0",
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
- "kiotaVersion": "1.24.0",
+ "kiotaVersion": "1.25.0",
"clientClassName": "BaseGraphServiceClient",
"typeAccessModifier": "Public",
"clientNamespaceName": "com.Microsoft.Graph.Beta",
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AppManagementApplicationConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AppManagementApplicationConfiguration.java
index e1691190894..e978e4e3319 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AppManagementApplicationConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AppManagementApplicationConfiguration.java
@@ -25,6 +25,14 @@ public static AppManagementApplicationConfiguration createFromDiscriminatorValue
Objects.requireNonNull(parseNode);
return new AppManagementApplicationConfiguration();
}
+ /**
+ * Gets the audiences property value. Property to restrict creation or update of apps based on their target signInAudience types.
+ * @return a {@link AudiencesConfiguration}
+ */
+ @jakarta.annotation.Nullable
+ public AudiencesConfiguration getAudiences() {
+ return this.backingStore.get("audiences");
+ }
/**
* The deserialization information for the current model
* @return a {@link Map>}
@@ -32,11 +40,12 @@ public static AppManagementApplicationConfiguration createFromDiscriminatorValue
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("audiences", (n) -> { this.setAudiences(n.getObjectValue(AudiencesConfiguration::createFromDiscriminatorValue)); });
deserializerMap.put("identifierUris", (n) -> { this.setIdentifierUris(n.getObjectValue(IdentifierUriConfiguration::createFromDiscriminatorValue)); });
return deserializerMap;
}
/**
- * Gets the identifierUris property value. Configuration object for restrictions on identifierUris property for an application
+ * Gets the identifierUris property value. Configuration object for restrictions on identifierUris property for an application.
* @return a {@link IdentifierUriConfiguration}
*/
@jakarta.annotation.Nullable
@@ -50,10 +59,18 @@ public IdentifierUriConfiguration getIdentifierUris() {
public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
Objects.requireNonNull(writer);
super.serialize(writer);
+ writer.writeObjectValue("audiences", this.getAudiences());
writer.writeObjectValue("identifierUris", this.getIdentifierUris());
}
/**
- * Sets the identifierUris property value. Configuration object for restrictions on identifierUris property for an application
+ * Sets the audiences property value. Property to restrict creation or update of apps based on their target signInAudience types.
+ * @param value Value to set for the audiences property.
+ */
+ public void setAudiences(@jakarta.annotation.Nullable final AudiencesConfiguration value) {
+ this.backingStore.set("audiences", value);
+ }
+ /**
+ * Sets the identifierUris property value. Configuration object for restrictions on identifierUris property for an application.
* @param value Value to set for the identifierUris property.
*/
public void setIdentifierUris(@jakarta.annotation.Nullable final IdentifierUriConfiguration value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AudienceRestriction.java b/src/main/java/com/microsoft/graph/beta/generated/models/AudienceRestriction.java
new file mode 100644
index 00000000000..3b26502bacb
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AudienceRestriction.java
@@ -0,0 +1,175 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.AdditionalDataHolder;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import com.microsoft.kiota.store.BackedModel;
+import com.microsoft.kiota.store.BackingStore;
+import com.microsoft.kiota.store.BackingStoreFactorySingleton;
+import java.time.OffsetDateTime;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class AudienceRestriction implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
+ /**
+ * Instantiates a new {@link AudienceRestriction} and sets the default values.
+ */
+ public AudienceRestriction() {
+ 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 AudienceRestriction}
+ */
+ @jakarta.annotation.Nonnull
+ public static AudienceRestriction createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new AudienceRestriction();
+ }
+ /**
+ * 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}
+ */
+ @jakarta.annotation.Nonnull
+ public Map getAdditionalData() {
+ Map value = this.backingStore.get("additionalData");
+ if(value == null) {
+ value = new HashMap<>();
+ this.setAdditionalData(value);
+ }
+ return value;
+ }
+ /**
+ * Gets the backingStore property value. Stores model information.
+ * @return a {@link BackingStore}
+ */
+ @jakarta.annotation.Nonnull
+ public BackingStore getBackingStore() {
+ return this.backingStore;
+ }
+ /**
+ * Gets the excludeActors property value. Collection of custom security attribute exemptions. If an actor user or service principal has the custom security attribute, they're exempted from the restriction.
+ * @return a {@link AppManagementPolicyActorExemptions}
+ */
+ @jakarta.annotation.Nullable
+ public AppManagementPolicyActorExemptions getExcludeActors() {
+ return this.backingStore.get("excludeActors");
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(5);
+ deserializerMap.put("excludeActors", (n) -> { this.setExcludeActors(n.getObjectValue(AppManagementPolicyActorExemptions::createFromDiscriminatorValue)); });
+ deserializerMap.put("isStateSetByMicrosoft", (n) -> { this.setIsStateSetByMicrosoft(n.getBooleanValue()); });
+ deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
+ deserializerMap.put("restrictForAppsCreatedAfterDateTime", (n) -> { this.setRestrictForAppsCreatedAfterDateTime(n.getOffsetDateTimeValue()); });
+ deserializerMap.put("state", (n) -> { this.setState(n.getEnumValue(AppManagementRestrictionState::forValue)); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the isStateSetByMicrosoft property value. The isStateSetByMicrosoft property
+ * @return a {@link Boolean}
+ */
+ @jakarta.annotation.Nullable
+ public Boolean getIsStateSetByMicrosoft() {
+ return this.backingStore.get("isStateSetByMicrosoft");
+ }
+ /**
+ * Gets the @odata.type property value. The OdataType property
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getOdataType() {
+ return this.backingStore.get("odataType");
+ }
+ /**
+ * Gets the restrictForAppsCreatedAfterDateTime property value. Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.
+ * @return a {@link OffsetDateTime}
+ */
+ @jakarta.annotation.Nullable
+ public OffsetDateTime getRestrictForAppsCreatedAfterDateTime() {
+ return this.backingStore.get("restrictForAppsCreatedAfterDateTime");
+ }
+ /**
+ * Gets the state property value. The state property
+ * @return a {@link AppManagementRestrictionState}
+ */
+ @jakarta.annotation.Nullable
+ public AppManagementRestrictionState getState() {
+ return this.backingStore.get("state");
+ }
+ /**
+ * 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);
+ writer.writeObjectValue("excludeActors", this.getExcludeActors());
+ writer.writeStringValue("@odata.type", this.getOdataType());
+ writer.writeOffsetDateTimeValue("restrictForAppsCreatedAfterDateTime", this.getRestrictForAppsCreatedAfterDateTime());
+ writer.writeEnumValue("state", this.getState());
+ writer.writeAdditionalData(this.getAdditionalData());
+ }
+ /**
+ * 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.
+ */
+ public void setAdditionalData(@jakarta.annotation.Nullable final Map value) {
+ this.backingStore.set("additionalData", value);
+ }
+ /**
+ * Sets the backingStore property value. Stores model information.
+ * @param value Value to set for the backingStore property.
+ */
+ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value) {
+ Objects.requireNonNull(value);
+ this.backingStore = value;
+ }
+ /**
+ * Sets the excludeActors property value. Collection of custom security attribute exemptions. If an actor user or service principal has the custom security attribute, they're exempted from the restriction.
+ * @param value Value to set for the excludeActors property.
+ */
+ public void setExcludeActors(@jakarta.annotation.Nullable final AppManagementPolicyActorExemptions value) {
+ this.backingStore.set("excludeActors", value);
+ }
+ /**
+ * Sets the isStateSetByMicrosoft property value. The isStateSetByMicrosoft property
+ * @param value Value to set for the isStateSetByMicrosoft property.
+ */
+ public void setIsStateSetByMicrosoft(@jakarta.annotation.Nullable final Boolean value) {
+ this.backingStore.set("isStateSetByMicrosoft", value);
+ }
+ /**
+ * Sets the @odata.type property value. The OdataType property
+ * @param value Value to set for the @odata.type property.
+ */
+ public void setOdataType(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("odataType", value);
+ }
+ /**
+ * Sets the restrictForAppsCreatedAfterDateTime property value. Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.
+ * @param value Value to set for the restrictForAppsCreatedAfterDateTime property.
+ */
+ public void setRestrictForAppsCreatedAfterDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
+ this.backingStore.set("restrictForAppsCreatedAfterDateTime", value);
+ }
+ /**
+ * Sets the state property value. The state property
+ * @param value Value to set for the state property.
+ */
+ public void setState(@jakarta.annotation.Nullable final AppManagementRestrictionState value) {
+ this.backingStore.set("state", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AudiencesConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/AudiencesConfiguration.java
new file mode 100644
index 00000000000..dbe89406eac
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AudiencesConfiguration.java
@@ -0,0 +1,141 @@
+package com.microsoft.graph.beta.models;
+
+import com.microsoft.kiota.serialization.AdditionalDataHolder;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import com.microsoft.kiota.store.BackedModel;
+import com.microsoft.kiota.store.BackingStore;
+import com.microsoft.kiota.store.BackingStoreFactorySingleton;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class AudiencesConfiguration implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
+ /**
+ * Instantiates a new {@link AudiencesConfiguration} and sets the default values.
+ */
+ public AudiencesConfiguration() {
+ 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 AudiencesConfiguration}
+ */
+ @jakarta.annotation.Nonnull
+ public static AudiencesConfiguration createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new AudiencesConfiguration();
+ }
+ /**
+ * 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}
+ */
+ @jakarta.annotation.Nonnull
+ public Map getAdditionalData() {
+ Map value = this.backingStore.get("additionalData");
+ if(value == null) {
+ value = new HashMap<>();
+ this.setAdditionalData(value);
+ }
+ return value;
+ }
+ /**
+ * Gets the azureAdMultipleOrgs property value. Setting to allow or disallow creation of apps with multitenant signInAudience.
+ * @return a {@link AudienceRestriction}
+ */
+ @jakarta.annotation.Nullable
+ public AudienceRestriction getAzureAdMultipleOrgs() {
+ return this.backingStore.get("azureAdMultipleOrgs");
+ }
+ /**
+ * Gets the backingStore property value. Stores model information.
+ * @return a {@link BackingStore}
+ */
+ @jakarta.annotation.Nonnull
+ public BackingStore getBackingStore() {
+ return this.backingStore;
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(3);
+ deserializerMap.put("azureAdMultipleOrgs", (n) -> { this.setAzureAdMultipleOrgs(n.getObjectValue(AudienceRestriction::createFromDiscriminatorValue)); });
+ deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
+ deserializerMap.put("personalMicrosoftAccount", (n) -> { this.setPersonalMicrosoftAccount(n.getObjectValue(AudienceRestriction::createFromDiscriminatorValue)); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the @odata.type property value. The OdataType property
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getOdataType() {
+ return this.backingStore.get("odataType");
+ }
+ /**
+ * Gets the personalMicrosoftAccount property value. Setting to allow or disallow creation of apps with personal Microsoft account signInAudience.
+ * @return a {@link AudienceRestriction}
+ */
+ @jakarta.annotation.Nullable
+ public AudienceRestriction getPersonalMicrosoftAccount() {
+ return this.backingStore.get("personalMicrosoftAccount");
+ }
+ /**
+ * 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);
+ writer.writeObjectValue("azureAdMultipleOrgs", this.getAzureAdMultipleOrgs());
+ writer.writeStringValue("@odata.type", this.getOdataType());
+ writer.writeObjectValue("personalMicrosoftAccount", this.getPersonalMicrosoftAccount());
+ writer.writeAdditionalData(this.getAdditionalData());
+ }
+ /**
+ * 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.
+ */
+ public void setAdditionalData(@jakarta.annotation.Nullable final Map value) {
+ this.backingStore.set("additionalData", value);
+ }
+ /**
+ * Sets the azureAdMultipleOrgs property value. Setting to allow or disallow creation of apps with multitenant signInAudience.
+ * @param value Value to set for the azureAdMultipleOrgs property.
+ */
+ public void setAzureAdMultipleOrgs(@jakarta.annotation.Nullable final AudienceRestriction value) {
+ this.backingStore.set("azureAdMultipleOrgs", value);
+ }
+ /**
+ * Sets the backingStore property value. Stores model information.
+ * @param value Value to set for the backingStore property.
+ */
+ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value) {
+ Objects.requireNonNull(value);
+ this.backingStore = value;
+ }
+ /**
+ * Sets the @odata.type property value. The OdataType property
+ * @param value Value to set for the @odata.type property.
+ */
+ public void setOdataType(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("odataType", value);
+ }
+ /**
+ * Sets the personalMicrosoftAccount property value. Setting to allow or disallow creation of apps with personal Microsoft account signInAudience.
+ * @param value Value to set for the personalMicrosoftAccount property.
+ */
+ public void setPersonalMicrosoftAccount(@jakarta.annotation.Nullable final AudienceRestriction value) {
+ this.backingStore.set("personalMicrosoftAccount", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDisasterRecoveryCapability.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDisasterRecoveryCapability.java
index fae6db4c1ab..b523eeb8309 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDisasterRecoveryCapability.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDisasterRecoveryCapability.java
@@ -78,7 +78,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the licenseType property value. The licenseType property
+ * Gets the licenseType property value. The disaster recovery license type that provides the capability.
* @return a {@link CloudPcDisasterRecoveryLicenseType}
*/
@jakarta.annotation.Nullable
@@ -145,7 +145,7 @@ public void setCapabilityType(@jakarta.annotation.Nullable final CloudPcDisaster
this.backingStore.set("capabilityType", value);
}
/**
- * Sets the licenseType property value. The licenseType property
+ * Sets the licenseType property value. The disaster recovery license type that provides the capability.
* @param value Value to set for the licenseType property.
*/
public void setLicenseType(@jakarta.annotation.Nullable final CloudPcDisasterRecoveryLicenseType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDomainJoinConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDomainJoinConfiguration.java
index aa7f0e18b6b..7fbfc17d0f9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDomainJoinConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDomainJoinConfiguration.java
@@ -95,7 +95,7 @@ public String getOnPremisesConnectionId() {
return this.backingStore.get("onPremisesConnectionId");
}
/**
- * Gets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, and southKorea. Read-only.
+ * Gets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Read-only.
* @return a {@link CloudPcRegionGroup}
*/
@jakarta.annotation.Nullable
@@ -169,7 +169,7 @@ public void setOnPremisesConnectionId(@jakarta.annotation.Nullable final String
this.backingStore.set("onPremisesConnectionId", value);
}
/**
- * Sets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, and southKorea. Read-only.
+ * Sets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea, middleEast, mexico, australasia, europe. Read-only.
* @param value Value to set for the regionGroup property.
*/
public void setRegionGroup(@jakarta.annotation.Nullable final CloudPcRegionGroup value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java
index 2ec7abe84a2..6ef314a9d42 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java
@@ -42,7 +42,7 @@ public java.util.List getAssignments() {
return this.backingStore.get("assignments");
}
/**
- * Gets the autopatch property value. The specific settings for Windows Autopatch that enable its customers to experience it on Cloud PC. The settings take effect when the tenant enrolls in Windows Autopatch and the managedType of the microsoftManagedDesktop property is set as starterManaged. Supports $select.
+ * Gets the autopatch property value. Indicates the Windows Autopatch settings for Cloud PCs using this provisioning policy. The settings take effect when the tenant enrolls in Autopatch and the managedType of the microsoftManagedDesktop property is set as starterManaged. Supports $select.
* @return a {@link CloudPcProvisioningPolicyAutopatch}
*/
@jakarta.annotation.Nullable
@@ -267,7 +267,7 @@ public void setAssignments(@jakarta.annotation.Nullable final java.util.List getAdditionalData() {
}
return value;
}
+ /**
+ * Gets the audiences property value. Property to restrict creation or update of apps based on their target signInAudience types.
+ * @return a {@link AudiencesConfiguration}
+ */
+ @jakarta.annotation.Nullable
+ public AudiencesConfiguration getAudiences() {
+ return this.backingStore.get("audiences");
+ }
/**
* Gets the backingStore property value. Stores model information.
* @return a {@link BackingStore}
@@ -61,13 +69,14 @@ public BackingStore getBackingStore() {
*/
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
- final HashMap> deserializerMap = new HashMap>(2);
+ final HashMap> deserializerMap = new HashMap>(3);
+ deserializerMap.put("audiences", (n) -> { this.setAudiences(n.getObjectValue(AudiencesConfiguration::createFromDiscriminatorValue)); });
deserializerMap.put("identifierUris", (n) -> { this.setIdentifierUris(n.getObjectValue(IdentifierUriConfiguration::createFromDiscriminatorValue)); });
deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
return deserializerMap;
}
/**
- * Gets the identifierUris property value. Configuration for identifierUris restrictions
+ * Gets the identifierUris property value. Configuration for identifierUris restrictions.
* @return a {@link IdentifierUriConfiguration}
*/
@jakarta.annotation.Nullable
@@ -88,6 +97,7 @@ public String getOdataType() {
*/
public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
Objects.requireNonNull(writer);
+ writer.writeObjectValue("audiences", this.getAudiences());
writer.writeObjectValue("identifierUris", this.getIdentifierUris());
writer.writeStringValue("@odata.type", this.getOdataType());
writer.writeAdditionalData(this.getAdditionalData());
@@ -99,6 +109,13 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
public void setAdditionalData(@jakarta.annotation.Nullable final Map value) {
this.backingStore.set("additionalData", value);
}
+ /**
+ * Sets the audiences property value. Property to restrict creation or update of apps based on their target signInAudience types.
+ * @param value Value to set for the audiences property.
+ */
+ public void setAudiences(@jakarta.annotation.Nullable final AudiencesConfiguration value) {
+ this.backingStore.set("audiences", value);
+ }
/**
* Sets the backingStore property value. Stores model information.
* @param value Value to set for the backingStore property.
@@ -108,7 +125,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the identifierUris property value. Configuration for identifierUris restrictions
+ * Sets the identifierUris property value. Configuration for identifierUris restrictions.
* @param value Value to set for the identifierUris property.
*/
public void setIdentifierUris(@jakarta.annotation.Nullable final IdentifierUriConfiguration value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CustomAppManagementConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/CustomAppManagementConfiguration.java
index fb59db7cab8..b7071c4ab41 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CustomAppManagementConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CustomAppManagementConfiguration.java
@@ -26,7 +26,7 @@ public static CustomAppManagementConfiguration createFromDiscriminatorValue(@jak
return new CustomAppManagementConfiguration();
}
/**
- * Gets the applicationRestrictions property value. Restrictions applicable only to application objects that the policy applies to.
+ * Gets the applicationRestrictions property value. Restrictions that are applicable only to application objects to which the policy is attached.
* @return a {@link CustomAppManagementApplicationConfiguration}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("applicationRestrictions", this.getApplicationRestrictions());
}
/**
- * Sets the applicationRestrictions property value. Restrictions applicable only to application objects that the policy applies to.
+ * Sets the applicationRestrictions property value. Restrictions that are applicable only to application objects to which the policy is attached.
* @param value Value to set for the applicationRestrictions property.
*/
public void setApplicationRestrictions(@jakarta.annotation.Nullable final CustomAppManagementApplicationConfiguration 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 c281082874b..8ee264d9149 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 for this rule
+ * 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.
* @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 for this rule
+ * 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.
* @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/DeviceEnrollmentPlatformRestrictionsConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceEnrollmentPlatformRestrictionsConfiguration.java
index e953b6643fa..2eec9247d5c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceEnrollmentPlatformRestrictionsConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceEnrollmentPlatformRestrictionsConfiguration.java
@@ -29,7 +29,7 @@ public static DeviceEnrollmentPlatformRestrictionsConfiguration createFromDiscri
return new DeviceEnrollmentPlatformRestrictionsConfiguration();
}
/**
- * Gets the androidForWorkRestriction property value. Android for work restrictions based on platform, platform operating system version, and device ownership
+ * Gets the androidForWorkRestriction property value. Indicates restrictions for Android For Work platform.
* @return a {@link DeviceEnrollmentPlatformRestriction}
*/
@jakarta.annotation.Nullable
@@ -37,7 +37,7 @@ public DeviceEnrollmentPlatformRestriction getAndroidForWorkRestriction() {
return this.backingStore.get("androidForWorkRestriction");
}
/**
- * Gets the androidRestriction property value. Android restrictions based on platform, platform operating system version, and device ownership
+ * Gets the androidRestriction property value. Indicates restrictions for Android platform.
* @return a {@link DeviceEnrollmentPlatformRestriction}
*/
@jakarta.annotation.Nullable
@@ -64,7 +64,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the iosRestriction property value. Ios restrictions based on platform, platform operating system version, and device ownership
+ * Gets the iosRestriction property value. Indicates restrictions for IOS platform.
* @return a {@link DeviceEnrollmentPlatformRestriction}
*/
@jakarta.annotation.Nullable
@@ -72,7 +72,7 @@ public DeviceEnrollmentPlatformRestriction getIosRestriction() {
return this.backingStore.get("iosRestriction");
}
/**
- * Gets the macOSRestriction property value. Mac restrictions based on platform, platform operating system version, and device ownership
+ * Gets the macOSRestriction property value. Indicates restrictions for MacOS platform.
* @return a {@link DeviceEnrollmentPlatformRestriction}
*/
@jakarta.annotation.Nullable
@@ -80,7 +80,7 @@ public DeviceEnrollmentPlatformRestriction getMacOSRestriction() {
return this.backingStore.get("macOSRestriction");
}
/**
- * Gets the macRestriction property value. Mac restrictions based on platform, platform operating system version, and device ownership
+ * Gets the macRestriction property value. Indicates restrictions for Mac platform.
* @return a {@link DeviceEnrollmentPlatformRestriction}
*/
@jakarta.annotation.Nullable
@@ -104,7 +104,7 @@ public DeviceEnrollmentPlatformRestriction getVisionOSRestriction() {
return this.backingStore.get("visionOSRestriction");
}
/**
- * Gets the windowsHomeSkuRestriction property value. Windows Home Sku restrictions based on platform, platform operating system version, and device ownership
+ * Gets the windowsHomeSkuRestriction property value. Indicates restrictions for Windows HomeSku platform.
* @return a {@link DeviceEnrollmentPlatformRestriction}
*/
@jakarta.annotation.Nullable
@@ -112,7 +112,7 @@ public DeviceEnrollmentPlatformRestriction getWindowsHomeSkuRestriction() {
return this.backingStore.get("windowsHomeSkuRestriction");
}
/**
- * Gets the windowsMobileRestriction property value. Windows mobile restrictions based on platform, platform operating system version, and device ownership
+ * Gets the windowsMobileRestriction property value. Indicates restrictions for Windows Mobile platform.
* @return a {@link DeviceEnrollmentPlatformRestriction}
*/
@jakarta.annotation.Nullable
@@ -120,7 +120,7 @@ public DeviceEnrollmentPlatformRestriction getWindowsMobileRestriction() {
return this.backingStore.get("windowsMobileRestriction");
}
/**
- * Gets the windowsRestriction property value. Windows restrictions based on platform, platform operating system version, and device ownership
+ * Gets the windowsRestriction property value. Indicates restrictions for Windows platform.
* @return a {@link DeviceEnrollmentPlatformRestriction}
*/
@jakarta.annotation.Nullable
@@ -146,35 +146,35 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("windowsRestriction", this.getWindowsRestriction());
}
/**
- * Sets the androidForWorkRestriction property value. Android for work restrictions based on platform, platform operating system version, and device ownership
+ * Sets the androidForWorkRestriction property value. Indicates restrictions for Android For Work platform.
* @param value Value to set for the androidForWorkRestriction property.
*/
public void setAndroidForWorkRestriction(@jakarta.annotation.Nullable final DeviceEnrollmentPlatformRestriction value) {
this.backingStore.set("androidForWorkRestriction", value);
}
/**
- * Sets the androidRestriction property value. Android restrictions based on platform, platform operating system version, and device ownership
+ * Sets the androidRestriction property value. Indicates restrictions for Android platform.
* @param value Value to set for the androidRestriction property.
*/
public void setAndroidRestriction(@jakarta.annotation.Nullable final DeviceEnrollmentPlatformRestriction value) {
this.backingStore.set("androidRestriction", value);
}
/**
- * Sets the iosRestriction property value. Ios restrictions based on platform, platform operating system version, and device ownership
+ * Sets the iosRestriction property value. Indicates restrictions for IOS platform.
* @param value Value to set for the iosRestriction property.
*/
public void setIosRestriction(@jakarta.annotation.Nullable final DeviceEnrollmentPlatformRestriction value) {
this.backingStore.set("iosRestriction", value);
}
/**
- * Sets the macOSRestriction property value. Mac restrictions based on platform, platform operating system version, and device ownership
+ * Sets the macOSRestriction property value. Indicates restrictions for MacOS platform.
* @param value Value to set for the macOSRestriction property.
*/
public void setMacOSRestriction(@jakarta.annotation.Nullable final DeviceEnrollmentPlatformRestriction value) {
this.backingStore.set("macOSRestriction", value);
}
/**
- * Sets the macRestriction property value. Mac restrictions based on platform, platform operating system version, and device ownership
+ * Sets the macRestriction property value. Indicates restrictions for Mac platform.
* @param value Value to set for the macRestriction property.
*/
public void setMacRestriction(@jakarta.annotation.Nullable final DeviceEnrollmentPlatformRestriction value) {
@@ -195,21 +195,21 @@ public void setVisionOSRestriction(@jakarta.annotation.Nullable final DeviceEnro
this.backingStore.set("visionOSRestriction", value);
}
/**
- * Sets the windowsHomeSkuRestriction property value. Windows Home Sku restrictions based on platform, platform operating system version, and device ownership
+ * Sets the windowsHomeSkuRestriction property value. Indicates restrictions for Windows HomeSku platform.
* @param value Value to set for the windowsHomeSkuRestriction property.
*/
public void setWindowsHomeSkuRestriction(@jakarta.annotation.Nullable final DeviceEnrollmentPlatformRestriction value) {
this.backingStore.set("windowsHomeSkuRestriction", value);
}
/**
- * Sets the windowsMobileRestriction property value. Windows mobile restrictions based on platform, platform operating system version, and device ownership
+ * Sets the windowsMobileRestriction property value. Indicates restrictions for Windows Mobile platform.
* @param value Value to set for the windowsMobileRestriction property.
*/
public void setWindowsMobileRestriction(@jakarta.annotation.Nullable final DeviceEnrollmentPlatformRestriction value) {
this.backingStore.set("windowsMobileRestriction", value);
}
/**
- * Sets the windowsRestriction property value. Windows restrictions based on platform, platform operating system version, and device ownership
+ * Sets the windowsRestriction property value. Indicates restrictions for Windows platform.
* @param value Value to set for the windowsRestriction property.
*/
public void setWindowsRestriction(@jakarta.annotation.Nullable final DeviceEnrollmentPlatformRestriction 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 9c837b112dc..97d5d33be1d 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. Valid values 1 to 100
+ * Gets the maximumCount property value. Maximum number of choices 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 choices in the collection. Valid values 1 to 100
+ * Gets the minimumCount property value. Minimum number of choices 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 choices in the collection. Valid values 1 to 100
+ * Sets the maximumCount property value. Maximum number of choices 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 choices in the collection. Valid values 1 to 100
+ * Sets the minimumCount property value. Minimum number of choices 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/DeviceManagementConfigurationReferredSettingInformation.java b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationReferredSettingInformation.java
index 1e8ca805d9e..b3ec96f2168 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationReferredSettingInformation.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/DeviceManagementConfigurationReferredSettingInformation.java
@@ -78,7 +78,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting.
+ * Gets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -118,7 +118,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting.
+ * Sets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting
* @param value Value to set for the settingDefinitionId property.
*/
public void setSettingDefinitionId(@jakarta.annotation.Nullable final String 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
+ * Gets the maximumCount property value. Maximum number of setting group count 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 setting group count in the collection
+ * Gets the minimumCount property value. Minimum number of setting group count 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 setting group count in the collection
+ * Sets the maximumCount property value. Maximum number of setting group count 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 setting group count in the collection
+ * Sets the minimumCount property value. Minimum number of setting group count 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/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/Entity.java b/src/main/java/com/microsoft/graph/beta/generated/models/Entity.java
index 78de22b440d..3cdfe7fd99c 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
@@ -17,6 +17,7 @@
import com.microsoft.graph.beta.models.ediscovery.CaseIndexOperation;
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;
@@ -26,7 +27,10 @@
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.ediscovery.UnifiedGroupSource;
+import com.microsoft.graph.beta.models.ediscovery.UserSource;
import com.microsoft.graph.beta.models.externalconnectors.ConnectionOperation;
import com.microsoft.graph.beta.models.externalconnectors.ConnectionQuota;
import com.microsoft.graph.beta.models.externalconnectors.ExternalActivity;
@@ -36,7 +40,6 @@
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;
@@ -171,6 +174,7 @@
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;
@@ -189,7 +193,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;
@@ -260,16 +263,13 @@
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;
import com.microsoft.graph.beta.models.security.TriggersRoot;
import com.microsoft.graph.beta.models.security.TriggerTypesRoot;
import com.microsoft.graph.beta.models.security.UnclassifiedArtifact;
-import com.microsoft.graph.beta.models.security.UnifiedGroupSource;
import com.microsoft.graph.beta.models.security.UrlThreatSubmission;
-import com.microsoft.graph.beta.models.security.UserSource;
import com.microsoft.graph.beta.models.security.Vulnerability;
import com.microsoft.graph.beta.models.security.VulnerabilityComponent;
import com.microsoft.graph.beta.models.security.WhoisBaseRecord;
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ExtendedKeyUsage.java b/src/main/java/com/microsoft/graph/beta/generated/models/ExtendedKeyUsage.java
index e6fb7868044..277f6b98d13 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ExtendedKeyUsage.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ExtendedKeyUsage.java
@@ -71,7 +71,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the name property value. Extended Key Usage Name
+ * Gets the name property value. The extended key usage (EKU) name that provides a user-friendly way to identify an EKU.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -79,7 +79,7 @@ public String getName() {
return this.backingStore.get("name");
}
/**
- * Gets the objectIdentifier property value. Extended Key Usage Object Identifier
+ * Gets the objectIdentifier property value. The object identifier (OID) of an extended key usage of a certificate. For example, '1.3.6.1.5.5.7.3.2' for client authentication.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -121,14 +121,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the name property value. Extended Key Usage Name
+ * Sets the name property value. The extended key usage (EKU) name that provides a user-friendly way to identify an EKU.
* @param value Value to set for the name property.
*/
public void setName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("name", value);
}
/**
- * Sets the objectIdentifier property value. Extended Key Usage Object Identifier
+ * Sets the objectIdentifier property value. The object identifier (OID) of an extended key usage of a certificate. For example, '1.3.6.1.5.5.7.3.2' for client authentication.
* @param value Value to set for the objectIdentifier property.
*/
public void setObjectIdentifier(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ForwardToChatResult.java b/src/main/java/com/microsoft/graph/beta/generated/models/ForwardToChatResult.java
index d33a51b73f6..2e8b5d2768e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ForwardToChatResult.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ForwardToChatResult.java
@@ -37,7 +37,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the forwardedMessageId property value. The forwardedMessageId property
+ * Gets the forwardedMessageId property value. The chatMessage ID generated after a message is successfully forwarded to the target chat ID.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -45,7 +45,7 @@ public String getForwardedMessageId() {
return this.backingStore.get("forwardedMessageId");
}
/**
- * Gets the targetChatId property value. The targetChatId property
+ * Gets the targetChatId property value. The target chat ID where the message was forwarded.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -63,14 +63,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("targetChatId", this.getTargetChatId());
}
/**
- * Sets the forwardedMessageId property value. The forwardedMessageId property
+ * Sets the forwardedMessageId property value. The chatMessage ID generated after a message is successfully forwarded to the target chat ID.
* @param value Value to set for the forwardedMessageId property.
*/
public void setForwardedMessageId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("forwardedMessageId", value);
}
/**
- * Sets the targetChatId property value. The targetChatId property
+ * Sets the targetChatId property value. The target chat ID where the message was forwarded.
* @param value Value to set for the targetChatId property.
*/
public void setTargetChatId(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosLobAppProvisioningConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosLobAppProvisioningConfiguration.java
index 495f5dbb9e6..bb7e12bf0d4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosLobAppProvisioningConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosLobAppProvisioningConfiguration.java
@@ -29,7 +29,7 @@ public static IosLobAppProvisioningConfiguration createFromDiscriminatorValue(@j
return new IosLobAppProvisioningConfiguration();
}
/**
- * Gets the assignments property value. The associated group assignments for IosLobAppProvisioningConfiguration.
+ * Gets the assignments property value. The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -69,7 +69,7 @@ public String getDisplayName() {
return this.backingStore.get("displayName");
}
/**
- * Gets the expirationDateTime property value. Optional profile expiration date and time.
+ * Gets the expirationDateTime property value. Optional profile expiration date and time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default.
* @return a {@link OffsetDateTime}
*/
@jakarta.annotation.Nullable
@@ -176,7 +176,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeIntegerValue("version", this.getVersion());
}
/**
- * Sets the assignments property value. The associated group assignments for IosLobAppProvisioningConfiguration.
+ * Sets the assignments property value. The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @param value Value to set for the assignments property.
*/
public void setAssignments(@jakarta.annotation.Nullable final java.util.List value) {
@@ -211,7 +211,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayName", value);
}
/**
- * Sets the expirationDateTime property value. Optional profile expiration date and time.
+ * Sets the expirationDateTime property value. Optional profile expiration date and time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default.
* @param value Value to set for the expirationDateTime property.
*/
public void setExpirationDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java b/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java
index eebcc29e27a..2da0d3ff003 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/IosManagedAppProtection.java
@@ -77,7 +77,7 @@ public java.util.List getApps() {
return this.backingStore.get("apps");
}
/**
- * Gets the customBrowserProtocol property value. A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.
+ * Gets the customBrowserProtocol property value. A custom browser protocol to open weblink on iOS.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -308,7 +308,7 @@ public void setApps(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the key property value. Key.
+ * Gets the key property value. Contains the name of the field that a value is associated with.
* @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.
+ * Gets the value property value. Contains the corresponding value for the specified key.
* @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. Key.
+ * Sets the key property value. Contains the name of the field that a value is associated with.
* @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. Value.
+ * Sets the value property value. Contains the corresponding value for the specified key.
* @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/MacOsLobAppAssignmentSettings.java b/src/main/java/com/microsoft/graph/beta/generated/models/MacOsLobAppAssignmentSettings.java
index 9b7124da50b..279bfd72943 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MacOsLobAppAssignmentSettings.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MacOsLobAppAssignmentSettings.java
@@ -39,7 +39,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the uninstallOnDeviceRemoval property value. When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune.
+ * Gets the uninstallOnDeviceRemoval property value. Whether or not to uninstall the app when device is removed from Intune.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -56,7 +56,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeBooleanValue("uninstallOnDeviceRemoval", this.getUninstallOnDeviceRemoval());
}
/**
- * Sets the uninstallOnDeviceRemoval property value. When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune.
+ * Sets the uninstallOnDeviceRemoval property value. Whether or not to uninstall the app when device is removed from Intune.
* @param value Value to set for the uninstallOnDeviceRemoval property.
*/
public void setUninstallOnDeviceRemoval(@jakarta.annotation.Nullable final Boolean value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MobileAppContentFile.java b/src/main/java/com/microsoft/graph/beta/generated/models/MobileAppContentFile.java
index 53888d62422..2c64849a839 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MobileAppContentFile.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MobileAppContentFile.java
@@ -115,7 +115,7 @@ public String getName() {
return this.backingStore.get("name");
}
/**
- * Gets the size property value. The size of the file prior to encryption. To be deprecated, please use sizeInBytes property instead.
+ * Gets the size property value. Indicates the original size of the file, in bytes.
* @return a {@link Long}
*/
@jakarta.annotation.Nullable
@@ -123,7 +123,7 @@ public Long getSize() {
return this.backingStore.get("size");
}
/**
- * Gets the sizeEncrypted property value. The size of the file after encryption. To be deprecated, please use sizeEncryptedInBytes property instead.
+ * Gets the sizeEncrypted property value. Indicates the size of the file after encryption, in bytes.
* @return a {@link Long}
*/
@jakarta.annotation.Nullable
@@ -131,7 +131,7 @@ public Long getSizeEncrypted() {
return this.backingStore.get("sizeEncrypted");
}
/**
- * Gets the sizeEncryptedInBytes property value. Indicates the size of the file after encryption, in bytes. Valid values 0 to 9.22337203685478E+18
+ * Gets the sizeEncryptedInBytes property value. Indicates the size of the file after encryption, in bytes. To be deprecated in February 2025, please use SizeEncrypted property instead. Valid values 0 to 9.22337203685478E+18
* @return a {@link Long}
*/
@jakarta.annotation.Nullable
@@ -139,7 +139,7 @@ public Long getSizeEncryptedInBytes() {
return this.backingStore.get("sizeEncryptedInBytes");
}
/**
- * Gets the sizeInBytes property value. Indicates the original size of the file, in bytes. Valid values 0 to 9.22337203685478E+18
+ * Gets the sizeInBytes property value. Indicates the original size of the file, in bytes. To be deprecated in February 2025, please use Size property instead. Valid values 0 to 9.22337203685478E+18
* @return a {@link Long}
*/
@jakarta.annotation.Nullable
@@ -228,28 +228,28 @@ public void setName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("name", value);
}
/**
- * Sets the size property value. The size of the file prior to encryption. To be deprecated, please use sizeInBytes property instead.
+ * Sets the size property value. Indicates the original size of the file, in bytes.
* @param value Value to set for the size property.
*/
public void setSize(@jakarta.annotation.Nullable final Long value) {
this.backingStore.set("size", value);
}
/**
- * Sets the sizeEncrypted property value. The size of the file after encryption. To be deprecated, please use sizeEncryptedInBytes property instead.
+ * Sets the sizeEncrypted property value. Indicates the size of the file after encryption, in bytes.
* @param value Value to set for the sizeEncrypted property.
*/
public void setSizeEncrypted(@jakarta.annotation.Nullable final Long value) {
this.backingStore.set("sizeEncrypted", value);
}
/**
- * Sets the sizeEncryptedInBytes property value. Indicates the size of the file after encryption, in bytes. Valid values 0 to 9.22337203685478E+18
+ * Sets the sizeEncryptedInBytes property value. Indicates the size of the file after encryption, in bytes. To be deprecated in February 2025, please use SizeEncrypted property instead. Valid values 0 to 9.22337203685478E+18
* @param value Value to set for the sizeEncryptedInBytes property.
*/
public void setSizeEncryptedInBytes(@jakarta.annotation.Nullable final Long value) {
this.backingStore.set("sizeEncryptedInBytes", value);
}
/**
- * Sets the sizeInBytes property value. Indicates the original size of the file, in bytes. Valid values 0 to 9.22337203685478E+18
+ * Sets the sizeInBytes property value. Indicates the original size of the file, in bytes. To be deprecated in February 2025, please use Size property instead. Valid values 0 to 9.22337203685478E+18
* @param value Value to set for the sizeInBytes property.
*/
public void setSizeInBytes(@jakarta.annotation.Nullable final Long value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/MobileThreatDefenseConnector.java b/src/main/java/com/microsoft/graph/beta/generated/models/MobileThreatDefenseConnector.java
index d45f98446dd..6380fac9cd5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/MobileThreatDefenseConnector.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/MobileThreatDefenseConnector.java
@@ -29,7 +29,7 @@ public static MobileThreatDefenseConnector createFromDiscriminatorValue(@jakarta
return new MobileThreatDefenseConnector();
}
/**
- * Gets the allowPartnerToCollectIOSApplicationMetadata property value. When TRUE, indicates the Mobile Threat Defense partner may collect metadata about installed applications from Intune for IOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about installed applications from Intune for IOS devices. Default value is FALSE.
+ * Gets the allowPartnerToCollectIOSApplicationMetadata property value. When TRUE, indicates the Mobile Threat Defense partner may collect metadata about installed applications from Intune for iOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about installed applications from Intune for iOS devices. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -37,7 +37,7 @@ public Boolean getAllowPartnerToCollectIOSApplicationMetadata() {
return this.backingStore.get("allowPartnerToCollectIOSApplicationMetadata");
}
/**
- * Gets the allowPartnerToCollectIOSPersonalApplicationMetadata property value. When TRUE, indicates the Mobile Threat Defense partner may collect metadata about personally installed applications from Intune for IOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about personally installed applications from Intune for IOS devices. Default value is FALSE.
+ * Gets the allowPartnerToCollectIOSPersonalApplicationMetadata property value. When TRUE, indicates the Mobile Threat Defense partner may collect metadata about personally installed applications from Intune for iOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about personally installed applications from Intune for iOS devices. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -45,7 +45,7 @@ public Boolean getAllowPartnerToCollectIOSPersonalApplicationMetadata() {
return this.backingStore.get("allowPartnerToCollectIOSPersonalApplicationMetadata");
}
/**
- * Gets the androidDeviceBlockedOnMissingPartnerData property value. For Android, set whether Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant
+ * Gets the androidDeviceBlockedOnMissingPartnerData property value. When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking an Android device compliant. When FALSE, indicates that Intune may mark an Android device compliant before receiving data from the Mobile Threat Defense partner.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public Boolean getAndroidDeviceBlockedOnMissingPartnerData() {
return this.backingStore.get("androidDeviceBlockedOnMissingPartnerData");
}
/**
- * Gets the androidEnabled property value. For Android, set whether data from the Mobile Threat Defense partner should be used during compliance evaluations
+ * Gets the androidEnabled property value. When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Android devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Android devices. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -96,7 +96,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the iosDeviceBlockedOnMissingPartnerData property value. For IOS, set whether Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant
+ * Gets the iosDeviceBlockedOnMissingPartnerData property value. When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant. When FALSE, indicates that Intune may not recieve data from Mobile Threat Defense partner prior to making device compliant. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -104,7 +104,7 @@ public Boolean getIosDeviceBlockedOnMissingPartnerData() {
return this.backingStore.get("iosDeviceBlockedOnMissingPartnerData");
}
/**
- * Gets the iosEnabled property value. For IOS, get or set whether data from the Mobile Threat Defense partner should be used during compliance evaluations
+ * Gets the iosEnabled property value. When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for iOS devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for iOS devices. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -112,7 +112,7 @@ public Boolean getIosEnabled() {
return this.backingStore.get("iosEnabled");
}
/**
- * Gets the iosMobileApplicationManagementEnabled property value. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for IOS devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for IOS devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.
+ * Gets the iosMobileApplicationManagementEnabled property value. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for iOS devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for iOS devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -128,7 +128,7 @@ public OffsetDateTime getLastHeartbeatDateTime() {
return this.backingStore.get("lastHeartbeatDateTime");
}
/**
- * Gets the macDeviceBlockedOnMissingPartnerData property value. For Mac, get or set whether Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant
+ * Gets the macDeviceBlockedOnMissingPartnerData property value. When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a Mac device compliant. When FALSE, indicates that Intune may mark a Mac device compliant prior to receiving data from the Mobile Threat Defense partner. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -136,7 +136,7 @@ public Boolean getMacDeviceBlockedOnMissingPartnerData() {
return this.backingStore.get("macDeviceBlockedOnMissingPartnerData");
}
/**
- * Gets the macEnabled property value. For Mac, get or set whether data from the Mobile Threat Defense partner should be used during compliance evaluations
+ * Gets the macEnabled property value. When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Mac devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Mac devices. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -160,7 +160,7 @@ public MobileThreatPartnerTenantState getPartnerState() {
return this.backingStore.get("partnerState");
}
/**
- * Gets the partnerUnresponsivenessThresholdInDays property value. Get or Set days the per tenant tolerance to unresponsiveness for this partner integration
+ * Gets the partnerUnresponsivenessThresholdInDays property value. Indicates the number of days without receiving a heartbeat from a Mobile Threat Defense partner before the partner is marked as unresponsive. Intune will the ignore the data from this Mobile Threat Defense Partner for next compliance calculation.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -168,7 +168,7 @@ public Integer getPartnerUnresponsivenessThresholdInDays() {
return this.backingStore.get("partnerUnresponsivenessThresholdInDays");
}
/**
- * Gets the partnerUnsupportedOsVersionBlocked property value. Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner
+ * Gets the partnerUnsupportedOsVersionBlocked property value. When TRUE, indicates that Intune will mark devices noncompliant on enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner. When FALSE, indicates that Intune will not mark devices noncompliant on enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -176,7 +176,7 @@ public Boolean getPartnerUnsupportedOsVersionBlocked() {
return this.backingStore.get("partnerUnsupportedOsVersionBlocked");
}
/**
- * Gets the windowsDeviceBlockedOnMissingPartnerData property value. When TRUE, inidicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant for Windows. When FALSE, inidicates that Intune may make a device compliant without receiving data from the Mobile Threat Defense partner for Windows. Default value is FALSE.
+ * Gets the windowsDeviceBlockedOnMissingPartnerData property value. When TRUE, indicates that Intune must receive data from the data sync partner prior to marking a device compliant for Windows. When FALSE, indicates that Intune may mark a device compliant without receiving data from the data sync partner for Windows. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -184,7 +184,7 @@ public Boolean getWindowsDeviceBlockedOnMissingPartnerData() {
return this.backingStore.get("windowsDeviceBlockedOnMissingPartnerData");
}
/**
- * Gets the windowsEnabled property value. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during compliance evaluations for Windows. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during compliance evaluations for Windows. Default value is FALSE.
+ * Gets the windowsEnabled property value. When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Windows. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Windows. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -192,7 +192,7 @@ public Boolean getWindowsEnabled() {
return this.backingStore.get("windowsEnabled");
}
/**
- * Gets the windowsMobileApplicationManagementEnabled property value. When TRUE, app protection policies using the Device Threat Level rule will evaluate devices including data from this connector for Windows. When FALSE, Intune will not use device risk details sent over this connector during app protection policies calculation for policies with a Device Threat Level configured. Existing devices that are not compliant due to risk levels obtained from this connector will also become compliant.
+ * Gets the windowsMobileApplicationManagementEnabled property value. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for iOS devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for iOS devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -226,28 +226,28 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeBooleanValue("windowsMobileApplicationManagementEnabled", this.getWindowsMobileApplicationManagementEnabled());
}
/**
- * Sets the allowPartnerToCollectIOSApplicationMetadata property value. When TRUE, indicates the Mobile Threat Defense partner may collect metadata about installed applications from Intune for IOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about installed applications from Intune for IOS devices. Default value is FALSE.
+ * Sets the allowPartnerToCollectIOSApplicationMetadata property value. When TRUE, indicates the Mobile Threat Defense partner may collect metadata about installed applications from Intune for iOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about installed applications from Intune for iOS devices. Default value is FALSE.
* @param value Value to set for the allowPartnerToCollectIOSApplicationMetadata property.
*/
public void setAllowPartnerToCollectIOSApplicationMetadata(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("allowPartnerToCollectIOSApplicationMetadata", value);
}
/**
- * Sets the allowPartnerToCollectIOSPersonalApplicationMetadata property value. When TRUE, indicates the Mobile Threat Defense partner may collect metadata about personally installed applications from Intune for IOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about personally installed applications from Intune for IOS devices. Default value is FALSE.
+ * Sets the allowPartnerToCollectIOSPersonalApplicationMetadata property value. When TRUE, indicates the Mobile Threat Defense partner may collect metadata about personally installed applications from Intune for iOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about personally installed applications from Intune for iOS devices. Default value is FALSE.
* @param value Value to set for the allowPartnerToCollectIOSPersonalApplicationMetadata property.
*/
public void setAllowPartnerToCollectIOSPersonalApplicationMetadata(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("allowPartnerToCollectIOSPersonalApplicationMetadata", value);
}
/**
- * Sets the androidDeviceBlockedOnMissingPartnerData property value. For Android, set whether Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant
+ * Sets the androidDeviceBlockedOnMissingPartnerData property value. When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking an Android device compliant. When FALSE, indicates that Intune may mark an Android device compliant before receiving data from the Mobile Threat Defense partner.
* @param value Value to set for the androidDeviceBlockedOnMissingPartnerData property.
*/
public void setAndroidDeviceBlockedOnMissingPartnerData(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("androidDeviceBlockedOnMissingPartnerData", value);
}
/**
- * Sets the androidEnabled property value. For Android, set whether data from the Mobile Threat Defense partner should be used during compliance evaluations
+ * Sets the androidEnabled property value. When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Android devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Android devices. Default value is FALSE.
* @param value Value to set for the androidEnabled property.
*/
public void setAndroidEnabled(@jakarta.annotation.Nullable final Boolean value) {
@@ -261,21 +261,21 @@ public void setAndroidMobileApplicationManagementEnabled(@jakarta.annotation.Nul
this.backingStore.set("androidMobileApplicationManagementEnabled", value);
}
/**
- * Sets the iosDeviceBlockedOnMissingPartnerData property value. For IOS, set whether Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant
+ * Sets the iosDeviceBlockedOnMissingPartnerData property value. When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant. When FALSE, indicates that Intune may not recieve data from Mobile Threat Defense partner prior to making device compliant. Default value is FALSE.
* @param value Value to set for the iosDeviceBlockedOnMissingPartnerData property.
*/
public void setIosDeviceBlockedOnMissingPartnerData(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("iosDeviceBlockedOnMissingPartnerData", value);
}
/**
- * Sets the iosEnabled property value. For IOS, get or set whether data from the Mobile Threat Defense partner should be used during compliance evaluations
+ * Sets the iosEnabled property value. When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for iOS devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for iOS devices. Default value is FALSE.
* @param value Value to set for the iosEnabled property.
*/
public void setIosEnabled(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("iosEnabled", value);
}
/**
- * Sets the iosMobileApplicationManagementEnabled property value. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for IOS devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for IOS devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.
+ * Sets the iosMobileApplicationManagementEnabled property value. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for iOS devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for iOS devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.
* @param value Value to set for the iosMobileApplicationManagementEnabled property.
*/
public void setIosMobileApplicationManagementEnabled(@jakarta.annotation.Nullable final Boolean value) {
@@ -289,14 +289,14 @@ public void setLastHeartbeatDateTime(@jakarta.annotation.Nullable final OffsetDa
this.backingStore.set("lastHeartbeatDateTime", value);
}
/**
- * Sets the macDeviceBlockedOnMissingPartnerData property value. For Mac, get or set whether Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant
+ * Sets the macDeviceBlockedOnMissingPartnerData property value. When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a Mac device compliant. When FALSE, indicates that Intune may mark a Mac device compliant prior to receiving data from the Mobile Threat Defense partner. Default value is FALSE.
* @param value Value to set for the macDeviceBlockedOnMissingPartnerData property.
*/
public void setMacDeviceBlockedOnMissingPartnerData(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("macDeviceBlockedOnMissingPartnerData", value);
}
/**
- * Sets the macEnabled property value. For Mac, get or set whether data from the Mobile Threat Defense partner should be used during compliance evaluations
+ * Sets the macEnabled property value. When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Mac devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Mac devices. Default value is FALSE.
* @param value Value to set for the macEnabled property.
*/
public void setMacEnabled(@jakarta.annotation.Nullable final Boolean value) {
@@ -317,35 +317,35 @@ public void setPartnerState(@jakarta.annotation.Nullable final MobileThreatPartn
this.backingStore.set("partnerState", value);
}
/**
- * Sets the partnerUnresponsivenessThresholdInDays property value. Get or Set days the per tenant tolerance to unresponsiveness for this partner integration
+ * Sets the partnerUnresponsivenessThresholdInDays property value. Indicates the number of days without receiving a heartbeat from a Mobile Threat Defense partner before the partner is marked as unresponsive. Intune will the ignore the data from this Mobile Threat Defense Partner for next compliance calculation.
* @param value Value to set for the partnerUnresponsivenessThresholdInDays property.
*/
public void setPartnerUnresponsivenessThresholdInDays(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("partnerUnresponsivenessThresholdInDays", value);
}
/**
- * Sets the partnerUnsupportedOsVersionBlocked property value. Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner
+ * Sets the partnerUnsupportedOsVersionBlocked property value. When TRUE, indicates that Intune will mark devices noncompliant on enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner. When FALSE, indicates that Intune will not mark devices noncompliant on enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner. Default value is FALSE.
* @param value Value to set for the partnerUnsupportedOsVersionBlocked property.
*/
public void setPartnerUnsupportedOsVersionBlocked(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("partnerUnsupportedOsVersionBlocked", value);
}
/**
- * Sets the windowsDeviceBlockedOnMissingPartnerData property value. When TRUE, inidicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant for Windows. When FALSE, inidicates that Intune may make a device compliant without receiving data from the Mobile Threat Defense partner for Windows. Default value is FALSE.
+ * Sets the windowsDeviceBlockedOnMissingPartnerData property value. When TRUE, indicates that Intune must receive data from the data sync partner prior to marking a device compliant for Windows. When FALSE, indicates that Intune may mark a device compliant without receiving data from the data sync partner for Windows. Default value is FALSE.
* @param value Value to set for the windowsDeviceBlockedOnMissingPartnerData property.
*/
public void setWindowsDeviceBlockedOnMissingPartnerData(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("windowsDeviceBlockedOnMissingPartnerData", value);
}
/**
- * Sets the windowsEnabled property value. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during compliance evaluations for Windows. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during compliance evaluations for Windows. Default value is FALSE.
+ * Sets the windowsEnabled property value. When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Windows. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Windows. Default value is FALSE.
* @param value Value to set for the windowsEnabled property.
*/
public void setWindowsEnabled(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("windowsEnabled", value);
}
/**
- * Sets the windowsMobileApplicationManagementEnabled property value. When TRUE, app protection policies using the Device Threat Level rule will evaluate devices including data from this connector for Windows. When FALSE, Intune will not use device risk details sent over this connector during app protection policies calculation for policies with a Device Threat Level configured. Existing devices that are not compliant due to risk levels obtained from this connector will also become compliant.
+ * Sets the windowsMobileApplicationManagementEnabled property value. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for iOS devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for iOS devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.
* @param value Value to set for the windowsMobileApplicationManagementEnabled property.
*/
public void setWindowsMobileApplicationManagementEnabled(@jakarta.annotation.Nullable final Boolean value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingBase.java b/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingBase.java
index 1f0bb3c8067..a7932f87e1d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingBase.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/OnlineMeetingBase.java
@@ -224,7 +224,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the isEndToEndEncryptionEnabled property value. The isEndToEndEncryptionEnabled property
+ * Gets the isEndToEndEncryptionEnabled property value. Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -483,7 +483,7 @@ public void setChatRestrictions(@jakarta.annotation.Nullable final ChatRestricti
this.backingStore.set("chatRestrictions", value);
}
/**
- * Sets the isEndToEndEncryptionEnabled property value. The isEndToEndEncryptionEnabled property
+ * Sets the isEndToEndEncryptionEnabled property value. Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting.
* @param value Value to set for the isEndToEndEncryptionEnabled property.
*/
public void setIsEndToEndEncryptionEnabled(@jakarta.annotation.Nullable final Boolean value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/PrivilegeManagementElevation.java b/src/main/java/com/microsoft/graph/beta/generated/models/PrivilegeManagementElevation.java
index 990229b78fb..321fc42bc93 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/PrivilegeManagementElevation.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/PrivilegeManagementElevation.java
@@ -29,7 +29,7 @@ public static PrivilegeManagementElevation createFromDiscriminatorValue(@jakarta
return new PrivilegeManagementElevation();
}
/**
- * Gets the certificatePayload property value. The certificate payload of the application. This is computed by hashing the certificate information on the client. Example: `32c220482c68413fbf8290e3b1e49b0a85901cfcd62ab0738760568a2a6e8a50`
+ * Gets the certificatePayload property value. The certificate payload of the application. This is computed by hashing the certificate information on the client. Example: 32c220482c68413fbf8290e3b1e49b0a85901cfcd62ab0738760568a2a6e8a50
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -37,7 +37,7 @@ public String getCertificatePayload() {
return this.backingStore.get("certificatePayload");
}
/**
- * Gets the companyName property value. The company name of the application. This value is set by the creator of the application. Example: `Microsoft Corporation`
+ * Gets the companyName property value. The company name of the application. This value is set by the creator of the application. Example: Microsoft Corporation
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -45,7 +45,7 @@ public String getCompanyName() {
return this.backingStore.get("companyName");
}
/**
- * Gets the deviceId property value. The Intune deviceId. Unique identifier for the managed device. Example: `92ce5047-9553-4731-817f-9b401a999a1b`
+ * Gets the deviceId property value. The Intune deviceId. Unique identifier for the managed device. Example: 92ce5047-9553-4731-817f-9b401a999a1b
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public String getDeviceId() {
return this.backingStore.get("deviceId");
}
/**
- * Gets the deviceName property value. The name associated with the device in the intune database. Example: `JOHNDOE-LAPTOP`.
+ * Gets the deviceName property value. The name associated with the device in the intune database. Example: JOHNDOE-LAPTOP.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -69,7 +69,7 @@ public PrivilegeManagementElevationType getElevationType() {
return this.backingStore.get("elevationType");
}
/**
- * Gets the eventDateTime property value. The date and time when the application was elevated. Example:`2014-01-01T00:00:00Z`
+ * Gets the eventDateTime property value. The date and time when the application was elevated. Example:2014-01-01T00:00:00Z
* @return a {@link OffsetDateTime}
*/
@jakarta.annotation.Nullable
@@ -108,7 +108,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the fileDescription property value. The file description of the application. This value is set by the creator of the application. Example: `Editor of multiple coding languages.`
+ * Gets the fileDescription property value. The file description of the application. This value is set by the creator of the application. Example: Editor of multiple coding languages.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -116,7 +116,7 @@ public String getFileDescription() {
return this.backingStore.get("fileDescription");
}
/**
- * Gets the filePath property value. The full file path of the application including the filename and file extension. Example: `C:/Program Files/vscode.exe`
+ * Gets the filePath property value. The full file path of the application including the filename and file extension. Example: C:/Program Files/vscode.exe
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -124,7 +124,7 @@ public String getFilePath() {
return this.backingStore.get("filePath");
}
/**
- * Gets the fileVersion property value. The version of the application. This value is set by the creator of the application. Example: `6.2211.1035.1000`
+ * Gets the fileVersion property value. The version of the application. This value is set by the creator of the application. Example: 6.2211.1035.1000
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -132,7 +132,7 @@ public String getFileVersion() {
return this.backingStore.get("fileVersion");
}
/**
- * Gets the hash property value. The sha256 hash of the application. Example: `32c220482c68413fbf8290e3b1e49b0a85901cfcd62ab0738760568a2a6e8a57`
+ * Gets the hash property value. The sha256 hash of the application. Example: 32c220482c68413fbf8290e3b1e49b0a85901cfcd62ab0738760568a2a6e8a57
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -140,7 +140,7 @@ public String getHash() {
return this.backingStore.get("hash");
}
/**
- * Gets the internalName property value. The internal name of the application. This value is set by the creator of the application. Example: `VS code`
+ * Gets the internalName property value. The internal name of the application. This value is set by the creator of the application. Example: VS code
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -148,7 +148,7 @@ public String getInternalName() {
return this.backingStore.get("internalName");
}
/**
- * Gets the justification property value. The justification to elevate the application. This is an input by the user when the privilegeManagementElevationType is of type userConfirmedElevation or support approved elevation. This will be null in all other scenarios. The length is capped at 256 char, enforced on the client side. Example: `To install debug tool.`.
+ * Gets the justification property value. The justification to elevate the application. This is an input by the user when the privilegeManagementElevationType is of type userConfirmedElevation or support approved elevation. This will be null in all other scenarios. The length is capped at 256 char, enforced on the client side. Example: To install debug tool..
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -188,7 +188,7 @@ public PrivilegeManagementProcessType getProcessType() {
return this.backingStore.get("processType");
}
/**
- * Gets the productName property value. The product name of the application. This value is set by the creator of the application. Example: `Visual Studio`
+ * Gets the productName property value. The product name of the application. This value is set by the creator of the application. Example: Visual Studio
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -196,7 +196,7 @@ public String getProductName() {
return this.backingStore.get("productName");
}
/**
- * Gets the result property value. The result of the elevation action with 0 being success, and everything else being exit code if the elevation was unsuccessful. The value will always be 0 on all unmanaged elevation. Example: `0`. Valid values 0 to 2147483647
+ * Gets the result property value. The result of the elevation action with 0 being success, and everything else being exit code if the elevation was unsuccessful. The value will always be 0 on all unmanaged elevation. Example: 0. Valid values 0 to 2147483647
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -220,7 +220,7 @@ public Boolean getSystemInitiatedElevation() {
return this.backingStore.get("systemInitiatedElevation");
}
/**
- * Gets the upn property value. The User Principal Name of the user who performed the elevation. Example: `john@domain.com`
+ * Gets the upn property value. The User Principal Name of the user who performed the elevation. Example: john@domain.com
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -266,28 +266,28 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeEnumValue("userType", this.getUserType());
}
/**
- * Sets the certificatePayload property value. The certificate payload of the application. This is computed by hashing the certificate information on the client. Example: `32c220482c68413fbf8290e3b1e49b0a85901cfcd62ab0738760568a2a6e8a50`
+ * Sets the certificatePayload property value. The certificate payload of the application. This is computed by hashing the certificate information on the client. Example: 32c220482c68413fbf8290e3b1e49b0a85901cfcd62ab0738760568a2a6e8a50
* @param value Value to set for the certificatePayload property.
*/
public void setCertificatePayload(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("certificatePayload", value);
}
/**
- * Sets the companyName property value. The company name of the application. This value is set by the creator of the application. Example: `Microsoft Corporation`
+ * Sets the companyName property value. The company name of the application. This value is set by the creator of the application. Example: Microsoft Corporation
* @param value Value to set for the companyName property.
*/
public void setCompanyName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("companyName", value);
}
/**
- * Sets the deviceId property value. The Intune deviceId. Unique identifier for the managed device. Example: `92ce5047-9553-4731-817f-9b401a999a1b`
+ * Sets the deviceId property value. The Intune deviceId. Unique identifier for the managed device. Example: 92ce5047-9553-4731-817f-9b401a999a1b
* @param value Value to set for the deviceId property.
*/
public void setDeviceId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("deviceId", value);
}
/**
- * Sets the deviceName property value. The name associated with the device in the intune database. Example: `JOHNDOE-LAPTOP`.
+ * Sets the deviceName property value. The name associated with the device in the intune database. Example: JOHNDOE-LAPTOP.
* @param value Value to set for the deviceName property.
*/
public void setDeviceName(@jakarta.annotation.Nullable final String value) {
@@ -301,49 +301,49 @@ public void setElevationType(@jakarta.annotation.Nullable final PrivilegeManagem
this.backingStore.set("elevationType", value);
}
/**
- * Sets the eventDateTime property value. The date and time when the application was elevated. Example:`2014-01-01T00:00:00Z`
+ * Sets the eventDateTime property value. The date and time when the application was elevated. Example:2014-01-01T00:00:00Z
* @param value Value to set for the eventDateTime property.
*/
public void setEventDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
this.backingStore.set("eventDateTime", value);
}
/**
- * Sets the fileDescription property value. The file description of the application. This value is set by the creator of the application. Example: `Editor of multiple coding languages.`
+ * Sets the fileDescription property value. The file description of the application. This value is set by the creator of the application. Example: Editor of multiple coding languages.
* @param value Value to set for the fileDescription property.
*/
public void setFileDescription(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("fileDescription", value);
}
/**
- * Sets the filePath property value. The full file path of the application including the filename and file extension. Example: `C:/Program Files/vscode.exe`
+ * Sets the filePath property value. The full file path of the application including the filename and file extension. Example: C:/Program Files/vscode.exe
* @param value Value to set for the filePath property.
*/
public void setFilePath(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("filePath", value);
}
/**
- * Sets the fileVersion property value. The version of the application. This value is set by the creator of the application. Example: `6.2211.1035.1000`
+ * Sets the fileVersion property value. The version of the application. This value is set by the creator of the application. Example: 6.2211.1035.1000
* @param value Value to set for the fileVersion property.
*/
public void setFileVersion(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("fileVersion", value);
}
/**
- * Sets the hash property value. The sha256 hash of the application. Example: `32c220482c68413fbf8290e3b1e49b0a85901cfcd62ab0738760568a2a6e8a57`
+ * Sets the hash property value. The sha256 hash of the application. Example: 32c220482c68413fbf8290e3b1e49b0a85901cfcd62ab0738760568a2a6e8a57
* @param value Value to set for the hash property.
*/
public void setHash(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("hash", value);
}
/**
- * Sets the internalName property value. The internal name of the application. This value is set by the creator of the application. Example: `VS code`
+ * Sets the internalName property value. The internal name of the application. This value is set by the creator of the application. Example: VS code
* @param value Value to set for the internalName property.
*/
public void setInternalName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("internalName", value);
}
/**
- * Sets the justification property value. The justification to elevate the application. This is an input by the user when the privilegeManagementElevationType is of type userConfirmedElevation or support approved elevation. This will be null in all other scenarios. The length is capped at 256 char, enforced on the client side. Example: `To install debug tool.`.
+ * Sets the justification property value. The justification to elevate the application. This is an input by the user when the privilegeManagementElevationType is of type userConfirmedElevation or support approved elevation. This will be null in all other scenarios. The length is capped at 256 char, enforced on the client side. Example: To install debug tool..
* @param value Value to set for the justification property.
*/
public void setJustification(@jakarta.annotation.Nullable final String value) {
@@ -378,14 +378,14 @@ public void setProcessType(@jakarta.annotation.Nullable final PrivilegeManagemen
this.backingStore.set("processType", value);
}
/**
- * Sets the productName property value. The product name of the application. This value is set by the creator of the application. Example: `Visual Studio`
+ * Sets the productName property value. The product name of the application. This value is set by the creator of the application. Example: Visual Studio
* @param value Value to set for the productName property.
*/
public void setProductName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("productName", value);
}
/**
- * Sets the result property value. The result of the elevation action with 0 being success, and everything else being exit code if the elevation was unsuccessful. The value will always be 0 on all unmanaged elevation. Example: `0`. Valid values 0 to 2147483647
+ * Sets the result property value. The result of the elevation action with 0 being success, and everything else being exit code if the elevation was unsuccessful. The value will always be 0 on all unmanaged elevation. Example: 0. Valid values 0 to 2147483647
* @param value Value to set for the result property.
*/
public void setResult(@jakarta.annotation.Nullable final Integer value) {
@@ -406,7 +406,7 @@ public void setSystemInitiatedElevation(@jakarta.annotation.Nullable final Boole
this.backingStore.set("systemInitiatedElevation", value);
}
/**
- * Sets the upn property value. The User Principal Name of the user who performed the elevation. Example: `john@domain.com`
+ * Sets the upn property value. The User Principal Name of the user who performed the elevation. Example: john@domain.com
* @param value Value to set for the upn property.
*/
public void setUpn(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/ServiceNowConnection.java b/src/main/java/com/microsoft/graph/beta/generated/models/ServiceNowConnection.java
index 4386fa0a62d..a68e5328573 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/ServiceNowConnection.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/ServiceNowConnection.java
@@ -69,7 +69,7 @@ public String getIncidentApiUrl() {
return this.backingStore.get("incidentApiUrl");
}
/**
- * Gets the instanceUrl property value. Indicates the ServiceNow instance URL that Intune will connect to. Saved in the format of https://.service-now.com
+ * Gets the instanceUrl property value. Indicates the ServiceNow instance URL that Intune will connect to. Saved in the format of https://<instance>.service-now.com
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -137,7 +137,7 @@ public void setIncidentApiUrl(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("incidentApiUrl", value);
}
/**
- * Sets the instanceUrl property value. Indicates the ServiceNow instance URL that Intune will connect to. Saved in the format of https://.service-now.com
+ * Sets the instanceUrl property value. Indicates the ServiceNow instance URL that Intune will connect to. Saved in the format of https://<instance>.service-now.com
* @param value Value to set for the instanceUrl property.
*/
public void setInstanceUrl(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobApp.java b/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobApp.java
index 3568a1293e8..bdf8b16068a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobApp.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Win32LobApp.java
@@ -37,7 +37,7 @@ public static Win32LobApp createFromDiscriminatorValue(@jakarta.annotation.Nonnu
return new Win32LobApp();
}
/**
- * Gets the allowAvailableUninstall property value. When TRUE, indicates that uninstall is supported from the company portal for the Windows app (Win32) with an Available assignment. When FALSE, indicates that uninstall is not supported for the Windows app (Win32) with an Available assignment. Default value is FALSE.
+ * Gets the allowAvailableUninstall property value. Indicates whether the uninstall is supported from the company portal for the Win32 app with an available assignment. When TRUE, indicates that uninstall is supported from the company portal for the Windows app (Win32) with an available assignment. When FALSE, indicates that uninstall is not supported for the Windows app (Win32) with an Available assignment. Default value is FALSE.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public EnumSet getApplicableArchitectures() {
return this.backingStore.get("applicableArchitectures");
}
/**
- * Gets the detectionRules property value. The detection rules to detect Win32 Line of Business (LoB) app.
+ * Gets the detectionRules property value. Indicates the detection rules to detect Win32 Line of Business (LoB) app. Possible values are Win32LobAppPowerShellScriptDetection, Win32LobAppRegistryDetection, Win32LobAppFileSystemDetection, Win32LobAppProductCodeDetection.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -61,7 +61,7 @@ public java.util.List getDetectionRules() {
return this.backingStore.get("detectionRules");
}
/**
- * Gets the displayVersion property value. The version displayed in the UX for this app.
+ * Gets the displayVersion property value. Indicates the version displayed in the UX for this app. Used to set the version of the app. Example: 1.0.3.215.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -96,7 +96,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the installCommandLine property value. The command line to install this app
+ * Gets the installCommandLine property value. Indicates the command line to install this app. Used to install the Win32 app. Example: msiexec /i 'Orca.Msi' /qn.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -104,7 +104,7 @@ public String getInstallCommandLine() {
return this.backingStore.get("installCommandLine");
}
/**
- * Gets the installExperience property value. The install experience for this app.
+ * Gets the installExperience property value. Indicates the install experience for this app.
* @return a {@link Win32LobAppInstallExperience}
*/
@jakarta.annotation.Nullable
@@ -112,7 +112,7 @@ public Win32LobAppInstallExperience getInstallExperience() {
return this.backingStore.get("installExperience");
}
/**
- * Gets the minimumCpuSpeedInMHz property value. The value for the minimum CPU speed which is required to install this app.
+ * Gets the minimumCpuSpeedInMHz property value. Indicates the value for the minimum CPU speed which is required to install this app. Allowed range from 0 to clock speed from WMI helper.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -120,7 +120,7 @@ public Integer getMinimumCpuSpeedInMHz() {
return this.backingStore.get("minimumCpuSpeedInMHz");
}
/**
- * Gets the minimumFreeDiskSpaceInMB property value. The value for the minimum free disk space which is required to install this app.
+ * Gets the minimumFreeDiskSpaceInMB property value. Indicates the value for the minimum free disk space which is required to install this app. Allowed range from 0 to driver's maximum available free space.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -128,7 +128,7 @@ public Integer getMinimumFreeDiskSpaceInMB() {
return this.backingStore.get("minimumFreeDiskSpaceInMB");
}
/**
- * Gets the minimumMemoryInMB property value. The value for the minimum physical memory which is required to install this app.
+ * Gets the minimumMemoryInMB property value. Indicates the value for the minimum physical memory which is required to install this app. Allowed range from 0 to total physical memory from WMI helper.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -136,7 +136,7 @@ public Integer getMinimumMemoryInMB() {
return this.backingStore.get("minimumMemoryInMB");
}
/**
- * Gets the minimumNumberOfProcessors property value. The value for the minimum number of processors which is required to install this app.
+ * Gets the minimumNumberOfProcessors property value. Indicates the value for the minimum number of processors which is required to install this app. Minimum value is 0.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -144,7 +144,7 @@ public Integer getMinimumNumberOfProcessors() {
return this.backingStore.get("minimumNumberOfProcessors");
}
/**
- * Gets the minimumSupportedOperatingSystem property value. The value for the minimum applicable operating system.
+ * Gets the minimumSupportedOperatingSystem property value. Indicates the value for the minimum applicable operating system.
* @return a {@link WindowsMinimumOperatingSystem}
*/
@jakarta.annotation.Nullable
@@ -152,7 +152,7 @@ public WindowsMinimumOperatingSystem getMinimumSupportedOperatingSystem() {
return this.backingStore.get("minimumSupportedOperatingSystem");
}
/**
- * Gets the minimumSupportedWindowsRelease property value. The value for the minimum supported windows release.
+ * Gets the minimumSupportedWindowsRelease property value. Indicates the value for the minimum supported windows release. Example: Windows11_23H2.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -160,7 +160,7 @@ public String getMinimumSupportedWindowsRelease() {
return this.backingStore.get("minimumSupportedWindowsRelease");
}
/**
- * Gets the msiInformation property value. The MSI details if this Win32 app is an MSI app.
+ * Gets the msiInformation property value. Indicates the MSI details if this Win32 app is an MSI app.
* @return a {@link Win32LobAppMsiInformation}
*/
@jakarta.annotation.Nullable
@@ -168,7 +168,7 @@ public Win32LobAppMsiInformation getMsiInformation() {
return this.backingStore.get("msiInformation");
}
/**
- * Gets the requirementRules property value. The requirement rules to detect Win32 Line of Business (LoB) app.
+ * Gets the requirementRules property value. Indicates the requirement rules to detect Win32 Line of Business (LoB) app. Possible values are: Win32LobAppFileSystemRequirement, Win32LobAppPowerShellScriptRequirement, Win32LobAppRegistryRequirement.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -176,7 +176,7 @@ public java.util.List getRequirementRules() {
return this.backingStore.get("requirementRules");
}
/**
- * Gets the returnCodes property value. The return codes for post installation behavior.
+ * Gets the returnCodes property value. Indicates the return codes for post installation behavior.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -184,7 +184,7 @@ public java.util.List getReturnCodes() {
return this.backingStore.get("returnCodes");
}
/**
- * Gets the rules property value. The detection and requirement rules for this app.
+ * Gets the rules property value. Indicates the detection and requirement rules for this app. Possible values are: Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -192,7 +192,7 @@ public java.util.List getRules() {
return this.backingStore.get("rules");
}
/**
- * Gets the setupFilePath property value. The relative path of the setup file in the encrypted Win32LobApp package.
+ * Gets the setupFilePath property value. Indicates the relative path of the setup file in the encrypted Win32LobApp package. Example: Intel-SA-00075 Detection and Mitigation Tool.msi.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -200,7 +200,7 @@ public String getSetupFilePath() {
return this.backingStore.get("setupFilePath");
}
/**
- * Gets the uninstallCommandLine property value. The command line to uninstall this app
+ * Gets the uninstallCommandLine property value. Indicates the command line to uninstall this app. Used to uninstall the app. Example: msiexec /x '{85F4CBCB-9BBC-4B50-A7D8-E1106771498D}' /qn.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -234,7 +234,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("uninstallCommandLine", this.getUninstallCommandLine());
}
/**
- * Sets the allowAvailableUninstall property value. When TRUE, indicates that uninstall is supported from the company portal for the Windows app (Win32) with an Available assignment. When FALSE, indicates that uninstall is not supported for the Windows app (Win32) with an Available assignment. Default value is FALSE.
+ * Sets the allowAvailableUninstall property value. Indicates whether the uninstall is supported from the company portal for the Win32 app with an available assignment. When TRUE, indicates that uninstall is supported from the company portal for the Windows app (Win32) with an available assignment. When FALSE, indicates that uninstall is not supported for the Windows app (Win32) with an Available assignment. Default value is FALSE.
* @param value Value to set for the allowAvailableUninstall property.
*/
public void setAllowAvailableUninstall(@jakarta.annotation.Nullable final Boolean value) {
@@ -248,112 +248,112 @@ public void setApplicableArchitectures(@jakarta.annotation.Nullable final EnumSe
this.backingStore.set("applicableArchitectures", value);
}
/**
- * Sets the detectionRules property value. The detection rules to detect Win32 Line of Business (LoB) app.
+ * Sets the detectionRules property value. Indicates the detection rules to detect Win32 Line of Business (LoB) app. Possible values are Win32LobAppPowerShellScriptDetection, Win32LobAppRegistryDetection, Win32LobAppFileSystemDetection, Win32LobAppProductCodeDetection.
* @param value Value to set for the detectionRules property.
*/
public void setDetectionRules(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("detectionRules", value);
}
/**
- * Sets the displayVersion property value. The version displayed in the UX for this app.
+ * Sets the displayVersion property value. Indicates the version displayed in the UX for this app. Used to set the version of the app. Example: 1.0.3.215.
* @param value Value to set for the displayVersion property.
*/
public void setDisplayVersion(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayVersion", value);
}
/**
- * Sets the installCommandLine property value. The command line to install this app
+ * Sets the installCommandLine property value. Indicates the command line to install this app. Used to install the Win32 app. Example: msiexec /i 'Orca.Msi' /qn.
* @param value Value to set for the installCommandLine property.
*/
public void setInstallCommandLine(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("installCommandLine", value);
}
/**
- * Sets the installExperience property value. The install experience for this app.
+ * Sets the installExperience property value. Indicates the install experience for this app.
* @param value Value to set for the installExperience property.
*/
public void setInstallExperience(@jakarta.annotation.Nullable final Win32LobAppInstallExperience value) {
this.backingStore.set("installExperience", value);
}
/**
- * Sets the minimumCpuSpeedInMHz property value. The value for the minimum CPU speed which is required to install this app.
+ * Sets the minimumCpuSpeedInMHz property value. Indicates the value for the minimum CPU speed which is required to install this app. Allowed range from 0 to clock speed from WMI helper.
* @param value Value to set for the minimumCpuSpeedInMHz property.
*/
public void setMinimumCpuSpeedInMHz(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("minimumCpuSpeedInMHz", value);
}
/**
- * Sets the minimumFreeDiskSpaceInMB property value. The value for the minimum free disk space which is required to install this app.
+ * Sets the minimumFreeDiskSpaceInMB property value. Indicates the value for the minimum free disk space which is required to install this app. Allowed range from 0 to driver's maximum available free space.
* @param value Value to set for the minimumFreeDiskSpaceInMB property.
*/
public void setMinimumFreeDiskSpaceInMB(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("minimumFreeDiskSpaceInMB", value);
}
/**
- * Sets the minimumMemoryInMB property value. The value for the minimum physical memory which is required to install this app.
+ * Sets the minimumMemoryInMB property value. Indicates the value for the minimum physical memory which is required to install this app. Allowed range from 0 to total physical memory from WMI helper.
* @param value Value to set for the minimumMemoryInMB property.
*/
public void setMinimumMemoryInMB(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("minimumMemoryInMB", value);
}
/**
- * Sets the minimumNumberOfProcessors property value. The value for the minimum number of processors which is required to install this app.
+ * Sets the minimumNumberOfProcessors property value. Indicates the value for the minimum number of processors which is required to install this app. Minimum value is 0.
* @param value Value to set for the minimumNumberOfProcessors property.
*/
public void setMinimumNumberOfProcessors(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("minimumNumberOfProcessors", value);
}
/**
- * Sets the minimumSupportedOperatingSystem property value. The value for the minimum applicable operating system.
+ * Sets the minimumSupportedOperatingSystem property value. Indicates the value for the minimum applicable operating system.
* @param value Value to set for the minimumSupportedOperatingSystem property.
*/
public void setMinimumSupportedOperatingSystem(@jakarta.annotation.Nullable final WindowsMinimumOperatingSystem value) {
this.backingStore.set("minimumSupportedOperatingSystem", value);
}
/**
- * Sets the minimumSupportedWindowsRelease property value. The value for the minimum supported windows release.
+ * Sets the minimumSupportedWindowsRelease property value. Indicates the value for the minimum supported windows release. Example: Windows11_23H2.
* @param value Value to set for the minimumSupportedWindowsRelease property.
*/
public void setMinimumSupportedWindowsRelease(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("minimumSupportedWindowsRelease", value);
}
/**
- * Sets the msiInformation property value. The MSI details if this Win32 app is an MSI app.
+ * Sets the msiInformation property value. Indicates the MSI details if this Win32 app is an MSI app.
* @param value Value to set for the msiInformation property.
*/
public void setMsiInformation(@jakarta.annotation.Nullable final Win32LobAppMsiInformation value) {
this.backingStore.set("msiInformation", value);
}
/**
- * Sets the requirementRules property value. The requirement rules to detect Win32 Line of Business (LoB) app.
+ * Sets the requirementRules property value. Indicates the requirement rules to detect Win32 Line of Business (LoB) app. Possible values are: Win32LobAppFileSystemRequirement, Win32LobAppPowerShellScriptRequirement, Win32LobAppRegistryRequirement.
* @param value Value to set for the requirementRules property.
*/
public void setRequirementRules(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("requirementRules", value);
}
/**
- * Sets the returnCodes property value. The return codes for post installation behavior.
+ * Sets the returnCodes property value. Indicates the return codes for post installation behavior.
* @param value Value to set for the returnCodes property.
*/
public void setReturnCodes(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("returnCodes", value);
}
/**
- * Sets the rules property value. The detection and requirement rules for this app.
+ * Sets the rules property value. Indicates the detection and requirement rules for this app. Possible values are: Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule.
* @param value Value to set for the rules property.
*/
public void setRules(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("rules", value);
}
/**
- * Sets the setupFilePath property value. The relative path of the setup file in the encrypted Win32LobApp package.
+ * Sets the setupFilePath property value. Indicates the relative path of the setup file in the encrypted Win32LobApp package. Example: Intel-SA-00075 Detection and Mitigation Tool.msi.
* @param value Value to set for the setupFilePath property.
*/
public void setSetupFilePath(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("setupFilePath", value);
}
/**
- * Sets the uninstallCommandLine property value. The command line to uninstall this app
+ * Sets the uninstallCommandLine property value. Indicates the command line to uninstall this app. Used to uninstall the app. Example: msiexec /x '{85F4CBCB-9BBC-4B50-A7D8-E1106771498D}' /qn.
* @param value Value to set for the uninstallCommandLine property.
*/
public void setUninstallCommandLine(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsQualityUpdateCatalogItem.java b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsQualityUpdateCatalogItem.java
index c9e40bd3663..038b0e863ae 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/WindowsQualityUpdateCatalogItem.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/WindowsQualityUpdateCatalogItem.java
@@ -51,7 +51,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the isExpeditable property value. Flag indicating if update qualifies for expedite
+ * Gets the isExpeditable property value. When TRUE, indicates that the quality updates qualify for expedition. When FALSE, indicates the quality updates do not quality for expedition. Default value is FALSE. Read-only
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -59,7 +59,7 @@ public Boolean getIsExpeditable() {
return this.backingStore.get("isExpeditable");
}
/**
- * Gets the kbArticleId property value. Knowledge base article id
+ * Gets the kbArticleId property value. Identifies the knowledge base article associated with the Windows quality update catalog item. Read-only
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -103,14 +103,14 @@ public void setClassification(@jakarta.annotation.Nullable final WindowsQualityU
this.backingStore.set("classification", value);
}
/**
- * Sets the isExpeditable property value. Flag indicating if update qualifies for expedite
+ * Sets the isExpeditable property value. When TRUE, indicates that the quality updates qualify for expedition. When FALSE, indicates the quality updates do not quality for expedition. Default value is FALSE. Read-only
* @param value Value to set for the isExpeditable property.
*/
public void setIsExpeditable(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("isExpeditable", value);
}
/**
- * Sets the kbArticleId property value. Knowledge base article id
+ * Sets the kbArticleId property value. Identifies the knowledge base article associated with the Windows quality update catalog item. Read-only
* @param value Value to set for the kbArticleId property.
*/
public void setKbArticleId(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/policies/federatedtokenvalidationpolicy/FederatedTokenValidationPolicyRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/policies/federatedtokenvalidationpolicy/FederatedTokenValidationPolicyRequestBuilder.java
index 1a6e4fc2c67..0920e5e3918 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/policies/federatedtokenvalidationpolicy/FederatedTokenValidationPolicyRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/policies/federatedtokenvalidationpolicy/FederatedTokenValidationPolicyRequestBuilder.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 federatedTokenValidationPolicy object.
+ * Get a list of the federatedTokenValidationPolicy objects and their properties.
* @return a {@link FederatedTokenValidationPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedTokenValidationPolicy get() {
return get(null);
}
/**
- * Read the properties and relationships of a federatedTokenValidationPolicy object.
+ * Get a list of the federatedTokenValidationPolicy objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link FederatedTokenValidationPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public FederatedTokenValidationPolicy get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -126,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read the properties and relationships of a federatedTokenValidationPolicy object.
+ * Get a list of the federatedTokenValidationPolicy objects and their properties.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -134,7 +134,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read the properties and relationships of a federatedTokenValidationPolicy object.
+ * Get a list of the federatedTokenValidationPolicy objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -186,7 +186,7 @@ public FederatedTokenValidationPolicyRequestBuilder withUrl(@jakarta.annotation.
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read the properties and relationships of a federatedTokenValidationPolicy object.
+ * Get a list of the federatedTokenValidationPolicy objects and their properties.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/riskdetections/RiskDetectionsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/riskdetections/RiskDetectionsRequestBuilder.java
index 796fcc9564e..d756edcf8c8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/riskdetections/RiskDetectionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/riskdetections/RiskDetectionsRequestBuilder.java
@@ -51,21 +51,21 @@ public RiskDetectionsRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/riskDetections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @return a {@link RiskDetectionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RiskDetectionCollectionResponse get() {
return get(null);
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RiskDetectionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RiskDetectionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -100,7 +100,7 @@ public RiskDetection post(@jakarta.annotation.Nonnull final RiskDetection body,
return this.requestAdapter.send(requestInfo, errorMapping, RiskDetection::createFromDiscriminatorValue);
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -108,7 +108,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -154,7 +154,7 @@ public RiskDetectionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
return new RiskDetectionsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/serviceprincipals/item/claimspolicy/ClaimsPolicyRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/serviceprincipals/item/claimspolicy/ClaimsPolicyRequestBuilder.java
index b2a7a15b4ff..e2ee66520c3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/serviceprincipals/item/claimspolicy/ClaimsPolicyRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/serviceprincipals/item/claimspolicy/ClaimsPolicyRequestBuilder.java
@@ -61,23 +61,23 @@ public CustomClaimsPolicy get(@jakarta.annotation.Nullable final java.util.funct
return this.requestAdapter.send(requestInfo, errorMapping, CustomClaimsPolicy::createFromDiscriminatorValue);
}
/**
- * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one.
+ * Update a customClaimsPolicy object.
* @param body The request body
* @return a {@link CustomClaimsPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CustomClaimsPolicy patch(@jakarta.annotation.Nonnull final CustomClaimsPolicy body) {
return patch(body, null);
}
/**
- * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one.
+ * Update a customClaimsPolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CustomClaimsPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CustomClaimsPolicy patch(@jakarta.annotation.Nonnull final CustomClaimsPolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -88,23 +88,23 @@ public CustomClaimsPolicy patch(@jakarta.annotation.Nonnull final CustomClaimsPo
return this.requestAdapter.send(requestInfo, errorMapping, CustomClaimsPolicy::createFromDiscriminatorValue);
}
/**
- * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one.
+ * Update a customClaimsPolicy object.
* @param body The request body
* @return a {@link CustomClaimsPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CustomClaimsPolicy put(@jakarta.annotation.Nonnull final CustomClaimsPolicy body) {
return put(body, null);
}
/**
- * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one.
+ * Update a customClaimsPolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CustomClaimsPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CustomClaimsPolicy put(@jakarta.annotation.Nonnull final CustomClaimsPolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -135,7 +135,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one.
+ * Update a customClaimsPolicy object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -144,7 +144,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one.
+ * Update a customClaimsPolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -159,7 +159,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return requestInfo;
}
/**
- * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one.
+ * Update a customClaimsPolicy object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -168,7 +168,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Create a new customClaimsPolicy object if it doesn't exist, or replace an existing one.
+ * Update a customClaimsPolicy 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/sites/SitesRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/sites/SitesRequestBuilder.java
index 710a0d98f82..bf4611d04df 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/sites/SitesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/sites/SitesRequestBuilder.java
@@ -95,21 +95,21 @@ public SitesRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
+ * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
* @return a {@link SiteCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SiteCollectionResponse get() {
return get(null);
}
/**
- * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
+ * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link SiteCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public SiteCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -119,7 +119,7 @@ public SiteCollectionResponse get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, SiteCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
+ * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -127,7 +127,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
+ * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -149,7 +149,7 @@ public SitesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawU
return new SitesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
+ * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/sites/item/pages/PagesRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/sites/item/pages/PagesRequestBuilder.java
index e096abdd61c..9539528430f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/sites/item/pages/PagesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/sites/item/pages/PagesRequestBuilder.java
@@ -93,23 +93,23 @@ public BaseSitePageCollectionResponse get(@jakarta.annotation.Nullable final jav
return this.requestAdapter.send(requestInfo, errorMapping, BaseSitePageCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new sitePage in the site pages list in a site.
+ * Create a new newsLinkPage in the site pages list of a site.
* @param body The request body
* @return a {@link BaseSitePage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BaseSitePage post(@jakarta.annotation.Nonnull final BaseSitePage body) {
return post(body, null);
}
/**
- * Create a new sitePage in the site pages list in a site.
+ * Create a new newsLinkPage in the site pages list of a site.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link BaseSitePage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public BaseSitePage post(@jakarta.annotation.Nonnull final BaseSitePage body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -140,7 +140,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new sitePage in the site pages list in a site.
+ * Create a new newsLinkPage in the site pages list of a site.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -149,7 +149,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new sitePage in the site pages list in a site.
+ * Create a new newsLinkPage in the site pages list of a site.
* @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/solutions/backuprestore/protectionunits/ProtectionUnitsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/ProtectionUnitsRequestBuilder.java
index 43d16b140f1..a69f4043d96 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/ProtectionUnitsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/ProtectionUnitsRequestBuilder.java
@@ -3,6 +3,9 @@
import com.microsoft.graph.beta.models.odataerrors.ODataError;
import com.microsoft.graph.beta.models.ProtectionUnitBaseCollectionResponse;
import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.count.CountRequestBuilder;
+import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder;
+import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder;
+import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder;
import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.ProtectionUnitBaseItemRequestBuilder;
import com.microsoft.kiota.BaseRequestBuilder;
import com.microsoft.kiota.BaseRequestConfiguration;
@@ -30,6 +33,30 @@ public class ProtectionUnitsRequestBuilder extends BaseRequestBuilder {
public CountRequestBuilder count() {
return new CountRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Casts the previous resource to driveProtectionUnit.
+ * @return a {@link GraphDriveProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphDriveProtectionUnitRequestBuilder graphDriveProtectionUnit() {
+ return new GraphDriveProtectionUnitRequestBuilder(pathParameters, requestAdapter);
+ }
+ /**
+ * Casts the previous resource to mailboxProtectionUnit.
+ * @return a {@link GraphMailboxProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphMailboxProtectionUnitRequestBuilder graphMailboxProtectionUnit() {
+ return new GraphMailboxProtectionUnitRequestBuilder(pathParameters, requestAdapter);
+ }
+ /**
+ * Casts the previous resource to siteProtectionUnit.
+ * @return a {@link GraphSiteProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphSiteProtectionUnitRequestBuilder graphSiteProtectionUnit() {
+ return new GraphSiteProtectionUnitRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to manage the protectionUnits property of the microsoft.graph.backupRestoreRoot entity.
* @param protectionUnitBaseId The unique identifier of protectionUnitBase
diff --git a/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphdriveprotectionunit/GraphDriveProtectionUnitRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphdriveprotectionunit/GraphDriveProtectionUnitRequestBuilder.java
new file mode 100644
index 00000000000..8b18502bc98
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphdriveprotectionunit/GraphDriveProtectionUnitRequestBuilder.java
@@ -0,0 +1,176 @@
+package com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit;
+
+import com.microsoft.graph.beta.models.DriveProtectionUnitCollectionResponse;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.count.CountRequestBuilder;
+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;
+/**
+ * Casts the previous resource to driveProtectionUnit.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GraphDriveProtectionUnitRequestBuilder 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);
+ }
+ /**
+ * Instantiates a new {@link GraphDriveProtectionUnitRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GraphDriveProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/graph.driveProtectionUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link GraphDriveProtectionUnitRequestBuilder} 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 GraphDriveProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/graph.driveProtectionUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy.
+ * @return a {@link DriveProtectionUnitCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public DriveProtectionUnitCollectionResponse get() {
+ return get(null);
+ }
+ /**
+ * Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link DriveProtectionUnitCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public DriveProtectionUnitCollectionResponse 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, DriveProtectionUnitCollectionResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy.
+ * @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;
+ }
+ /**
+ * 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 GraphDriveProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphDriveProtectionUnitRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new GraphDriveProtectionUnitRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy.
+ */
+ @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();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphdriveprotectionunit/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphdriveprotectionunit/count/CountRequestBuilder.java
new file mode 100644
index 00000000000..bfd4287b7ae
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphdriveprotectionunit/count/CountRequestBuilder.java
@@ -0,0 +1,128 @@
+package com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphdriveprotectionunit.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}/solutions/backupRestore/protectionUnits/graph.driveProtectionUnit/$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}/solutions/backupRestore/protectionUnits/graph.driveProtectionUnit/$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/solutions/backuprestore/protectionunits/graphmailboxprotectionunit/GraphMailboxProtectionUnitRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphmailboxprotectionunit/GraphMailboxProtectionUnitRequestBuilder.java
new file mode 100644
index 00000000000..f8714106d29
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphmailboxprotectionunit/GraphMailboxProtectionUnitRequestBuilder.java
@@ -0,0 +1,176 @@
+package com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit;
+
+import com.microsoft.graph.beta.models.MailboxProtectionUnitCollectionResponse;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.count.CountRequestBuilder;
+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;
+/**
+ * Casts the previous resource to mailboxProtectionUnit.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GraphMailboxProtectionUnitRequestBuilder 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);
+ }
+ /**
+ * Instantiates a new {@link GraphMailboxProtectionUnitRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GraphMailboxProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/graph.mailboxProtectionUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link GraphMailboxProtectionUnitRequestBuilder} 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 GraphMailboxProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/graph.mailboxProtectionUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * Get a list of mailboxProtectionUnit objects.
+ * @return a {@link MailboxProtectionUnitCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public MailboxProtectionUnitCollectionResponse get() {
+ return get(null);
+ }
+ /**
+ * Get a list of mailboxProtectionUnit objects.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link MailboxProtectionUnitCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public MailboxProtectionUnitCollectionResponse 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, MailboxProtectionUnitCollectionResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Get a list of mailboxProtectionUnit objects.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get a list of mailboxProtectionUnit objects.
+ * @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;
+ }
+ /**
+ * 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 GraphMailboxProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphMailboxProtectionUnitRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new GraphMailboxProtectionUnitRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get a list of mailboxProtectionUnit objects.
+ */
+ @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();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphmailboxprotectionunit/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphmailboxprotectionunit/count/CountRequestBuilder.java
new file mode 100644
index 00000000000..79b6da972dd
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphmailboxprotectionunit/count/CountRequestBuilder.java
@@ -0,0 +1,128 @@
+package com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphmailboxprotectionunit.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}/solutions/backupRestore/protectionUnits/graph.mailboxProtectionUnit/$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}/solutions/backupRestore/protectionUnits/graph.mailboxProtectionUnit/$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/solutions/backuprestore/protectionunits/graphsiteprotectionunit/GraphSiteProtectionUnitRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphsiteprotectionunit/GraphSiteProtectionUnitRequestBuilder.java
new file mode 100644
index 00000000000..bb2422e5950
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphsiteprotectionunit/GraphSiteProtectionUnitRequestBuilder.java
@@ -0,0 +1,176 @@
+package com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.models.SiteProtectionUnitCollectionResponse;
+import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.count.CountRequestBuilder;
+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;
+/**
+ * Casts the previous resource to siteProtectionUnit.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GraphSiteProtectionUnitRequestBuilder 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);
+ }
+ /**
+ * Instantiates a new {@link GraphSiteProtectionUnitRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GraphSiteProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/graph.siteProtectionUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link GraphSiteProtectionUnitRequestBuilder} 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 GraphSiteProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/graph.siteProtectionUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.
+ * @return a {@link SiteProtectionUnitCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public SiteProtectionUnitCollectionResponse get() {
+ return get(null);
+ }
+ /**
+ * Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link SiteProtectionUnitCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public SiteProtectionUnitCollectionResponse 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, SiteProtectionUnitCollectionResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.
+ * @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;
+ }
+ /**
+ * 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 GraphSiteProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphSiteProtectionUnitRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new GraphSiteProtectionUnitRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.
+ */
+ @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();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphsiteprotectionunit/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphsiteprotectionunit/count/CountRequestBuilder.java
new file mode 100644
index 00000000000..35ca536ee68
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/graphsiteprotectionunit/count/CountRequestBuilder.java
@@ -0,0 +1,128 @@
+package com.microsoft.graph.beta.solutions.backuprestore.protectionunits.graphsiteprotectionunit.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}/solutions/backupRestore/protectionUnits/graph.siteProtectionUnit/$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}/solutions/backupRestore/protectionUnits/graph.siteProtectionUnit/$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/solutions/backuprestore/protectionunits/item/ProtectionUnitBaseItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/ProtectionUnitBaseItemRequestBuilder.java
index 905bd3cdc7e..15080b46905 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/ProtectionUnitBaseItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/ProtectionUnitBaseItemRequestBuilder.java
@@ -2,6 +2,9 @@
import com.microsoft.graph.beta.models.odataerrors.ODataError;
import com.microsoft.graph.beta.models.ProtectionUnitBase;
+import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit.GraphDriveProtectionUnitRequestBuilder;
+import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit.GraphMailboxProtectionUnitRequestBuilder;
+import com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit.GraphSiteProtectionUnitRequestBuilder;
import com.microsoft.kiota.BaseRequestBuilder;
import com.microsoft.kiota.BaseRequestConfiguration;
import com.microsoft.kiota.HttpMethod;
@@ -20,6 +23,30 @@
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class ProtectionUnitBaseItemRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Casts the previous resource to driveProtectionUnit.
+ * @return a {@link GraphDriveProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphDriveProtectionUnitRequestBuilder graphDriveProtectionUnit() {
+ return new GraphDriveProtectionUnitRequestBuilder(pathParameters, requestAdapter);
+ }
+ /**
+ * Casts the previous resource to mailboxProtectionUnit.
+ * @return a {@link GraphMailboxProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphMailboxProtectionUnitRequestBuilder graphMailboxProtectionUnit() {
+ return new GraphMailboxProtectionUnitRequestBuilder(pathParameters, requestAdapter);
+ }
+ /**
+ * Casts the previous resource to siteProtectionUnit.
+ * @return a {@link GraphSiteProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphSiteProtectionUnitRequestBuilder graphSiteProtectionUnit() {
+ return new GraphSiteProtectionUnitRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Instantiates a new {@link ProtectionUnitBaseItemRequestBuilder} and sets the default values.
* @param pathParameters Path parameters for the request
diff --git a/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/graphdriveprotectionunit/GraphDriveProtectionUnitRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/graphdriveprotectionunit/GraphDriveProtectionUnitRequestBuilder.java
new file mode 100644
index 00000000000..c9929ef8ebc
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/graphdriveprotectionunit/GraphDriveProtectionUnitRequestBuilder.java
@@ -0,0 +1,131 @@
+package com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphdriveprotectionunit;
+
+import com.microsoft.graph.beta.models.DriveProtectionUnit;
+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;
+/**
+ * Casts the previous resource to driveProtectionUnit.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GraphDriveProtectionUnitRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link GraphDriveProtectionUnitRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GraphDriveProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/{protectionUnitBase%2Did}/graph.driveProtectionUnit{?%24expand,%24select}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link GraphDriveProtectionUnitRequestBuilder} 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 GraphDriveProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/{protectionUnitBase%2Did}/graph.driveProtectionUnit{?%24expand,%24select}", rawUrl);
+ }
+ /**
+ * Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy.
+ * @return a {@link DriveProtectionUnit}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public DriveProtectionUnit get() {
+ return get(null);
+ }
+ /**
+ * Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link DriveProtectionUnit}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public DriveProtectionUnit 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, DriveProtectionUnit::createFromDiscriminatorValue);
+ }
+ /**
+ * Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy.
+ * @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;
+ }
+ /**
+ * 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 GraphDriveProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphDriveProtectionUnitRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new GraphDriveProtectionUnitRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get a list of the driveProtectionUnit objects that are associated with a oneDriveForBusinessProtectionPolicy.
+ */
+ @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();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/graphmailboxprotectionunit/GraphMailboxProtectionUnitRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/graphmailboxprotectionunit/GraphMailboxProtectionUnitRequestBuilder.java
new file mode 100644
index 00000000000..5552eb5f1da
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/graphmailboxprotectionunit/GraphMailboxProtectionUnitRequestBuilder.java
@@ -0,0 +1,131 @@
+package com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphmailboxprotectionunit;
+
+import com.microsoft.graph.beta.models.MailboxProtectionUnit;
+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;
+/**
+ * Casts the previous resource to mailboxProtectionUnit.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GraphMailboxProtectionUnitRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link GraphMailboxProtectionUnitRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GraphMailboxProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/{protectionUnitBase%2Did}/graph.mailboxProtectionUnit{?%24expand,%24select}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link GraphMailboxProtectionUnitRequestBuilder} 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 GraphMailboxProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/{protectionUnitBase%2Did}/graph.mailboxProtectionUnit{?%24expand,%24select}", rawUrl);
+ }
+ /**
+ * Get a list of mailboxProtectionUnit objects.
+ * @return a {@link MailboxProtectionUnit}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public MailboxProtectionUnit get() {
+ return get(null);
+ }
+ /**
+ * Get a list of mailboxProtectionUnit objects.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link MailboxProtectionUnit}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public MailboxProtectionUnit 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, MailboxProtectionUnit::createFromDiscriminatorValue);
+ }
+ /**
+ * Get a list of mailboxProtectionUnit objects.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get a list of mailboxProtectionUnit objects.
+ * @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;
+ }
+ /**
+ * 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 GraphMailboxProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphMailboxProtectionUnitRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new GraphMailboxProtectionUnitRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get a list of mailboxProtectionUnit objects.
+ */
+ @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();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/graphsiteprotectionunit/GraphSiteProtectionUnitRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/graphsiteprotectionunit/GraphSiteProtectionUnitRequestBuilder.java
new file mode 100644
index 00000000000..76313c3062d
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/solutions/backuprestore/protectionunits/item/graphsiteprotectionunit/GraphSiteProtectionUnitRequestBuilder.java
@@ -0,0 +1,131 @@
+package com.microsoft.graph.beta.solutions.backuprestore.protectionunits.item.graphsiteprotectionunit;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.graph.beta.models.SiteProtectionUnit;
+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;
+/**
+ * Casts the previous resource to siteProtectionUnit.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class GraphSiteProtectionUnitRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link GraphSiteProtectionUnitRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public GraphSiteProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/{protectionUnitBase%2Did}/graph.siteProtectionUnit{?%24expand,%24select}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link GraphSiteProtectionUnitRequestBuilder} 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 GraphSiteProtectionUnitRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/solutions/backupRestore/protectionUnits/{protectionUnitBase%2Did}/graph.siteProtectionUnit{?%24expand,%24select}", rawUrl);
+ }
+ /**
+ * Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.
+ * @return a {@link SiteProtectionUnit}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public SiteProtectionUnit get() {
+ return get(null);
+ }
+ /**
+ * Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link SiteProtectionUnit}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public SiteProtectionUnit 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, SiteProtectionUnit::createFromDiscriminatorValue);
+ }
+ /**
+ * Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.
+ * @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;
+ }
+ /**
+ * 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 GraphSiteProtectionUnitRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public GraphSiteProtectionUnitRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new GraphSiteProtectionUnitRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get a list of the siteProtectionUnit objects that are associated with a sharePointProtectionPolicy.
+ */
+ @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();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/MessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/MessagesRequestBuilder.java
index b5634bc682b..d50ec09f896 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/MessagesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/MessagesRequestBuilder.java
@@ -111,23 +111,23 @@ public ChatMessageCollectionResponse get(@jakarta.annotation.Nullable final java
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessageCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Send a new chatMessage in the specified channel or a chat.
+ * Send a new chatMessage in the specified channel.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body) {
return post(body, null);
}
/**
- * Send a new chatMessage in the specified channel or a chat.
+ * Send a new chatMessage in the specified channel.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -158,7 +158,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Send a new chatMessage in the specified channel or a chat.
+ * Send a new chatMessage in the specified channel.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -167,7 +167,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Send a new chatMessage in the specified channel or a chat.
+ * Send a new chatMessage in the specified channel.
* @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/teams/item/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
index bde9c4598d1..161bc8c7c62 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/teams/{team%2Did}/channels/{channel%2Did}/messages/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/teams/item/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
index 1a83f6c6c9b..8c5896df0d9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/teams/{team%2Did}/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/teams/item/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
index ccf86cf0bd6..c7ba9ef4e85 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/teams/{team%2Did}/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/teams/item/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
index 0ffff010ff2..abdd606a4fc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teams/item/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/teams/{team%2Did}/channels/{channel%2Did}/messages/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/teams/item/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java
index 5c2db54a13f..35685e5c28b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/teams/{team%2Did}/primaryChannel/messages/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/teams/item/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
index c84550f0782..9edf557ea9b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/teams/{team%2Did}/primaryChannel/messages/{chatMessage%2Did}/replies/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/teams/item/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
index 5c73481919e..e4550ae7cb2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/teams/{team%2Did}/primaryChannel/messages/{chatMessage%2Did}/replies/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/teams/item/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
index 7eda8b88366..ec4d3dcbcf4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teams/item/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/teams/{team%2Did}/primaryChannel/messages/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/teamtemplatedefinition/item/teamdefinition/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
index b0b1ec5aa7e..5ca691f0e02 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/teamTemplateDefinition/{teamTemplateDefinition%2Did}/teamDefinition/channels/{channel%2Did}/messages/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/teamtemplatedefinition/item/teamdefinition/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
index 0e9a0236a34..639630f1f0c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/teamTemplateDefinition/{teamTemplateDefinition%2Did}/teamDefinition/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/teamtemplatedefinition/item/teamdefinition/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
index 331c4c21240..bcbe96f33d8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/teamTemplateDefinition/{teamTemplateDefinition%2Did}/teamDefinition/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/teamtemplatedefinition/item/teamdefinition/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
index 8d757234858..67d51389fa3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/teamTemplateDefinition/{teamTemplateDefinition%2Did}/teamDefinition/channels/{channel%2Did}/messages/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java
index c054b17489a..31f00aa0817 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/teamTemplateDefinition/{teamTemplateDefinition%2Did}/teamDefinition/primaryChannel/messages/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
index 773a328ff36..c49dd118eb8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/teamTemplateDefinition/{teamTemplateDefinition%2Did}/teamDefinition/primaryChannel/messages/{chatMessage%2Did}/replies/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
index 04bed28c226..3d1370cd93b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/teamTemplateDefinition/{teamTemplateDefinition%2Did}/teamDefinition/primaryChannel/messages/{chatMessage%2Did}/replies/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
index a3b1c85b512..8821dc6a156 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamtemplatedefinition/item/teamdefinition/primarychannel/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/teamTemplateDefinition/{teamTemplateDefinition%2Did}/teamDefinition/primaryChannel/messages/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/teamwork/deletedteams/item/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
index c6398089d74..2dbde74286d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/teamwork/deletedTeams/{deletedTeam%2Did}/channels/{channel%2Did}/messages/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/teamwork/deletedteams/item/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
index 3aaa27246f0..0f83c9ea310 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/teamwork/deletedTeams/{deletedTeam%2Did}/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/forwardToChat", rawUrl);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ForwardToChatPostResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action forwardToChat
+ * Forward a chat message, a channel message, or a channel message reply to a chat.
* @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/teamwork/deletedteams/item/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
index bb65b49afc0..3a3a4b6782e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/teamwork/deletedTeams/{deletedTeam%2Did}/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
return post(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @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/teamwork/deletedteams/item/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
index ea9704a1dea..80451671a87 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/teamwork/deletedteams/item/channels/item/messages/replywithquote/ReplyWithQuoteRequestBuilder.java
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/teamwork/deletedTeams/{deletedTeam%2Did}/channels/{channel%2Did}/messages/replyWithQuote", rawUrl);
}
/**
- * Invoke action replyWithQuote
+ * Reply with quote to a single chat message or multiple chat messages in a chat.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see