diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 01d24471fcd..35ebe711240 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "6.25.1"
+ ".": "6.26.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd13cc65b71..628b7ba92f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
+## [6.26.0](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.25.1...v6.26.0) (2025-01-22)
+
+
+### Features
+
+* **generation:** update request builders and models ([3e6f1e2](https://github.com/microsoftgraph/msgraph-sdk-java/commit/3e6f1e2d4afdec76745918d0ede6522e526dd9a4))
+* **generation:** update request builders and models ([ae7530f](https://github.com/microsoftgraph/msgraph-sdk-java/commit/ae7530f16ed11bdd95f1502b060b7d7b03f98c2f))
+* **generation:** update request builders and models ([26cd42a](https://github.com/microsoftgraph/msgraph-sdk-java/commit/26cd42af3ba5bc95e18b8b6cdcca01dafbdb5575))
+
## [6.25.1](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.25.0...v6.25.1) (2025-01-03)
diff --git a/README.md b/README.md
index 12686d25b67..bd3b99f557c 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,10 @@ repositories {
dependencies {
// Include the sdk as a dependency
// x-release-please-start-version
- implementation 'com.microsoft.graph:microsoft-graph:6.25.1'
+ implementation 'com.microsoft.graph:microsoft-graph:6.26.0'
// x-release-please-end
// This dependency is only needed if you are using a TokenCredential object for authentication
- implementation 'com.azure:azure-identity:1.11.0'
+ implementation 'com.azure:azure-identity:1.15.0'
}
```
@@ -38,7 +38,7 @@ Add the dependency in `dependencies` in pom.xml
com.microsoft.graphmicrosoft-graph
- 6.25.1
+ 6.26.0
diff --git a/android/build.gradle b/android/build.gradle
index 18a9a07da39..36ee7e4626a 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -9,7 +9,7 @@ buildscript {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19"
classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
- classpath "com.android.tools.build:gradle:8.7.3"
+ classpath "com.android.tools.build:gradle:8.8.0"
}
}
diff --git a/android/gradle/wrapper/gradle-wrapper.jar b/android/gradle/wrapper/gradle-wrapper.jar
index 2c3521197d7..a4b76b9530d 100644
Binary files a/android/gradle/wrapper/gradle-wrapper.jar and b/android/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties
index 09523c0e549..cea7a793a84 100644
--- a/android/gradle/wrapper/gradle-wrapper.properties
+++ b/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/android/gradlew b/android/gradlew
index 583d04a9ca9..f3b75f3b0d4 100755
--- a/android/gradlew
+++ b/android/gradlew
@@ -53,7 +53,7 @@
# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly;
# see the in-line comments for details.
#
-# There are tweaks for specific operating systems such as AIX, Cygwin,
+# There are tweaks for specific operating systems such as AIX, CygWin,
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
@@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
-APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
-' "$PWD" ) || exit
+APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
diff --git a/gradle.properties b/gradle.properties
index 90a4f1a8280..87dbbbbd95c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,10 +29,10 @@ mavenArtifactId = microsoft-graph
mavenMajorVersion = 6
# x-release-please-end
# x-release-please-start-minor
-mavenMinorVersion = 25
+mavenMinorVersion = 26
# x-release-please-end
# x-release-please-start-patch
-mavenPatchVersion = 1
+mavenPatchVersion = 0
# x-release-please-end
mavenArtifactSuffix =
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index 2c3521197d7..a4b76b9530d 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 09523c0e549..cea7a793a84 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/gradlew b/gradlew
index 583d04a9ca9..f3b75f3b0d4 100755
--- a/gradlew
+++ b/gradlew
@@ -53,7 +53,7 @@
# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly;
# see the in-line comments for details.
#
-# There are tweaks for specific operating systems such as AIX, Cygwin,
+# There are tweaks for specific operating systems such as AIX, CygWin,
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
@@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
-APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
-' "$PWD" ) || exit
+APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
diff --git a/pom.xml b/pom.xml
index 876dee62f91..5aae16ae843 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
com.microsoft.graphmicrosoft-graph
- 6.25.1
+ 6.26.0pom
diff --git a/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
index 5675abf7a1b..471c548e60f 100644
--- a/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
@@ -36,23 +36,23 @@ public InviteRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/communications/calls/{call%2Did}/participants/invite", rawUrl);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @return a {@link InviteParticipantsOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body) {
return post(body, null);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InviteParticipantsOperation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final InvitePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -63,7 +63,7 @@ public InviteParticipantsOperation post(@jakarta.annotation.Nonnull final Invite
return this.requestAdapter.send(requestInfo, errorMapping, InviteParticipantsOperation::createFromDiscriminatorValue);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
+ * Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java
index 447e1d36ce7..cf8d9260e90 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java
@@ -175,7 +175,7 @@ public DeviceAppManagementRequestBuilder(@jakarta.annotation.Nonnull final Strin
* Read properties and relationships of the deviceAppManagement object.
* @return a {@link DeviceAppManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceAppManagement get() {
@@ -186,7 +186,7 @@ public DeviceAppManagement get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceAppManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceAppManagement get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -200,7 +200,7 @@ public DeviceAppManagement get(@jakarta.annotation.Nullable final java.util.func
* @param body The request body
* @return a {@link DeviceAppManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppManagement body) {
@@ -212,7 +212,7 @@ public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppMana
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceAppManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppManagement body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/ManagedAppPoliciesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/ManagedAppPoliciesRequestBuilder.java
index 91afd7f965e..34be4bbb1bd 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/ManagedAppPoliciesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/ManagedAppPoliciesRequestBuilder.java
@@ -60,21 +60,21 @@ public ManagedAppPoliciesRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the managedAppProtection objects.
+ * List properties and relationships of the managedAppPolicy objects.
* @return a {@link ManagedAppPolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicyCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the managedAppProtection objects.
+ * List properties and relationships of the managedAppPolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppPolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -109,7 +109,7 @@ public ManagedAppPolicy post(@jakarta.annotation.Nonnull final ManagedAppPolicy
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppPolicy::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the managedAppProtection objects.
+ * List properties and relationships of the managedAppPolicy objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -117,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the managedAppProtection objects.
+ * List properties and relationships of the managedAppPolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -163,7 +163,7 @@ public ManagedAppPoliciesRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
return new ManagedAppPoliciesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the managedAppProtection objects.
+ * List properties and relationships of the managedAppPolicy objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/ManagedAppPolicyItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/ManagedAppPolicyItemRequestBuilder.java
index 1eff5341195..382371ca5b5 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/ManagedAppPolicyItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/ManagedAppPolicyItemRequestBuilder.java
@@ -64,21 +64,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the targetedManagedAppProtection object.
+ * Read properties and relationships of the windowsInformationProtection object.
* @return a {@link ManagedAppPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicy get() {
return get(null);
}
/**
- * Read properties and relationships of the targetedManagedAppProtection object.
+ * Read properties and relationships of the windowsInformationProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppPolicy get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -133,7 +133,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the targetedManagedAppProtection object.
+ * Read properties and relationships of the windowsInformationProtection object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -141,7 +141,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the targetedManagedAppProtection object.
+ * Read properties and relationships of the windowsInformationProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -193,7 +193,7 @@ public ManagedAppPolicyItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the targetedManagedAppProtection object.
+ * Read properties and relationships of the windowsInformationProtection object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/targetapps/TargetAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/targetapps/TargetAppsRequestBuilder.java
index 90134a12068..648674ff3e8 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/targetapps/TargetAppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedapppolicies/item/targetapps/TargetAppsRequestBuilder.java
@@ -38,7 +38,7 @@ public TargetAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
* Not yet documented
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body) {
post(body, null);
@@ -48,7 +48,7 @@ public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody bod
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/ManagedAppRegistrationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/ManagedAppRegistrationsRequestBuilder.java
index 74c6a44cf3f..15092894deb 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/ManagedAppRegistrationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/ManagedAppRegistrationsRequestBuilder.java
@@ -69,21 +69,21 @@ public ManagedAppRegistrationsRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppRegistrations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the managedAppRegistration objects.
+ * List properties and relationships of the iosManagedAppRegistration objects.
* @return a {@link ManagedAppRegistrationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistrationCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the managedAppRegistration objects.
+ * List properties and relationships of the iosManagedAppRegistration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppRegistrationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistrationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -120,7 +120,7 @@ public ManagedAppRegistration post(@jakarta.annotation.Nonnull final ManagedAppR
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppRegistration::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the managedAppRegistration objects.
+ * List properties and relationships of the iosManagedAppRegistration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -128,7 +128,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the managedAppRegistration objects.
+ * List properties and relationships of the iosManagedAppRegistration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -174,7 +174,7 @@ public ManagedAppRegistrationsRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new ManagedAppRegistrationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the managedAppRegistration objects.
+ * List properties and relationships of the iosManagedAppRegistration objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/ManagedAppRegistrationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/ManagedAppRegistrationItemRequestBuilder.java
index 7bedaf1be58..598d403434c 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/ManagedAppRegistrationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/ManagedAppRegistrationItemRequestBuilder.java
@@ -82,21 +82,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the iosManagedAppRegistration object.
+ * Read properties and relationships of the managedAppRegistration object.
* @return a {@link ManagedAppRegistration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistration get() {
return get(null);
}
/**
- * Read properties and relationships of the iosManagedAppRegistration object.
+ * Read properties and relationships of the managedAppRegistration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppRegistration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppRegistration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -151,7 +151,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the iosManagedAppRegistration object.
+ * Read properties and relationships of the managedAppRegistration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -159,7 +159,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the iosManagedAppRegistration object.
+ * Read properties and relationships of the managedAppRegistration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -211,7 +211,7 @@ public ManagedAppRegistrationItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the iosManagedAppRegistration object.
+ * Read properties and relationships of the managedAppRegistration object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/appliedpolicies/item/targetapps/TargetAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/appliedpolicies/item/targetapps/TargetAppsRequestBuilder.java
index 6b8d2345dc5..860d86b8311 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/appliedpolicies/item/targetapps/TargetAppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/appliedpolicies/item/targetapps/TargetAppsRequestBuilder.java
@@ -38,7 +38,7 @@ public TargetAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
* Not yet documented
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body) {
post(body, null);
@@ -48,7 +48,7 @@ public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody bod
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/intendedpolicies/item/targetapps/TargetAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/intendedpolicies/item/targetapps/TargetAppsRequestBuilder.java
index 910c4cf6a34..85fe66c7236 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/intendedpolicies/item/targetapps/TargetAppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/intendedpolicies/item/targetapps/TargetAppsRequestBuilder.java
@@ -38,7 +38,7 @@ public TargetAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
* Not yet documented
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body) {
post(body, null);
@@ -48,7 +48,7 @@ public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody bod
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final TargetAppsPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/ManagedEBooksRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/ManagedEBooksRequestBuilder.java
index c806be424f1..0fe3f3f8483 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/ManagedEBooksRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/ManagedEBooksRequestBuilder.java
@@ -60,21 +60,21 @@ public ManagedEBooksRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the iosVppEBook objects.
+ * List properties and relationships of the managedEBook objects.
* @return a {@link ManagedEBookCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the iosVppEBook objects.
+ * List properties and relationships of the managedEBook objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBookCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public ManagedEBook post(@jakarta.annotation.Nonnull final ManagedEBook body, @j
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBook::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the iosVppEBook objects.
+ * List properties and relationships of the managedEBook objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the iosVppEBook objects.
+ * List properties and relationships of the managedEBook objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -165,7 +165,7 @@ public ManagedEBooksRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new ManagedEBooksRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the iosVppEBook objects.
+ * List properties and relationships of the managedEBook objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/ManagedEBookItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/ManagedEBookItemRequestBuilder.java
index 99e8d46dffd..8f1d73a214c 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/ManagedEBookItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/ManagedEBookItemRequestBuilder.java
@@ -102,21 +102,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the iosVppEBook object.
+ * Read properties and relationships of the managedEBook object.
* @return a {@link ManagedEBook}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBook get() {
return get(null);
}
/**
- * Read properties and relationships of the iosVppEBook object.
+ * Read properties and relationships of the managedEBook object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBook}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBook get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -173,7 +173,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the iosVppEBook object.
+ * Read properties and relationships of the managedEBook object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -181,7 +181,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the iosVppEBook object.
+ * Read properties and relationships of the managedEBook object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -233,7 +233,7 @@ public ManagedEBookItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the iosVppEBook object.
+ * Read properties and relationships of the managedEBook object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java
index 36eb002fca8..d4668c691ae 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java
@@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the managedEBookAssignment object.
+ * Read properties and relationships of the iosVppEBookAssignment object.
* @return a {@link ManagedEBookAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment get() {
return get(null);
}
/**
- * Read properties and relationships of the managedEBookAssignment object.
+ * Read properties and relationships of the iosVppEBookAssignment object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBookAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignment get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -128,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the managedEBookAssignment object.
+ * Read properties and relationships of the iosVppEBookAssignment object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the managedEBookAssignment object.
+ * Read properties and relationships of the iosVppEBookAssignment object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -188,7 +188,7 @@ public ManagedEBookAssignmentItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the managedEBookAssignment object.
+ * Read properties and relationships of the iosVppEBookAssignment object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/MobileAppConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/MobileAppConfigurationsRequestBuilder.java
index f6ed71ee550..b50c98da514 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/MobileAppConfigurationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/MobileAppConfigurationsRequestBuilder.java
@@ -60,21 +60,21 @@ public MobileAppConfigurationsRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
+ * List properties and relationships of the iosMobileAppConfiguration objects.
* @return a {@link ManagedDeviceMobileAppConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfigurationCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
+ * List properties and relationships of the iosMobileAppConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedDeviceMobileAppConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfigurationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public ManagedDeviceMobileAppConfiguration post(@jakarta.annotation.Nonnull fina
return this.requestAdapter.send(requestInfo, errorMapping, ManagedDeviceMobileAppConfiguration::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
+ * List properties and relationships of the iosMobileAppConfiguration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
+ * List properties and relationships of the iosMobileAppConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -165,7 +165,7 @@ public MobileAppConfigurationsRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new MobileAppConfigurationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the managedDeviceMobileAppConfiguration objects.
+ * List properties and relationships of the iosMobileAppConfiguration objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/MobileAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/MobileAppsRequestBuilder.java
index 5f2323ca573..367069fdcf7 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/MobileAppsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/MobileAppsRequestBuilder.java
@@ -204,21 +204,21 @@ public MobileAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the androidLobApp objects.
+ * List properties and relationships of the mobileLobApp objects.
* @return a {@link MobileAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the androidLobApp objects.
+ * List properties and relationships of the mobileLobApp objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileAppCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -228,23 +228,23 @@ public MobileAppCollectionResponse get(@jakarta.annotation.Nullable final java.u
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new microsoftStoreForBusinessApp object.
+ * Create a new windowsMobileMSI object.
* @param body The request body
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp post(@jakarta.annotation.Nonnull final MobileApp body) {
return post(body, null);
}
/**
- * Create a new microsoftStoreForBusinessApp object.
+ * Create a new windowsMobileMSI object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp post(@jakarta.annotation.Nonnull final MobileApp body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -255,7 +255,7 @@ public MobileApp post(@jakarta.annotation.Nonnull final MobileApp body, @jakarta
return this.requestAdapter.send(requestInfo, errorMapping, MobileApp::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the androidLobApp objects.
+ * List properties and relationships of the mobileLobApp objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -263,7 +263,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the androidLobApp objects.
+ * List properties and relationships of the mobileLobApp objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -275,7 +275,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new microsoftStoreForBusinessApp object.
+ * Create a new windowsMobileMSI object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -284,7 +284,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new microsoftStoreForBusinessApp object.
+ * Create a new windowsMobileMSI object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -309,7 +309,7 @@ public MobileAppsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new MobileAppsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the androidLobApp objects.
+ * List properties and relationships of the mobileLobApp objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/item/MobileAppItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/item/MobileAppItemRequestBuilder.java
index b5ef8473f0c..ea5216f69fc 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/item/MobileAppItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/item/MobileAppItemRequestBuilder.java
@@ -228,21 +228,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the iosStoreApp object.
+ * Read properties and relationships of the windowsMicrosoftEdgeApp object.
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp get() {
return get(null);
}
/**
- * Read properties and relationships of the iosStoreApp object.
+ * Read properties and relationships of the windowsMicrosoftEdgeApp object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -252,23 +252,23 @@ public MobileApp get(@jakarta.annotation.Nullable final java.util.function.Consu
return this.requestAdapter.send(requestInfo, errorMapping, MobileApp::createFromDiscriminatorValue);
}
/**
- * Update the properties of a webApp object.
+ * Update the properties of a windowsMicrosoftEdgeApp object.
* @param body The request body
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp patch(@jakarta.annotation.Nonnull final MobileApp body) {
return patch(body, null);
}
/**
- * Update the properties of a webApp object.
+ * Update the properties of a windowsMicrosoftEdgeApp object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileApp}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public MobileApp patch(@jakarta.annotation.Nonnull final MobileApp body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -299,7 +299,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the iosStoreApp object.
+ * Read properties and relationships of the windowsMicrosoftEdgeApp object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -307,7 +307,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the iosStoreApp object.
+ * Read properties and relationships of the windowsMicrosoftEdgeApp object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -319,7 +319,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a webApp object.
+ * Update the properties of a windowsMicrosoftEdgeApp object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -328,7 +328,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a webApp object.
+ * Update the properties of a windowsMicrosoftEdgeApp object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -359,7 +359,7 @@ public MobileAppItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the iosStoreApp object.
+ * Read properties and relationships of the windowsMicrosoftEdgeApp object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/DeviceManagementRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/DeviceManagementRequestBuilder.java
index b24f9f77905..72c94f1f026 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/DeviceManagementRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/DeviceManagementRequestBuilder.java
@@ -573,7 +573,7 @@ public DeviceManagementRequestBuilder(@jakarta.annotation.Nonnull final String r
* Read properties and relationships of the deviceManagement object.
* @return a {@link DeviceManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceManagement get() {
@@ -584,7 +584,7 @@ public DeviceManagement get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceManagement get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -608,7 +608,7 @@ public GetEffectivePermissionsWithScopeRequestBuilder getEffectivePermissionsWit
* @param body The request body
* @return a {@link DeviceManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceManagement patch(@jakarta.annotation.Nonnull final DeviceManagement body) {
@@ -620,7 +620,7 @@ public DeviceManagement patch(@jakarta.annotation.Nonnull final DeviceManagement
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceManagement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceManagement patch(@jakarta.annotation.Nonnull final DeviceManagement body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/DeviceCompliancePoliciesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/DeviceCompliancePoliciesRequestBuilder.java
index 5e9eb23b304..313c991abd9 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/DeviceCompliancePoliciesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/DeviceCompliancePoliciesRequestBuilder.java
@@ -84,23 +84,23 @@ public DeviceCompliancePolicyCollectionResponse get(@jakarta.annotation.Nullable
return this.requestAdapter.send(requestInfo, errorMapping, DeviceCompliancePolicyCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new windows10CompliancePolicy object.
+ * Create a new windows81CompliancePolicy object.
* @param body The request body
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy post(@jakarta.annotation.Nonnull final DeviceCompliancePolicy body) {
return post(body, null);
}
/**
- * Create a new windows10CompliancePolicy object.
+ * Create a new windows81CompliancePolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy post(@jakarta.annotation.Nonnull final DeviceCompliancePolicy 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 windows10CompliancePolicy object.
+ * Create a new windows81CompliancePolicy 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 windows10CompliancePolicy object.
+ * Create a new windows81CompliancePolicy 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/generated/devicemanagement/devicecompliancepolicies/item/DeviceCompliancePolicyItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/item/DeviceCompliancePolicyItemRequestBuilder.java
index d0816ea3e02..eaf14980146 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/item/DeviceCompliancePolicyItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/devicecompliancepolicies/item/DeviceCompliancePolicyItemRequestBuilder.java
@@ -118,18 +118,18 @@ public DeviceCompliancePolicyItemRequestBuilder(@jakarta.annotation.Nonnull fina
super(requestAdapter, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a iosCompliancePolicy.
+ * Deletes a windowsPhone81CompliancePolicy.
* @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);
}
/**
- * Deletes a iosCompliancePolicy.
+ * Deletes a windowsPhone81CompliancePolicy.
* @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);
@@ -138,21 +138,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the deviceCompliancePolicy object.
+ * Read properties and relationships of the iosCompliancePolicy object.
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy get() {
return get(null);
}
/**
- * Read properties and relationships of the deviceCompliancePolicy object.
+ * Read properties and relationships of the iosCompliancePolicy object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -162,23 +162,23 @@ public DeviceCompliancePolicy get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, DeviceCompliancePolicy::createFromDiscriminatorValue);
}
/**
- * Update the properties of a windows81CompliancePolicy object.
+ * Update the properties of a windowsPhone81CompliancePolicy object.
* @param body The request body
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy patch(@jakarta.annotation.Nonnull final DeviceCompliancePolicy body) {
return patch(body, null);
}
/**
- * Update the properties of a windows81CompliancePolicy object.
+ * Update the properties of a windowsPhone81CompliancePolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceCompliancePolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicy patch(@jakarta.annotation.Nonnull final DeviceCompliancePolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -189,7 +189,7 @@ public DeviceCompliancePolicy patch(@jakarta.annotation.Nonnull final DeviceComp
return this.requestAdapter.send(requestInfo, errorMapping, DeviceCompliancePolicy::createFromDiscriminatorValue);
}
/**
- * Deletes a iosCompliancePolicy.
+ * Deletes a windowsPhone81CompliancePolicy.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -197,7 +197,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a iosCompliancePolicy.
+ * Deletes a windowsPhone81CompliancePolicy.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -209,7 +209,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the deviceCompliancePolicy object.
+ * Read properties and relationships of the iosCompliancePolicy object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -217,7 +217,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the deviceCompliancePolicy object.
+ * Read properties and relationships of the iosCompliancePolicy object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -229,7 +229,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a windows81CompliancePolicy object.
+ * Update the properties of a windowsPhone81CompliancePolicy object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -238,7 +238,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a windows81CompliancePolicy object.
+ * Update the properties of a windowsPhone81CompliancePolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -269,7 +269,7 @@ public DeviceCompliancePolicyItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the deviceCompliancePolicy object.
+ * Read properties and relationships of the iosCompliancePolicy object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/DeviceConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/DeviceConfigurationsRequestBuilder.java
index 8c45180cef5..156f27a53f9 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/DeviceConfigurationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/DeviceConfigurationsRequestBuilder.java
@@ -60,21 +60,21 @@ public DeviceConfigurationsRequestBuilder(@jakarta.annotation.Nonnull final Stri
super(requestAdapter, "{+baseurl}/deviceManagement/deviceConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects.
+ * List properties and relationships of the deviceConfiguration objects.
* @return a {@link DeviceConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfigurationCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects.
+ * List properties and relationships of the deviceConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfigurationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public DeviceConfiguration post(@jakarta.annotation.Nonnull final DeviceConfigur
return this.requestAdapter.send(requestInfo, errorMapping, DeviceConfiguration::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects.
+ * List properties and relationships of the deviceConfiguration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects.
+ * List properties and relationships of the deviceConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -165,7 +165,7 @@ public DeviceConfigurationsRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
return new DeviceConfigurationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the windowsDefenderAdvancedThreatProtectionConfiguration objects.
+ * List properties and relationships of the deviceConfiguration objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/item/DeviceConfigurationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/item/DeviceConfigurationItemRequestBuilder.java
index cd9986a77b2..5ee350b5090 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/item/DeviceConfigurationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceconfigurations/item/DeviceConfigurationItemRequestBuilder.java
@@ -101,18 +101,18 @@ public DeviceConfigurationItemRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a iosUpdateConfiguration.
+ * Deletes a iosDeviceFeaturesConfiguration.
* @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);
}
/**
- * Deletes a iosUpdateConfiguration.
+ * Deletes a iosDeviceFeaturesConfiguration.
* @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);
@@ -121,21 +121,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the editionUpgradeConfiguration object.
+ * Read properties and relationships of the androidWorkProfileCustomConfiguration object.
* @return a {@link DeviceConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfiguration get() {
return get(null);
}
/**
- * Read properties and relationships of the editionUpgradeConfiguration object.
+ * Read properties and relationships of the androidWorkProfileCustomConfiguration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfiguration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -155,23 +155,23 @@ public GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder getOm
return new GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder(pathParameters, requestAdapter, secretReferenceValueId);
}
/**
- * Update the properties of a editionUpgradeConfiguration object.
+ * Update the properties of a iosGeneralDeviceConfiguration object.
* @param body The request body
* @return a {@link DeviceConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfiguration patch(@jakarta.annotation.Nonnull final DeviceConfiguration body) {
return patch(body, null);
}
/**
- * Update the properties of a editionUpgradeConfiguration object.
+ * Update the properties of a iosGeneralDeviceConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceConfiguration patch(@jakarta.annotation.Nonnull final DeviceConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -182,7 +182,7 @@ public DeviceConfiguration patch(@jakarta.annotation.Nonnull final DeviceConfigu
return this.requestAdapter.send(requestInfo, errorMapping, DeviceConfiguration::createFromDiscriminatorValue);
}
/**
- * Deletes a iosUpdateConfiguration.
+ * Deletes a iosDeviceFeaturesConfiguration.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -190,7 +190,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a iosUpdateConfiguration.
+ * Deletes a iosDeviceFeaturesConfiguration.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -202,7 +202,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the editionUpgradeConfiguration object.
+ * Read properties and relationships of the androidWorkProfileCustomConfiguration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -210,7 +210,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the editionUpgradeConfiguration object.
+ * Read properties and relationships of the androidWorkProfileCustomConfiguration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -222,7 +222,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a editionUpgradeConfiguration object.
+ * Update the properties of a iosGeneralDeviceConfiguration object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -231,7 +231,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a editionUpgradeConfiguration object.
+ * Update the properties of a iosGeneralDeviceConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -262,7 +262,7 @@ public DeviceConfigurationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the editionUpgradeConfiguration object.
+ * Read properties and relationships of the androidWorkProfileCustomConfiguration object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/DeviceEnrollmentConfigurationsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/DeviceEnrollmentConfigurationsRequestBuilder.java
index dde648dce0e..f0fe9a2ad33 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/DeviceEnrollmentConfigurationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/DeviceEnrollmentConfigurationsRequestBuilder.java
@@ -84,23 +84,23 @@ public DeviceEnrollmentConfigurationCollectionResponse get(@jakarta.annotation.N
return this.requestAdapter.send(requestInfo, errorMapping, DeviceEnrollmentConfigurationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new deviceEnrollmentLimitConfiguration object.
+ * Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
* @param body The request body
* @return a {@link DeviceEnrollmentConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfiguration post(@jakarta.annotation.Nonnull final DeviceEnrollmentConfiguration body) {
return post(body, null);
}
/**
- * Create a new deviceEnrollmentLimitConfiguration object.
+ * Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceEnrollmentConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfiguration post(@jakarta.annotation.Nonnull final DeviceEnrollmentConfiguration 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 deviceEnrollmentLimitConfiguration object.
+ * Create a new deviceEnrollmentPlatformRestrictionsConfiguration 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 deviceEnrollmentLimitConfiguration object.
+ * Create a new deviceEnrollmentPlatformRestrictionsConfiguration 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/generated/devicemanagement/deviceenrollmentconfigurations/item/DeviceEnrollmentConfigurationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/item/DeviceEnrollmentConfigurationItemRequestBuilder.java
index d2a2ce81ad9..8488c9ea061 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/item/DeviceEnrollmentConfigurationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/deviceenrollmentconfigurations/item/DeviceEnrollmentConfigurationItemRequestBuilder.java
@@ -84,21 +84,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the deviceEnrollmentConfiguration object.
+ * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
* @return a {@link DeviceEnrollmentConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfiguration get() {
return get(null);
}
/**
- * Read properties and relationships of the deviceEnrollmentConfiguration object.
+ * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceEnrollmentConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfiguration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -108,23 +108,23 @@ public DeviceEnrollmentConfiguration get(@jakarta.annotation.Nullable final java
return this.requestAdapter.send(requestInfo, errorMapping, DeviceEnrollmentConfiguration::createFromDiscriminatorValue);
}
/**
- * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
+ * Update the properties of a deviceEnrollmentLimitConfiguration object.
* @param body The request body
* @return a {@link DeviceEnrollmentConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfiguration patch(@jakarta.annotation.Nonnull final DeviceEnrollmentConfiguration body) {
return patch(body, null);
}
/**
- * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
+ * Update the properties of a deviceEnrollmentLimitConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceEnrollmentConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfiguration patch(@jakarta.annotation.Nonnull final DeviceEnrollmentConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -155,7 +155,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the deviceEnrollmentConfiguration object.
+ * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -163,7 +163,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the deviceEnrollmentConfiguration object.
+ * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -175,7 +175,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
+ * Update the properties of a deviceEnrollmentLimitConfiguration object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -184,7 +184,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
+ * Update the properties of a deviceEnrollmentLimitConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -215,7 +215,7 @@ public DeviceEnrollmentConfigurationItemRequestBuilder withUrl(@jakarta.annotati
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the deviceEnrollmentConfiguration object.
+ * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/RoleDefinitionsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/RoleDefinitionsRequestBuilder.java
index 8d4d1eeb90a..91d3a9ffe86 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/RoleDefinitionsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/RoleDefinitionsRequestBuilder.java
@@ -60,21 +60,21 @@ public RoleDefinitionsRequestBuilder(@jakarta.annotation.Nonnull final String ra
super(requestAdapter, "{+baseurl}/deviceManagement/roleDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the roleDefinition objects.
+ * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
* @return a {@link RoleDefinitionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RoleDefinitionCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the roleDefinition objects.
+ * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RoleDefinitionCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RoleDefinitionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public RoleDefinition post(@jakarta.annotation.Nonnull final RoleDefinition body
return this.requestAdapter.send(requestInfo, errorMapping, RoleDefinition::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the roleDefinition objects.
+ * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the roleDefinition objects.
+ * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -165,7 +165,7 @@ public RoleDefinitionsRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
return new RoleDefinitionsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the roleDefinition objects.
+ * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/item/RoleDefinitionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/item/RoleDefinitionItemRequestBuilder.java
index f7c9837f26c..3870b0bdae6 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/item/RoleDefinitionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/roledefinitions/item/RoleDefinitionItemRequestBuilder.java
@@ -66,21 +66,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
+ * Read properties and relationships of the roleDefinition object.
* @return a {@link RoleDefinition}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RoleDefinition get() {
return get(null);
}
/**
- * Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
+ * Read properties and relationships of the roleDefinition object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RoleDefinition}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RoleDefinition get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -90,23 +90,23 @@ public RoleDefinition get(@jakarta.annotation.Nullable final java.util.function.
return this.requestAdapter.send(requestInfo, errorMapping, RoleDefinition::createFromDiscriminatorValue);
}
/**
- * Update the properties of a deviceAndAppManagementRoleDefinition object.
+ * Update the properties of a roleDefinition object.
* @param body The request body
* @return a {@link RoleDefinition}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RoleDefinition patch(@jakarta.annotation.Nonnull final RoleDefinition body) {
return patch(body, null);
}
/**
- * Update the properties of a deviceAndAppManagementRoleDefinition object.
+ * Update the properties of a roleDefinition object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RoleDefinition}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RoleDefinition patch(@jakarta.annotation.Nonnull final RoleDefinition body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -137,7 +137,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
+ * Read properties and relationships of the roleDefinition object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -145,7 +145,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
+ * Read properties and relationships of the roleDefinition 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 deviceAndAppManagementRoleDefinition object.
+ * Update the properties of a roleDefinition 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 deviceAndAppManagementRoleDefinition object.
+ * Update the properties of a roleDefinition 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 RoleDefinitionItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
+ * Read properties and relationships of the roleDefinition object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java
index b89bc72565a..297901df23d 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java
@@ -271,21 +271,21 @@ public RangeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}/range()", rawUrl);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @return a {@link WorkbookRange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookRange get() {
return get(null);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookRange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookRange get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -359,7 +359,7 @@ public RowWithRowRequestBuilder rowWithRow(@jakarta.annotation.Nonnull final Int
return new RowWithRowRequestBuilder(pathParameters, requestAdapter, row);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -367,7 +367,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range 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/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
index 25580bb3f11..bcf6f11d17b 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/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 generated.
* @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 generated.
* @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 generated.
* @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 generated.
* @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/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java
index 5530463e263..eefea7e6b5f 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java
@@ -271,21 +271,21 @@ public RangeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}/range()", rawUrl);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @return a {@link WorkbookRange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookRange get() {
return get(null);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookRange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookRange get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -359,7 +359,7 @@ public RowWithRowRequestBuilder rowWithRow(@jakarta.annotation.Nonnull final Int
return new RowWithRowRequestBuilder(pathParameters, requestAdapter, row);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -367,7 +367,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range 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/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
index a487e3decfd..635c39d3b34 100644
--- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/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 generated.
* @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 generated.
* @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 generated.
* @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 generated.
* @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/generated/groups/GroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/GroupsRequestBuilder.java
index f26a6683d2a..d2cb22b135d 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/GroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/GroupsRequestBuilder.java
@@ -120,23 +120,23 @@ public GroupCollectionResponse get(@jakarta.annotation.Nullable final java.util.
return this.requestAdapter.send(requestInfo, errorMapping, GroupCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
* @param body The request body
* @return a {@link Group}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Group post(@jakarta.annotation.Nonnull final Group body) {
return post(body, null);
}
/**
- * Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Group}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Group post(@jakarta.annotation.Nonnull final Group body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -167,7 +167,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -176,7 +176,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
* @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/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
index e829bcb59ec..2b3c2a2127d 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
@@ -48,7 +48,7 @@ public ConversationItemRequestBuilder(@jakarta.annotation.Nonnull final String r
/**
* Delete conversation.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
@@ -57,7 +57,7 @@ public void delete() {
* Delete conversation.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -66,21 +66,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 conversation object.
+ * The group's conversations.
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation get() {
return get(null);
}
/**
- * Retrieve the properties and relationships of conversation object.
+ * The group's conversations.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -110,7 +110,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the properties and relationships of conversation object.
+ * The group's conversations.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -118,7 +118,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties and relationships of conversation object.
+ * The group's conversations.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -146,7 +146,7 @@ public ConversationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the properties and relationships of conversation object.
+ * The group's conversations.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java
index 0777c037e7b..600ad76e96f 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java
@@ -57,7 +57,7 @@ public ConversationThreadItemRequestBuilder(@jakarta.annotation.Nonnull final St
/**
* Delete conversationThread.
* @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);
@@ -66,7 +66,7 @@ public void delete() {
* Delete conversationThread.
* @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);
diff --git a/src/main/java/com/microsoft/graph/generated/groups/item/threads/item/posts/PostsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/threads/item/posts/PostsRequestBuilder.java
index 3d3ea1dbfa4..a8e2cfeae0a 100644
--- a/src/main/java/com/microsoft/graph/generated/groups/item/threads/item/posts/PostsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/groups/item/threads/item/posts/PostsRequestBuilder.java
@@ -59,21 +59,21 @@ public PostsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
+ * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
* @return a {@link PostCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PostCollectionResponse get() {
return get(null);
}
/**
- * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
+ * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link PostCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public PostCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -83,7 +83,7 @@ public PostCollectionResponse get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, PostCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
+ * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -91,7 +91,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
+ * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -113,7 +113,7 @@ public PostsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawU
return new PostsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation.
+ * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java
index d06c9a2e245..44a6e4d4f99 100644
--- a/src/main/java/com/microsoft/graph/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/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 countryNamedLocation 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 countryNamedLocation 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 countryNamedLocation object.
+ * Retrieve the properties and relationships of an ipNamedLocation 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 countryNamedLocation object.
+ * Retrieve the properties and relationships of an ipNamedLocation 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) {
@@ -108,7 +108,7 @@ public NamedLocation patch(@jakarta.annotation.Nonnull final NamedLocation body,
return this.requestAdapter.send(requestInfo, errorMapping, NamedLocation::createFromDiscriminatorValue);
}
/**
- * Delete a countryNamedLocation object.
+ * Delete an ipNamedLocation object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -116,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete a countryNamedLocation 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 countryNamedLocation object.
+ * Retrieve the properties and relationships of an ipNamedLocation 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 countryNamedLocation object.
+ * Retrieve the properties and relationships of an ipNamedLocation object.
* @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 countryNamedLocation object.
+ * Retrieve the properties and relationships of an ipNamedLocation object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java
index 354cb549225..b6e2b442d8a 100644
--- a/src/main/java/com/microsoft/graph/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java
@@ -120,21 +120,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @return a {@link AccessPackage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AccessPackage get() {
return get(null);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AccessPackage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AccessPackage get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -191,7 +191,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -199,7 +199,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -251,7 +251,7 @@ public AccessPackageItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/kiota-dom-export.txt b/src/main/java/com/microsoft/graph/generated/kiota-dom-export.txt
index eb3b3131478..cb4a4e622b9 100644
--- a/src/main/java/com/microsoft/graph/generated/kiota-dom-export.txt
+++ b/src/main/java/com/microsoft/graph/generated/kiota-dom-export.txt
@@ -115787,6 +115787,7 @@ com.microsoft.graph.models.Chat::|public|getChatType():ChatType
com.microsoft.graph.models.Chat::|public|getCreatedDateTime():OffsetDateTime
com.microsoft.graph.models.Chat::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.Chat::|public|getInstalledApps():java.util.List
+com.microsoft.graph.models.Chat::|public|getIsHiddenForAllMembers():Boolean
com.microsoft.graph.models.Chat::|public|getLastMessagePreview():ChatMessageInfo
com.microsoft.graph.models.Chat::|public|getLastUpdatedDateTime():OffsetDateTime
com.microsoft.graph.models.Chat::|public|getMembers():java.util.List
@@ -115804,6 +115805,7 @@ com.microsoft.graph.models.Chat::|public|serialize(writer:SerializationWriter):V
com.microsoft.graph.models.Chat::|public|setChatType(value?:ChatType):void
com.microsoft.graph.models.Chat::|public|setCreatedDateTime(value?:OffsetDateTime):void
com.microsoft.graph.models.Chat::|public|setInstalledApps(value?:java.util.List):void
+com.microsoft.graph.models.Chat::|public|setIsHiddenForAllMembers(value?:Boolean):void
com.microsoft.graph.models.Chat::|public|setLastMessagePreview(value?:ChatMessageInfo):void
com.microsoft.graph.models.Chat::|public|setLastUpdatedDateTime(value?:OffsetDateTime):void
com.microsoft.graph.models.Chat::|public|setMembers(value?:java.util.List):void
@@ -116122,6 +116124,20 @@ com.microsoft.graph.models.ChatRenamedEventMessageDetail::|public|setChatDisplay
com.microsoft.graph.models.ChatRenamedEventMessageDetail::|public|setChatId(value?:String):void
com.microsoft.graph.models.ChatRenamedEventMessageDetail::|public|setInitiator(value?:IdentitySet):void
com.microsoft.graph.models.ChatRenamedEventMessageDetail::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ChatRenamedEventMessageDetail
+com.microsoft.graph.models.ChatRestrictions::|protected|backingStore:BackingStore
+com.microsoft.graph.models.ChatRestrictions::|public|constructor():void
+com.microsoft.graph.models.ChatRestrictions::|public|getAdditionalData():Map
+com.microsoft.graph.models.ChatRestrictions::|public|getAllowTextOnly():Boolean
+com.microsoft.graph.models.ChatRestrictions::|public|getBackingStore():BackingStore
+com.microsoft.graph.models.ChatRestrictions::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.ChatRestrictions::|public|getOdataType():String
+com.microsoft.graph.models.ChatRestrictions::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.ChatRestrictions::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.models.ChatRestrictions::|public|setAllowTextOnly(value?:Boolean):void
+com.microsoft.graph.models.ChatRestrictions::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.models.ChatRestrictions::|public|setOdataType(value?:String):void
+com.microsoft.graph.models.ChatRestrictions::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ChatRestrictions
+com.microsoft.graph.models.ChatRestrictions~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.models.ChatType::0000-OneOnOne
com.microsoft.graph.models.ChatType::0001-Group
com.microsoft.graph.models.ChatType::0002-Meeting
@@ -131969,6 +131985,7 @@ com.microsoft.graph.models.OnlineMeeting::|public|getEndDateTime():OffsetDateTim
com.microsoft.graph.models.OnlineMeeting::|public|getExternalId():String
com.microsoft.graph.models.OnlineMeeting::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.OnlineMeeting::|public|getIsBroadcast():Boolean
+com.microsoft.graph.models.OnlineMeeting::|public|getMeetingTemplateId():String
com.microsoft.graph.models.OnlineMeeting::|public|getParticipants():MeetingParticipants
com.microsoft.graph.models.OnlineMeeting::|public|getRecordings():java.util.List
com.microsoft.graph.models.OnlineMeeting::|public|getStartDateTime():OffsetDateTime
@@ -131981,6 +131998,7 @@ com.microsoft.graph.models.OnlineMeeting::|public|setCreationDateTime(value?:Off
com.microsoft.graph.models.OnlineMeeting::|public|setEndDateTime(value?:OffsetDateTime):void
com.microsoft.graph.models.OnlineMeeting::|public|setExternalId(value?:String):void
com.microsoft.graph.models.OnlineMeeting::|public|setIsBroadcast(value?:Boolean):void
+com.microsoft.graph.models.OnlineMeeting::|public|setMeetingTemplateId(value?:String):void
com.microsoft.graph.models.OnlineMeeting::|public|setParticipants(value?:MeetingParticipants):void
com.microsoft.graph.models.OnlineMeeting::|public|setRecordings(value?:java.util.List):void
com.microsoft.graph.models.OnlineMeeting::|public|setStartDateTime(value?:OffsetDateTime):void
@@ -131993,10 +132011,13 @@ com.microsoft.graph.models.OnlineMeetingBase::|public|getAllowAttendeeToEnableMi
com.microsoft.graph.models.OnlineMeetingBase::|public|getAllowedPresenters():OnlineMeetingPresenters
com.microsoft.graph.models.OnlineMeetingBase::|public|getAllowMeetingChat():MeetingChatMode
com.microsoft.graph.models.OnlineMeetingBase::|public|getAllowParticipantsToChangeName():Boolean
+com.microsoft.graph.models.OnlineMeetingBase::|public|getAllowRecording():Boolean
com.microsoft.graph.models.OnlineMeetingBase::|public|getAllowTeamworkReactions():Boolean
+com.microsoft.graph.models.OnlineMeetingBase::|public|getAllowTranscription():Boolean
com.microsoft.graph.models.OnlineMeetingBase::|public|getAttendanceReports():java.util.List
com.microsoft.graph.models.OnlineMeetingBase::|public|getAudioConferencing():AudioConferencing
com.microsoft.graph.models.OnlineMeetingBase::|public|getChatInfo():ChatInfo
+com.microsoft.graph.models.OnlineMeetingBase::|public|getChatRestrictions():ChatRestrictions
com.microsoft.graph.models.OnlineMeetingBase::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.OnlineMeetingBase::|public|getIsEntryExitAnnounced():Boolean
com.microsoft.graph.models.OnlineMeetingBase::|public|getJoinInformation():ItemBody
@@ -132015,10 +132036,13 @@ com.microsoft.graph.models.OnlineMeetingBase::|public|setAllowAttendeeToEnableMi
com.microsoft.graph.models.OnlineMeetingBase::|public|setAllowedPresenters(value?:OnlineMeetingPresenters):void
com.microsoft.graph.models.OnlineMeetingBase::|public|setAllowMeetingChat(value?:MeetingChatMode):void
com.microsoft.graph.models.OnlineMeetingBase::|public|setAllowParticipantsToChangeName(value?:Boolean):void
+com.microsoft.graph.models.OnlineMeetingBase::|public|setAllowRecording(value?:Boolean):void
com.microsoft.graph.models.OnlineMeetingBase::|public|setAllowTeamworkReactions(value?:Boolean):void
+com.microsoft.graph.models.OnlineMeetingBase::|public|setAllowTranscription(value?:Boolean):void
com.microsoft.graph.models.OnlineMeetingBase::|public|setAttendanceReports(value?:java.util.List):void
com.microsoft.graph.models.OnlineMeetingBase::|public|setAudioConferencing(value?:AudioConferencing):void
com.microsoft.graph.models.OnlineMeetingBase::|public|setChatInfo(value?:ChatInfo):void
+com.microsoft.graph.models.OnlineMeetingBase::|public|setChatRestrictions(value?:ChatRestrictions):void
com.microsoft.graph.models.OnlineMeetingBase::|public|setIsEntryExitAnnounced(value?:Boolean):void
com.microsoft.graph.models.OnlineMeetingBase::|public|setJoinInformation(value?:ItemBody):void
com.microsoft.graph.models.OnlineMeetingBase::|public|setJoinMeetingIdSettings(value?:JoinMeetingIdSettings):void
@@ -150707,6 +150731,7 @@ com.microsoft.graph.models.VirtualEvent::|public|getCreatedBy():CommunicationsId
com.microsoft.graph.models.VirtualEvent::|public|getDescription():ItemBody
com.microsoft.graph.models.VirtualEvent::|public|getDisplayName():String
com.microsoft.graph.models.VirtualEvent::|public|getEndDateTime():DateTimeTimeZone
+com.microsoft.graph.models.VirtualEvent::|public|getExternalEventInformation():java.util.List
com.microsoft.graph.models.VirtualEvent::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.VirtualEvent::|public|getPresenters():java.util.List
com.microsoft.graph.models.VirtualEvent::|public|getSessions():java.util.List
@@ -150719,6 +150744,7 @@ com.microsoft.graph.models.VirtualEvent::|public|setCreatedBy(value?:Communicati
com.microsoft.graph.models.VirtualEvent::|public|setDescription(value?:ItemBody):void
com.microsoft.graph.models.VirtualEvent::|public|setDisplayName(value?:String):void
com.microsoft.graph.models.VirtualEvent::|public|setEndDateTime(value?:DateTimeTimeZone):void
+com.microsoft.graph.models.VirtualEvent::|public|setExternalEventInformation(value?:java.util.List):void
com.microsoft.graph.models.VirtualEvent::|public|setPresenters(value?:java.util.List):void
com.microsoft.graph.models.VirtualEvent::|public|setSessions(value?:java.util.List):void
com.microsoft.graph.models.VirtualEvent::|public|setSettings(value?:VirtualEventSettings):void
@@ -150738,6 +150764,38 @@ com.microsoft.graph.models.VirtualEventCollectionResponse::|public|getValue():ja
com.microsoft.graph.models.VirtualEventCollectionResponse::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.models.VirtualEventCollectionResponse::|public|setValue(value?:java.util.List):void
com.microsoft.graph.models.VirtualEventCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):VirtualEventCollectionResponse
+com.microsoft.graph.models.VirtualEventExternalInformation::|protected|backingStore:BackingStore
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|constructor():void
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|getAdditionalData():Map
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|getApplicationId():String
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|getBackingStore():BackingStore
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|getExternalEventId():String
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|getOdataType():String
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|setApplicationId(value?:String):void
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|setExternalEventId(value?:String):void
+com.microsoft.graph.models.VirtualEventExternalInformation::|public|setOdataType(value?:String):void
+com.microsoft.graph.models.VirtualEventExternalInformation::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):VirtualEventExternalInformation
+com.microsoft.graph.models.VirtualEventExternalInformation~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|protected|backingStore:BackingStore
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|constructor():void
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|getAdditionalData():Map
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|getBackingStore():BackingStore
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|getOdataType():String
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|getReferrer():String
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|getRegistrationId():String
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|setOdataType(value?:String):void
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|setReferrer(value?:String):void
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|public|setRegistrationId(value?:String):void
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):VirtualEventExternalRegistrationInformation
+com.microsoft.graph.models.VirtualEventExternalRegistrationInformation~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.models.VirtualEventPresenter-->Entity
com.microsoft.graph.models.VirtualEventPresenter::|public|constructor():void
com.microsoft.graph.models.VirtualEventPresenter::|public|getEmail():String
@@ -150795,6 +150853,7 @@ com.microsoft.graph.models.VirtualEventRegistration-->Entity
com.microsoft.graph.models.VirtualEventRegistration::|public|constructor():void
com.microsoft.graph.models.VirtualEventRegistration::|public|getCancelationDateTime():OffsetDateTime
com.microsoft.graph.models.VirtualEventRegistration::|public|getEmail():String
+com.microsoft.graph.models.VirtualEventRegistration::|public|getExternalRegistrationInformation():VirtualEventExternalRegistrationInformation
com.microsoft.graph.models.VirtualEventRegistration::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.VirtualEventRegistration::|public|getFirstName():String
com.microsoft.graph.models.VirtualEventRegistration::|public|getLastName():String
@@ -150809,6 +150868,7 @@ com.microsoft.graph.models.VirtualEventRegistration::|public|OdataType:String
com.microsoft.graph.models.VirtualEventRegistration::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.models.VirtualEventRegistration::|public|setCancelationDateTime(value?:OffsetDateTime):void
com.microsoft.graph.models.VirtualEventRegistration::|public|setEmail(value?:String):void
+com.microsoft.graph.models.VirtualEventRegistration::|public|setExternalRegistrationInformation(value?:VirtualEventExternalRegistrationInformation):void
com.microsoft.graph.models.VirtualEventRegistration::|public|setFirstName(value?:String):void
com.microsoft.graph.models.VirtualEventRegistration::|public|setLastName(value?:String):void
com.microsoft.graph.models.VirtualEventRegistration::|public|setPreferredLanguage(value?:String):void
@@ -193691,6 +193751,27 @@ com.microsoft.graph.solutions.virtualevents.events.item.sessions.SessionsRequest
com.microsoft.graph.solutions.virtualevents.events.item.sessions.SessionsRequestBuilder::|public|toPostRequestInformation(body:VirtualEventSession):RequestInformation
com.microsoft.graph.solutions.virtualevents.events.item.sessions.SessionsRequestBuilder::|public|toPostRequestInformation(body:VirtualEventSession; requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.solutions.virtualevents.events.item.sessions.SessionsRequestBuilder::|public|withUrl(rawUrl:String):SessionsRequestBuilder
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|protected|backingStore:BackingStore
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|public|constructor():void
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|public|getAdditionalData():Map
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|public|getBackingStore():BackingStore
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|public|getExternalEventId():String
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|public|getFieldDeserializers():Map>
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|public|setExternalEventId(value?:String):void
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):SetExternalEventInformationPostRequestBody
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationRequestBuilder::|public|post(body:SetExternalEventInformationPostRequestBody):Void
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationRequestBuilder::|public|post(body:SetExternalEventInformationPostRequestBody; requestConfiguration?:java.util.function.Consumer):Void
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationRequestBuilder::|public|toPostRequestInformation(body:SetExternalEventInformationPostRequestBody):RequestInformation
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationRequestBuilder::|public|toPostRequestInformation(body:SetExternalEventInformationPostRequestBody; requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.solutions.virtualevents.events.item.setexternaleventinformation.SetExternalEventInformationRequestBuilder::|public|withUrl(rawUrl:String):SetExternalEventInformationRequestBuilder
com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration
com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestBuilder.GetQueryParameters::|public|expand:String[]
@@ -193712,6 +193793,7 @@ com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestB
com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestBuilder::|public|presenters:PresentersRequestBuilder
com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestBuilder::|public|publish:PublishRequestBuilder
com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestBuilder::|public|sessions:SessionsRequestBuilder
+com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestBuilder::|public|setExternalEventInformation:SetExternalEventInformationRequestBuilder
com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestBuilder::|public|toDeleteRequestInformation():RequestInformation
com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.solutions.virtualevents.events.item.VirtualEventItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
@@ -193733,6 +193815,60 @@ com.microsoft.graph.solutions.virtualevents.townhalls.count.CountRequestBuilder:
com.microsoft.graph.solutions.virtualevents.townhalls.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
com.microsoft.graph.solutions.virtualevents.townhalls.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.solutions.virtualevents.townhalls.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse-->BaseCollectionPaginationCountResponse
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|public|constructor():void
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|public|getFieldDeserializers():Map>
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|public|getValue():java.util.List
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|public|setValue(value?:java.util.List):void
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleGetResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):GetByUserIdAndRoleWithUserIdWithRoleGetResponse
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter; role?:String; userId?:String):Void
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|get():GetByUserIdAndRoleWithUserIdWithRoleGetResponse
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):GetByUserIdAndRoleWithUserIdWithRoleGetResponse
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuseridandrolewithuseridwithrole.GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder::|public|withUrl(rawUrl:String):GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleGetResponse-->BaseCollectionPaginationCountResponse
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleGetResponse::|public|constructor():void
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleGetResponse::|public|getFieldDeserializers():Map>
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleGetResponse::|public|getValue():java.util.List
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleGetResponse::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleGetResponse::|public|setValue(value?:java.util.List):void
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleGetResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):GetByUserRoleWithRoleGetResponse
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter; role?:String):Void
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder::|public|get():GetByUserRoleWithRoleGetResponse
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):GetByUserRoleWithRoleGetResponse
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.solutions.virtualevents.townhalls.getbyuserrolewithrole.GetByUserRoleWithRoleRequestBuilder::|public|withUrl(rawUrl:String):GetByUserRoleWithRoleRequestBuilder
com.microsoft.graph.solutions.virtualevents.townhalls.item.presenters.count.CountRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.solutions.virtualevents.townhalls.item.presenters.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
com.microsoft.graph.solutions.virtualevents.townhalls.item.presenters.count.CountRequestBuilder.GetQueryParameters::|public|search:String
@@ -194041,6 +194177,8 @@ com.microsoft.graph.solutions.virtualevents.townhalls.TownhallsRequestBuilder::|
com.microsoft.graph.solutions.virtualevents.townhalls.TownhallsRequestBuilder::|public|count:CountRequestBuilder
com.microsoft.graph.solutions.virtualevents.townhalls.TownhallsRequestBuilder::|public|get():VirtualEventTownhallCollectionResponse
com.microsoft.graph.solutions.virtualevents.townhalls.TownhallsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):VirtualEventTownhallCollectionResponse
+com.microsoft.graph.solutions.virtualevents.townhalls.TownhallsRequestBuilder::|public|getByUserIdAndRoleWithUserIdWithRole(role:String; userId:String):GetByUserIdAndRoleWithUserIdWithRoleRequestBuilder
+com.microsoft.graph.solutions.virtualevents.townhalls.TownhallsRequestBuilder::|public|getByUserRoleWithRole(role:String):GetByUserRoleWithRoleRequestBuilder
com.microsoft.graph.solutions.virtualevents.townhalls.TownhallsRequestBuilder::|public|post(body:VirtualEventTownhall):VirtualEventTownhall
com.microsoft.graph.solutions.virtualevents.townhalls.TownhallsRequestBuilder::|public|post(body:VirtualEventTownhall; requestConfiguration?:java.util.function.Consumer):VirtualEventTownhall
com.microsoft.graph.solutions.virtualevents.townhalls.TownhallsRequestBuilder::|public|toGetRequestInformation():RequestInformation
diff --git a/src/main/java/com/microsoft/graph/generated/kiota-lock.json b/src/main/java/com/microsoft/graph/generated/kiota-lock.json
index 17f0f9b68bf..46ac7c5b268 100644
--- a/src/main/java/com/microsoft/graph/generated/kiota-lock.json
+++ b/src/main/java/com/microsoft/graph/generated/kiota-lock.json
@@ -1,8 +1,8 @@
{
- "descriptionHash": "36DAF43A4E4EA20C97905B09C9E2291DBE80845EF0BE4D539FDDE691C6D93FBA0A10D98BECC30970531126749C7B01E815A0759418A6120BC51A3A0FDBEFD95A",
+ "descriptionHash": "2A266C83E5128F78435232C790DE0C41B134CF323FA2D5EB704DAAC3C39EEA634205F3ED6EC8DE64297752B981917408558A02E7A673FE2E0AB8C6AD140E860D",
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
- "kiotaVersion": "1.22.0",
+ "kiotaVersion": "1.23.0",
"clientClassName": "BaseGraphServiceClient",
"typeAccessModifier": "Public",
"clientNamespaceName": "com.Microsoft.Graph",
diff --git a/src/main/java/com/microsoft/graph/generated/models/AppliedConditionalAccessPolicy.java b/src/main/java/com/microsoft/graph/generated/models/AppliedConditionalAccessPolicy.java
index 49d57cbd8b6..5afc54c5b41 100644
--- a/src/main/java/com/microsoft/graph/generated/models/AppliedConditionalAccessPolicy.java
+++ b/src/main/java/com/microsoft/graph/generated/models/AppliedConditionalAccessPolicy.java
@@ -111,7 +111,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the result property value. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
+ * Gets the result property value. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
* @return a {@link AppliedConditionalAccessPolicyResult}
*/
@jakarta.annotation.Nullable
@@ -183,7 +183,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the result property value. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
+ * Sets the result property value. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
* @param value Value to set for the result property.
*/
public void setResult(@jakarta.annotation.Nullable final AppliedConditionalAccessPolicyResult value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/Channel.java b/src/main/java/com/microsoft/graph/generated/models/Channel.java
index ecfed4ef8e6..4e1aa2930b7 100644
--- a/src/main/java/com/microsoft/graph/generated/models/Channel.java
+++ b/src/main/java/com/microsoft/graph/generated/models/Channel.java
@@ -114,7 +114,7 @@ public java.util.List getMembers() {
return this.backingStore.get("members");
}
/**
- * Gets the membershipType property value. The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: shared.
+ * Gets the membershipType property value. The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: shared.
* @return a {@link ChannelMembershipType}
*/
@jakarta.annotation.Nullable
@@ -249,7 +249,7 @@ public void setMembers(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers
deserializerMap.put("chatType", (n) -> { this.setChatType(n.getEnumValue(ChatType::forValue)); });
deserializerMap.put("createdDateTime", (n) -> { this.setCreatedDateTime(n.getOffsetDateTimeValue()); });
deserializerMap.put("installedApps", (n) -> { this.setInstalledApps(n.getCollectionOfObjectValues(TeamsAppInstallation::createFromDiscriminatorValue)); });
+ deserializerMap.put("isHiddenForAllMembers", (n) -> { this.setIsHiddenForAllMembers(n.getBooleanValue()); });
deserializerMap.put("lastMessagePreview", (n) -> { this.setLastMessagePreview(n.getObjectValue(ChatMessageInfo::createFromDiscriminatorValue)); });
deserializerMap.put("lastUpdatedDateTime", (n) -> { this.setLastUpdatedDateTime(n.getOffsetDateTimeValue()); });
deserializerMap.put("members", (n) -> { this.setMembers(n.getCollectionOfObjectValues(ConversationMember::createFromDiscriminatorValue)); });
@@ -73,6 +74,14 @@ public Map> getFieldDeserializers
public java.util.List getInstalledApps() {
return this.backingStore.get("installedApps");
}
+ /**
+ * Gets the isHiddenForAllMembers property value. Indicates whether the chat is hidden for all its members. Read-only.
+ * @return a {@link Boolean}
+ */
+ @jakarta.annotation.Nullable
+ public Boolean getIsHiddenForAllMembers() {
+ return this.backingStore.get("isHiddenForAllMembers");
+ }
/**
* Gets the lastMessagePreview property value. Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.
* @return a {@link ChatMessageInfo}
@@ -179,6 +188,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeEnumValue("chatType", this.getChatType());
writer.writeOffsetDateTimeValue("createdDateTime", this.getCreatedDateTime());
writer.writeCollectionOfObjectValues("installedApps", this.getInstalledApps());
+ writer.writeBooleanValue("isHiddenForAllMembers", this.getIsHiddenForAllMembers());
writer.writeObjectValue("lastMessagePreview", this.getLastMessagePreview());
writer.writeOffsetDateTimeValue("lastUpdatedDateTime", this.getLastUpdatedDateTime());
writer.writeCollectionOfObjectValues("members", this.getMembers());
@@ -213,6 +223,13 @@ public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime
public void setInstalledApps(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("installedApps", value);
}
+ /**
+ * Sets the isHiddenForAllMembers property value. Indicates whether the chat is hidden for all its members. Read-only.
+ * @param value Value to set for the isHiddenForAllMembers property.
+ */
+ public void setIsHiddenForAllMembers(@jakarta.annotation.Nullable final Boolean value) {
+ this.backingStore.set("isHiddenForAllMembers", value);
+ }
/**
* Sets the lastMessagePreview property value. Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.
* @param value Value to set for the lastMessagePreview property.
diff --git a/src/main/java/com/microsoft/graph/generated/models/ChatMessage.java b/src/main/java/com/microsoft/graph/generated/models/ChatMessage.java
index 1420fda8a67..8c557eba57b 100644
--- a/src/main/java/com/microsoft/graph/generated/models/ChatMessage.java
+++ b/src/main/java/com/microsoft/graph/generated/models/ChatMessage.java
@@ -171,7 +171,7 @@ public String getLocale() {
return this.backingStore.get("locale");
}
/**
- * Gets the mentions property value. List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.
+ * Gets the mentions property value. List of entities mentioned in the chat message. Supported entities are: user, bot, team, channel, chat, and tag.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -381,7 +381,7 @@ public void setLocale(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("locale", value);
}
/**
- * Sets the mentions property value. List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.
+ * Sets the mentions property value. List of entities mentioned in the chat message. Supported entities are: user, bot, team, channel, chat, and tag.
* @param value Value to set for the mentions property.
*/
public void setMentions(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/ChatMessageAttachment.java b/src/main/java/com/microsoft/graph/generated/models/ChatMessageAttachment.java
index 35c70764645..6caa0fd2ca6 100644
--- a/src/main/java/com/microsoft/graph/generated/models/ChatMessageAttachment.java
+++ b/src/main/java/com/microsoft/graph/generated/models/ChatMessageAttachment.java
@@ -64,7 +64,7 @@ public String getContent() {
return this.backingStore.get("content");
}
/**
- * Gets the contentType property value. The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentType that is supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
+ * Gets the contentType property value. The media type of the content attachment. The possible values are: reference: The attachment is a link to another file. Populate the contentURL with the link to the object.forwardedMessageReference: The attachment is a reference to a forwarded message. Populate the content with the original message context.Any contentType that is supported by the Bot Framework's Attachment object.application/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -97,7 +97,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the id property value. Read-only. The unique id of the attachment.
+ * Gets the id property value. Read-only. The unique ID of the attachment.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -175,7 +175,7 @@ public void setContent(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("content", value);
}
/**
- * Sets the contentType property value. The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentType that is supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
+ * Sets the contentType property value. The media type of the content attachment. The possible values are: reference: The attachment is a link to another file. Populate the contentURL with the link to the object.forwardedMessageReference: The attachment is a reference to a forwarded message. Populate the content with the original message context.Any contentType that is supported by the Bot Framework's Attachment object.application/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
* @param value Value to set for the contentType property.
*/
public void setContentType(@jakarta.annotation.Nullable final String value) {
@@ -189,7 +189,7 @@ public void setContentUrl(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("contentUrl", value);
}
/**
- * Sets the id property value. Read-only. The unique id of the attachment.
+ * Sets the id property value. Read-only. The unique ID of the attachment.
* @param value Value to set for the id property.
*/
public void setId(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/ChatMessageMention.java b/src/main/java/com/microsoft/graph/generated/models/ChatMessageMention.java
index c3d5d3a7170..0cc100bfa5b 100644
--- a/src/main/java/com/microsoft/graph/generated/models/ChatMessageMention.java
+++ b/src/main/java/com/microsoft/graph/generated/models/ChatMessageMention.java
@@ -77,7 +77,7 @@ public Integer getId() {
return this.backingStore.get("id");
}
/**
- * Gets the mentioned property value. The entity (user, application, team, or channel) that was @mentioned.
+ * Gets the mentioned property value. The entity (user, application, team, channel, or chat) that was @mentioned.
* @return a {@link ChatMessageMentionedIdentitySet}
*/
@jakarta.annotation.Nullable
@@ -135,7 +135,7 @@ public void setId(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("id", value);
}
/**
- * Sets the mentioned property value. The entity (user, application, team, or channel) that was @mentioned.
+ * Sets the mentioned property value. The entity (user, application, team, channel, or chat) that was @mentioned.
* @param value Value to set for the mentioned property.
*/
public void setMentioned(@jakarta.annotation.Nullable final ChatMessageMentionedIdentitySet value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/ChatMessageMentionedIdentitySet.java b/src/main/java/com/microsoft/graph/generated/models/ChatMessageMentionedIdentitySet.java
index 281180cfdca..6cc19b0e9d5 100644
--- a/src/main/java/com/microsoft/graph/generated/models/ChatMessageMentionedIdentitySet.java
+++ b/src/main/java/com/microsoft/graph/generated/models/ChatMessageMentionedIdentitySet.java
@@ -26,7 +26,7 @@ public static ChatMessageMentionedIdentitySet createFromDiscriminatorValue(@jaka
return new ChatMessageMentionedIdentitySet();
}
/**
- * Gets the conversation property value. If present, represents a conversation (for example, team or channel) @mentioned in a message.
+ * Gets the conversation property value. If present, represents a conversation (for example, team, channel, or chat) @mentioned in a message.
* @return a {@link TeamworkConversationIdentity}
*/
@jakarta.annotation.Nullable
@@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("conversation", this.getConversation());
}
/**
- * Sets the conversation property value. If present, represents a conversation (for example, team or channel) @mentioned in a message.
+ * Sets the conversation property value. If present, represents a conversation (for example, team, channel, or chat) @mentioned in a message.
* @param value Value to set for the conversation property.
*/
public void setConversation(@jakarta.annotation.Nullable final TeamworkConversationIdentity value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/ChatRestrictions.java b/src/main/java/com/microsoft/graph/generated/models/ChatRestrictions.java
new file mode 100644
index 00000000000..8aa80a8ea27
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/generated/models/ChatRestrictions.java
@@ -0,0 +1,124 @@
+package com.microsoft.graph.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 ChatRestrictions implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
+ /**
+ * Instantiates a new {@link ChatRestrictions} and sets the default values.
+ */
+ public ChatRestrictions() {
+ 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 ChatRestrictions}
+ */
+ @jakarta.annotation.Nonnull
+ public static ChatRestrictions createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new ChatRestrictions();
+ }
+ /**
+ * 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 allowTextOnly property value. The allowTextOnly property
+ * @return a {@link Boolean}
+ */
+ @jakarta.annotation.Nullable
+ public Boolean getAllowTextOnly() {
+ return this.backingStore.get("allowTextOnly");
+ }
+ /**
+ * 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>(2);
+ deserializerMap.put("allowTextOnly", (n) -> { this.setAllowTextOnly(n.getBooleanValue()); });
+ deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
+ 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");
+ }
+ /**
+ * 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.writeBooleanValue("allowTextOnly", this.getAllowTextOnly());
+ writer.writeStringValue("@odata.type", this.getOdataType());
+ 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 allowTextOnly property value. The allowTextOnly property
+ * @param value Value to set for the allowTextOnly property.
+ */
+ public void setAllowTextOnly(@jakarta.annotation.Nullable final Boolean value) {
+ this.backingStore.set("allowTextOnly", 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);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/generated/models/CloudPcDeviceImage.java b/src/main/java/com/microsoft/graph/generated/models/CloudPcDeviceImage.java
index 6e2ec97c744..7da6cfa3e8a 100644
--- a/src/main/java/com/microsoft/graph/generated/models/CloudPcDeviceImage.java
+++ b/src/main/java/com/microsoft/graph/generated/models/CloudPcDeviceImage.java
@@ -35,7 +35,7 @@ public String getDisplayName() {
return this.backingStore.get("displayName");
}
/**
- * Gets the errorCode property value. The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
+ * Gets the errorCode property value. The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
* @return a {@link CloudPcDeviceImageErrorCode}
*/
@jakarta.annotation.Nullable
@@ -151,7 +151,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayName", value);
}
/**
- * Sets the errorCode property value. The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
+ * Sets the errorCode property value. The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
* @param value Value to set for the errorCode property.
*/
public void setErrorCode(@jakarta.annotation.Nullable final CloudPcDeviceImageErrorCode value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/CloudPcDomainJoinConfiguration.java b/src/main/java/com/microsoft/graph/generated/models/CloudPcDomainJoinConfiguration.java
index 769106316f6..ff8bb93c704 100644
--- a/src/main/java/com/microsoft/graph/generated/models/CloudPcDomainJoinConfiguration.java
+++ b/src/main/java/com/microsoft/graph/generated/models/CloudPcDomainJoinConfiguration.java
@@ -94,7 +94,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, southKorea. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, 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. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.
* @return a {@link CloudPcRegionGroup}
*/
@jakarta.annotation.Nullable
@@ -159,7 +159,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, southKorea. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, 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. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. 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/generated/models/EducationAssignment.java b/src/main/java/com/microsoft/graph/generated/models/EducationAssignment.java
index 6ad44c54c37..dc1ac0ab2a1 100644
--- a/src/main/java/com/microsoft/graph/generated/models/EducationAssignment.java
+++ b/src/main/java/com/microsoft/graph/generated/models/EducationAssignment.java
@@ -34,7 +34,7 @@ public EducationAddedStudentAction getAddedStudentAction() {
return this.backingStore.get("addedStudentAction");
}
/**
- * Gets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.
+ * Gets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.
* @return a {@link EducationAddToCalendarOptions}
*/
@jakarta.annotation.Nullable
@@ -263,7 +263,7 @@ public EducationRubric getRubric() {
return this.backingStore.get("rubric");
}
/**
- * Gets the status property value. Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive.
+ * Gets the status property value. Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive.
* @return a {@link EducationAssignmentStatus}
*/
@jakarta.annotation.Nullable
@@ -320,7 +320,7 @@ public void setAddedStudentAction(@jakarta.annotation.Nullable final EducationAd
this.backingStore.set("addedStudentAction", value);
}
/**
- * Sets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.
+ * Sets the addToCalendarAction property value. Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.
* @param value Value to set for the addToCalendarAction property.
*/
public void setAddToCalendarAction(@jakarta.annotation.Nullable final EducationAddToCalendarOptions value) {
@@ -488,7 +488,7 @@ public void setRubric(@jakarta.annotation.Nullable final EducationRubric value)
this.backingStore.set("rubric", value);
}
/**
- * Sets the status property value. Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive.
+ * Sets the status property value. Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final EducationAssignmentStatus value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/EducationAssignmentDefaults.java b/src/main/java/com/microsoft/graph/generated/models/EducationAssignmentDefaults.java
index 0a8c2a53d31..175bbe1d578 100644
--- a/src/main/java/com/microsoft/graph/generated/models/EducationAssignmentDefaults.java
+++ b/src/main/java/com/microsoft/graph/generated/models/EducationAssignmentDefaults.java
@@ -34,7 +34,7 @@ public EducationAddedStudentAction getAddedStudentAction() {
return this.backingStore.get("addedStudentAction");
}
/**
- * Gets the addToCalendarAction property value. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: studentsOnly. The default value is none.
+ * Gets the addToCalendarAction property value. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: studentsOnly. The default value is none.
* @return a {@link EducationAddToCalendarOptions}
*/
@jakarta.annotation.Nullable
@@ -90,7 +90,7 @@ public void setAddedStudentAction(@jakarta.annotation.Nullable final EducationAd
this.backingStore.set("addedStudentAction", value);
}
/**
- * Sets the addToCalendarAction property value. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: studentsOnly. The default value is none.
+ * Sets the addToCalendarAction property value. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: studentsOnly. The default value is none.
* @param value Value to set for the addToCalendarAction property.
*/
public void setAddToCalendarAction(@jakarta.annotation.Nullable final EducationAddToCalendarOptions value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/EducationSubmission.java b/src/main/java/com/microsoft/graph/generated/models/EducationSubmission.java
index 057001759f5..8b46035b3ed 100644
--- a/src/main/java/com/microsoft/graph/generated/models/EducationSubmission.java
+++ b/src/main/java/com/microsoft/graph/generated/models/EducationSubmission.java
@@ -132,7 +132,7 @@ public OffsetDateTime getReturnedDateTime() {
return this.backingStore.get("returnedDateTime");
}
/**
- * Gets the status property value. Read-only. Possible values are: excused, reassigned, returned, submitted and working. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.
+ * Gets the status property value. Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.
* @return a {@link EducationSubmissionStatus}
*/
@jakarta.annotation.Nullable
@@ -270,7 +270,7 @@ public void setReturnedDateTime(@jakarta.annotation.Nullable final OffsetDateTim
this.backingStore.set("returnedDateTime", value);
}
/**
- * Sets the status property value. Read-only. Possible values are: excused, reassigned, returned, submitted and working. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.
+ * Sets the status property value. Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final EducationSubmissionStatus value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/EventMessage.java b/src/main/java/com/microsoft/graph/generated/models/EventMessage.java
index b51662a0875..668ec0f388e 100644
--- a/src/main/java/com/microsoft/graph/generated/models/EventMessage.java
+++ b/src/main/java/com/microsoft/graph/generated/models/EventMessage.java
@@ -42,7 +42,7 @@ public DateTimeTimeZone getEndDateTime() {
return this.backingStore.get("endDateTime");
}
/**
- * Gets the event property value. The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only.
+ * Gets the event property value. The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only.
* @return a {@link Event}
*/
@jakarta.annotation.Nullable
@@ -158,7 +158,7 @@ public void setEndDateTime(@jakarta.annotation.Nullable final DateTimeTimeZone v
this.backingStore.set("endDateTime", value);
}
/**
- * Sets the event property value. The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only.
+ * Sets the event property value. The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only.
* @param value Value to set for the event property.
*/
public void setEvent(@jakarta.annotation.Nullable final Event value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/InvitedUserMessageInfo.java b/src/main/java/com/microsoft/graph/generated/models/InvitedUserMessageInfo.java
index 57321517398..d4196625994 100644
--- a/src/main/java/com/microsoft/graph/generated/models/InvitedUserMessageInfo.java
+++ b/src/main/java/com/microsoft/graph/generated/models/InvitedUserMessageInfo.java
@@ -64,7 +64,7 @@ public java.util.List getCcRecipients() {
return this.backingStore.get("ccRecipients");
}
/**
- * Gets the customizedMessageBody property value. Customized message body you want to send if you don't want the default message.
+ * Gets the customizedMessageBody property value. Customized message body you want to send if you don't want the default message. Only plain text is allowed.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -135,7 +135,7 @@ public void setCcRecipients(@jakarta.annotation.Nullable final java.util.List> getFieldDeserializers
deserializerMap.put("endDateTime", (n) -> { this.setEndDateTime(n.getOffsetDateTimeValue()); });
deserializerMap.put("externalId", (n) -> { this.setExternalId(n.getStringValue()); });
deserializerMap.put("isBroadcast", (n) -> { this.setIsBroadcast(n.getBooleanValue()); });
+ deserializerMap.put("meetingTemplateId", (n) -> { this.setMeetingTemplateId(n.getStringValue()); });
deserializerMap.put("participants", (n) -> { this.setParticipants(n.getObjectValue(MeetingParticipants::createFromDiscriminatorValue)); });
deserializerMap.put("recordings", (n) -> { this.setRecordings(n.getCollectionOfObjectValues(CallRecording::createFromDiscriminatorValue)); });
deserializerMap.put("startDateTime", (n) -> { this.setStartDateTime(n.getOffsetDateTimeValue()); });
@@ -93,6 +94,14 @@ public Map> getFieldDeserializers
public Boolean getIsBroadcast() {
return this.backingStore.get("isBroadcast");
}
+ /**
+ * Gets the meetingTemplateId property value. The ID of the meeting template.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getMeetingTemplateId() {
+ return this.backingStore.get("meetingTemplateId");
+ }
/**
* Gets the participants property value. The participants associated with the online meeting, including the organizer and the attendees.
* @return a {@link MeetingParticipants}
@@ -138,6 +147,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeOffsetDateTimeValue("endDateTime", this.getEndDateTime());
writer.writeStringValue("externalId", this.getExternalId());
writer.writeBooleanValue("isBroadcast", this.getIsBroadcast());
+ writer.writeStringValue("meetingTemplateId", this.getMeetingTemplateId());
writer.writeObjectValue("participants", this.getParticipants());
writer.writeCollectionOfObjectValues("recordings", this.getRecordings());
writer.writeOffsetDateTimeValue("startDateTime", this.getStartDateTime());
@@ -185,6 +195,13 @@ public void setExternalId(@jakarta.annotation.Nullable final String value) {
public void setIsBroadcast(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("isBroadcast", value);
}
+ /**
+ * Sets the meetingTemplateId property value. The ID of the meeting template.
+ * @param value Value to set for the meetingTemplateId property.
+ */
+ public void setMeetingTemplateId(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("meetingTemplateId", value);
+ }
/**
* Sets the participants property value. The participants associated with the online meeting, including the organizer and the attendees.
* @param value Value to set for the participants property.
diff --git a/src/main/java/com/microsoft/graph/generated/models/OnlineMeetingBase.java b/src/main/java/com/microsoft/graph/generated/models/OnlineMeetingBase.java
index e6c3545d536..560c55b8995 100644
--- a/src/main/java/com/microsoft/graph/generated/models/OnlineMeetingBase.java
+++ b/src/main/java/com/microsoft/graph/generated/models/OnlineMeetingBase.java
@@ -72,6 +72,14 @@ public MeetingChatMode getAllowMeetingChat() {
public Boolean getAllowParticipantsToChangeName() {
return this.backingStore.get("allowParticipantsToChangeName");
}
+ /**
+ * Gets the allowRecording property value. Indicates whether recording is enabled for the meeting.
+ * @return a {@link Boolean}
+ */
+ @jakarta.annotation.Nullable
+ public Boolean getAllowRecording() {
+ return this.backingStore.get("allowRecording");
+ }
/**
* Gets the allowTeamworkReactions property value. Indicates if Teams reactions are enabled for the meeting.
* @return a {@link Boolean}
@@ -80,6 +88,14 @@ public Boolean getAllowParticipantsToChangeName() {
public Boolean getAllowTeamworkReactions() {
return this.backingStore.get("allowTeamworkReactions");
}
+ /**
+ * Gets the allowTranscription property value. Indicates whether transcription is enabled for the meeting.
+ * @return a {@link Boolean}
+ */
+ @jakarta.annotation.Nullable
+ public Boolean getAllowTranscription() {
+ return this.backingStore.get("allowTranscription");
+ }
/**
* Gets the attendanceReports property value. The attendance reports of an online meeting. Read-only.
* @return a {@link java.util.List}
@@ -104,6 +120,14 @@ public AudioConferencing getAudioConferencing() {
public ChatInfo getChatInfo() {
return this.backingStore.get("chatInfo");
}
+ /**
+ * Gets the chatRestrictions property value. The chatRestrictions property
+ * @return a {@link ChatRestrictions}
+ */
+ @jakarta.annotation.Nullable
+ public ChatRestrictions getChatRestrictions() {
+ return this.backingStore.get("chatRestrictions");
+ }
/**
* The deserialization information for the current model
* @return a {@link Map>}
@@ -116,10 +140,13 @@ public Map> getFieldDeserializers
deserializerMap.put("allowedPresenters", (n) -> { this.setAllowedPresenters(n.getEnumValue(OnlineMeetingPresenters::forValue)); });
deserializerMap.put("allowMeetingChat", (n) -> { this.setAllowMeetingChat(n.getEnumValue(MeetingChatMode::forValue)); });
deserializerMap.put("allowParticipantsToChangeName", (n) -> { this.setAllowParticipantsToChangeName(n.getBooleanValue()); });
+ deserializerMap.put("allowRecording", (n) -> { this.setAllowRecording(n.getBooleanValue()); });
deserializerMap.put("allowTeamworkReactions", (n) -> { this.setAllowTeamworkReactions(n.getBooleanValue()); });
+ deserializerMap.put("allowTranscription", (n) -> { this.setAllowTranscription(n.getBooleanValue()); });
deserializerMap.put("attendanceReports", (n) -> { this.setAttendanceReports(n.getCollectionOfObjectValues(MeetingAttendanceReport::createFromDiscriminatorValue)); });
deserializerMap.put("audioConferencing", (n) -> { this.setAudioConferencing(n.getObjectValue(AudioConferencing::createFromDiscriminatorValue)); });
deserializerMap.put("chatInfo", (n) -> { this.setChatInfo(n.getObjectValue(ChatInfo::createFromDiscriminatorValue)); });
+ deserializerMap.put("chatRestrictions", (n) -> { this.setChatRestrictions(n.getObjectValue(ChatRestrictions::createFromDiscriminatorValue)); });
deserializerMap.put("isEntryExitAnnounced", (n) -> { this.setIsEntryExitAnnounced(n.getBooleanValue()); });
deserializerMap.put("joinInformation", (n) -> { this.setJoinInformation(n.getObjectValue(ItemBody::createFromDiscriminatorValue)); });
deserializerMap.put("joinMeetingIdSettings", (n) -> { this.setJoinMeetingIdSettings(n.getObjectValue(JoinMeetingIdSettings::createFromDiscriminatorValue)); });
@@ -224,10 +251,13 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeEnumValue("allowedPresenters", this.getAllowedPresenters());
writer.writeEnumValue("allowMeetingChat", this.getAllowMeetingChat());
writer.writeBooleanValue("allowParticipantsToChangeName", this.getAllowParticipantsToChangeName());
+ writer.writeBooleanValue("allowRecording", this.getAllowRecording());
writer.writeBooleanValue("allowTeamworkReactions", this.getAllowTeamworkReactions());
+ writer.writeBooleanValue("allowTranscription", this.getAllowTranscription());
writer.writeCollectionOfObjectValues("attendanceReports", this.getAttendanceReports());
writer.writeObjectValue("audioConferencing", this.getAudioConferencing());
writer.writeObjectValue("chatInfo", this.getChatInfo());
+ writer.writeObjectValue("chatRestrictions", this.getChatRestrictions());
writer.writeBooleanValue("isEntryExitAnnounced", this.getIsEntryExitAnnounced());
writer.writeObjectValue("joinInformation", this.getJoinInformation());
writer.writeObjectValue("joinMeetingIdSettings", this.getJoinMeetingIdSettings());
@@ -274,6 +304,13 @@ public void setAllowMeetingChat(@jakarta.annotation.Nullable final MeetingChatMo
public void setAllowParticipantsToChangeName(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("allowParticipantsToChangeName", value);
}
+ /**
+ * Sets the allowRecording property value. Indicates whether recording is enabled for the meeting.
+ * @param value Value to set for the allowRecording property.
+ */
+ public void setAllowRecording(@jakarta.annotation.Nullable final Boolean value) {
+ this.backingStore.set("allowRecording", value);
+ }
/**
* Sets the allowTeamworkReactions property value. Indicates if Teams reactions are enabled for the meeting.
* @param value Value to set for the allowTeamworkReactions property.
@@ -281,6 +318,13 @@ public void setAllowParticipantsToChangeName(@jakarta.annotation.Nullable final
public void setAllowTeamworkReactions(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("allowTeamworkReactions", value);
}
+ /**
+ * Sets the allowTranscription property value. Indicates whether transcription is enabled for the meeting.
+ * @param value Value to set for the allowTranscription property.
+ */
+ public void setAllowTranscription(@jakarta.annotation.Nullable final Boolean value) {
+ this.backingStore.set("allowTranscription", value);
+ }
/**
* Sets the attendanceReports property value. The attendance reports of an online meeting. Read-only.
* @param value Value to set for the attendanceReports property.
@@ -302,6 +346,13 @@ public void setAudioConferencing(@jakarta.annotation.Nullable final AudioConfere
public void setChatInfo(@jakarta.annotation.Nullable final ChatInfo value) {
this.backingStore.set("chatInfo", value);
}
+ /**
+ * Sets the chatRestrictions property value. The chatRestrictions property
+ * @param value Value to set for the chatRestrictions property.
+ */
+ public void setChatRestrictions(@jakarta.annotation.Nullable final ChatRestrictions value) {
+ this.backingStore.set("chatRestrictions", value);
+ }
/**
* Sets the isEntryExitAnnounced property value. Indicates whether to announce when callers join or leave.
* @param value Value to set for the isEntryExitAnnounced property.
diff --git a/src/main/java/com/microsoft/graph/generated/models/Payload.java b/src/main/java/com/microsoft/graph/generated/models/Payload.java
index 73da9f25868..97bbc0d541f 100644
--- a/src/main/java/com/microsoft/graph/generated/models/Payload.java
+++ b/src/main/java/com/microsoft/graph/generated/models/Payload.java
@@ -217,7 +217,7 @@ public SimulationContentStatus getStatus() {
return this.backingStore.get("status");
}
/**
- * Gets the technique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
+ * Gets the technique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
* @return a {@link SimulationAttackTechnique}
*/
@jakarta.annotation.Nullable
@@ -403,7 +403,7 @@ public void setStatus(@jakarta.annotation.Nullable final SimulationContentStatus
this.backingStore.set("status", value);
}
/**
- * Sets the technique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
+ * Sets the technique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
* @param value Value to set for the technique property.
*/
public void setTechnique(@jakarta.annotation.Nullable final SimulationAttackTechnique value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/PlannerPlanContainer.java b/src/main/java/com/microsoft/graph/generated/models/PlannerPlanContainer.java
index cfbcea64af1..01c7a4ee40e 100644
--- a/src/main/java/com/microsoft/graph/generated/models/PlannerPlanContainer.java
+++ b/src/main/java/com/microsoft/graph/generated/models/PlannerPlanContainer.java
@@ -85,7 +85,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.
+ * Gets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.
* @return a {@link PlannerContainerType}
*/
@jakarta.annotation.Nullable
@@ -142,7 +142,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.
+ * Sets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.
* @param value Value to set for the type property.
*/
public void setType(@jakarta.annotation.Nullable final PlannerContainerType value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/RestoreSessionBase.java b/src/main/java/com/microsoft/graph/generated/models/RestoreSessionBase.java
index 37cc54d8341..40a338dab81 100644
--- a/src/main/java/com/microsoft/graph/generated/models/RestoreSessionBase.java
+++ b/src/main/java/com/microsoft/graph/generated/models/RestoreSessionBase.java
@@ -99,7 +99,7 @@ public OffsetDateTime getLastModifiedDateTime() {
return this.backingStore.get("lastModifiedDateTime");
}
/**
- * Gets the status property value. Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.
+ * Gets the status property value. Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.
* @return a {@link RestoreSessionStatus}
*/
@jakarta.annotation.Nullable
@@ -164,7 +164,7 @@ public void setLastModifiedDateTime(@jakarta.annotation.Nullable final OffsetDat
this.backingStore.set("lastModifiedDateTime", value);
}
/**
- * Sets the status property value. Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.
+ * Sets the status property value. Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.
* @param value Value to set for the status property.
*/
public void setStatus(@jakarta.annotation.Nullable final RestoreSessionStatus value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/RiskDetection.java b/src/main/java/com/microsoft/graph/generated/models/RiskDetection.java
index 4580f5fe69e..b35bf9efd41 100644
--- a/src/main/java/com/microsoft/graph/generated/models/RiskDetection.java
+++ b/src/main/java/com/microsoft/graph/generated/models/RiskDetection.java
@@ -134,7 +134,7 @@ public String getRequestId() {
return this.backingStore.get("requestId");
}
/**
- * Gets the riskDetail property value. Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userChangedPasswordOnPremises, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, m365DAdminDismissedDetection. Note that you must use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: m365DAdminDismissedDetection.
+ * Gets the riskDetail property value. Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userChangedPasswordOnPremises, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, m365DAdminDismissedDetection. Use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: m365DAdminDismissedDetection.
* @return a {@link RiskDetail}
*/
@jakarta.annotation.Nullable
@@ -303,7 +303,7 @@ public void setRequestId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("requestId", value);
}
/**
- * Sets the riskDetail property value. Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userChangedPasswordOnPremises, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, m365DAdminDismissedDetection. Note that you must use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: m365DAdminDismissedDetection.
+ * Sets the riskDetail property value. Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userChangedPasswordOnPremises, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, m365DAdminDismissedDetection. Use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: m365DAdminDismissedDetection.
* @param value Value to set for the riskDetail property.
*/
public void setRiskDetail(@jakarta.annotation.Nullable final RiskDetail value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/RiskServicePrincipalActivity.java b/src/main/java/com/microsoft/graph/generated/models/RiskServicePrincipalActivity.java
index 7d45f90049d..700e58ed666 100644
--- a/src/main/java/com/microsoft/graph/generated/models/RiskServicePrincipalActivity.java
+++ b/src/main/java/com/microsoft/graph/generated/models/RiskServicePrincipalActivity.java
@@ -56,7 +56,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the detail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
+ * Gets the detail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
* @return a {@link RiskDetail}
*/
@jakarta.annotation.Nullable
@@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the detail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
+ * Sets the detail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
* @param value Value to set for the detail property.
*/
public void setDetail(@jakarta.annotation.Nullable final RiskDetail value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/RiskyServicePrincipal.java b/src/main/java/com/microsoft/graph/generated/models/RiskyServicePrincipal.java
index 36529a38024..011a9f5e973 100644
--- a/src/main/java/com/microsoft/graph/generated/models/RiskyServicePrincipal.java
+++ b/src/main/java/com/microsoft/graph/generated/models/RiskyServicePrincipal.java
@@ -92,7 +92,7 @@ public Boolean getIsProcessing() {
return this.backingStore.get("isProcessing");
}
/**
- * Gets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
+ * Gets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
* @return a {@link RiskDetail}
*/
@jakarta.annotation.Nullable
@@ -185,7 +185,7 @@ public void setIsProcessing(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("isProcessing", value);
}
/**
- * Sets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
+ * Sets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
* @param value Value to set for the riskDetail property.
*/
public void setRiskDetail(@jakarta.annotation.Nullable final RiskDetail value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/RiskyUser.java b/src/main/java/com/microsoft/graph/generated/models/RiskyUser.java
index 05cf1b95e6b..747ee54dcac 100644
--- a/src/main/java/com/microsoft/graph/generated/models/RiskyUser.java
+++ b/src/main/java/com/microsoft/graph/generated/models/RiskyUser.java
@@ -75,7 +75,7 @@ public Boolean getIsProcessing() {
return this.backingStore.get("isProcessing");
}
/**
- * Gets the riskDetail property value. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.
+ * Gets the riskDetail property value. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.
* @return a {@link RiskDetail}
*/
@jakarta.annotation.Nullable
@@ -161,7 +161,7 @@ public void setIsProcessing(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("isProcessing", value);
}
/**
- * Sets the riskDetail property value. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.
+ * Sets the riskDetail property value. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.
* @param value Value to set for the riskDetail property.
*/
public void setRiskDetail(@jakarta.annotation.Nullable final RiskDetail value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/SearchRequest.java b/src/main/java/com/microsoft/graph/generated/models/SearchRequest.java
index 8e1d32a6b89..2d17a7454df 100644
--- a/src/main/java/com/microsoft/graph/generated/models/SearchRequest.java
+++ b/src/main/java/com/microsoft/graph/generated/models/SearchRequest.java
@@ -96,7 +96,7 @@ public Boolean getEnableTopResults() {
return this.backingStore.get("enableTopResults");
}
/**
- * Gets the entityTypes property value. One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.
+ * Gets the entityTypes property value. One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -283,7 +283,7 @@ public void setEnableTopResults(@jakarta.annotation.Nullable final Boolean value
this.backingStore.set("enableTopResults", value);
}
/**
- * Sets the entityTypes property value. One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.
+ * Sets the entityTypes property value. One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.
* @param value Value to set for the entityTypes property.
*/
public void setEntityTypes(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/ServicePrincipalRiskDetection.java b/src/main/java/com/microsoft/graph/generated/models/ServicePrincipalRiskDetection.java
index 6c59b0a804f..9ff1e7485d1 100644
--- a/src/main/java/com/microsoft/graph/generated/models/ServicePrincipalRiskDetection.java
+++ b/src/main/java/com/microsoft/graph/generated/models/ServicePrincipalRiskDetection.java
@@ -26,7 +26,7 @@ public static ServicePrincipalRiskDetection createFromDiscriminatorValue(@jakart
return new ServicePrincipalRiskDetection();
}
/**
- * Gets the activity property value. Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: servicePrincipal.
+ * Gets the activity property value. Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: servicePrincipal.
* @return a {@link ActivityType}
*/
@jakarta.annotation.Nullable
@@ -151,7 +151,7 @@ public String getRequestId() {
return this.backingStore.get("requestId");
}
/**
- * Gets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
+ * Gets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
* @return a {@link RiskDetail}
*/
@jakarta.annotation.Nullable
@@ -243,7 +243,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeEnumValue("tokenIssuerType", this.getTokenIssuerType());
}
/**
- * Sets the activity property value. Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: servicePrincipal.
+ * Sets the activity property value. Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: servicePrincipal.
* @param value Value to set for the activity property.
*/
public void setActivity(@jakarta.annotation.Nullable final ActivityType value) {
@@ -327,7 +327,7 @@ public void setRequestId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("requestId", value);
}
/**
- * Sets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
+ * Sets the riskDetail property value. Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
* @param value Value to set for the riskDetail property.
*/
public void setRiskDetail(@jakarta.annotation.Nullable final RiskDetail value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/SignIn.java b/src/main/java/com/microsoft/graph/generated/models/SignIn.java
index bf77508bc42..1456340afae 100644
--- a/src/main/java/com/microsoft/graph/generated/models/SignIn.java
+++ b/src/main/java/com/microsoft/graph/generated/models/SignIn.java
@@ -162,7 +162,7 @@ public String getResourceId() {
return this.backingStore.get("resourceId");
}
/**
- * Gets the riskDetail property value. The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection did not flag the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
+ * Gets the riskDetail property value. The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection did not flag the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
* @return a {@link RiskDetail}
*/
@jakarta.annotation.Nullable
@@ -364,7 +364,7 @@ public void setResourceId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("resourceId", value);
}
/**
- * Sets the riskDetail property value. The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection did not flag the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
+ * Sets the riskDetail property value. The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection did not flag the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
* @param value Value to set for the riskDetail property.
*/
public void setRiskDetail(@jakarta.annotation.Nullable final RiskDetail value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/Simulation.java b/src/main/java/com/microsoft/graph/generated/models/Simulation.java
index 4685f946b8c..63f9aca9a23 100644
--- a/src/main/java/com/microsoft/graph/generated/models/Simulation.java
+++ b/src/main/java/com/microsoft/graph/generated/models/Simulation.java
@@ -26,7 +26,7 @@ public static Simulation createFromDiscriminatorValue(@jakarta.annotation.Nonnul
return new Simulation();
}
/**
- * Gets the attackTechnique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
+ * Gets the attackTechnique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
* @return a {@link SimulationAttackTechnique}
*/
@jakarta.annotation.Nullable
@@ -283,7 +283,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("trainingSetting", this.getTrainingSetting());
}
/**
- * Sets the attackTechnique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
+ * Sets the attackTechnique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
* @param value Value to set for the attackTechnique property.
*/
public void setAttackTechnique(@jakarta.annotation.Nullable final SimulationAttackTechnique value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/SubjectRightsRequestHistory.java b/src/main/java/com/microsoft/graph/generated/models/SubjectRightsRequestHistory.java
index 058b5588151..0b682d96c87 100644
--- a/src/main/java/com/microsoft/graph/generated/models/SubjectRightsRequestHistory.java
+++ b/src/main/java/com/microsoft/graph/generated/models/SubjectRightsRequestHistory.java
@@ -96,7 +96,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the stage property value. The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: approval.
+ * Gets the stage property value. The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: approval.
* @return a {@link SubjectRightsRequestStage}
*/
@jakarta.annotation.Nullable
@@ -170,7 +170,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the stage property value. The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: approval.
+ * Sets the stage property value. The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: approval.
* @param value Value to set for the stage property.
*/
public void setStage(@jakarta.annotation.Nullable final SubjectRightsRequestStage value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/SubjectRightsRequestStageDetail.java b/src/main/java/com/microsoft/graph/generated/models/SubjectRightsRequestStageDetail.java
index bbf1dc72476..29897239378 100644
--- a/src/main/java/com/microsoft/graph/generated/models/SubjectRightsRequestStageDetail.java
+++ b/src/main/java/com/microsoft/graph/generated/models/SubjectRightsRequestStageDetail.java
@@ -85,7 +85,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the stage property value. The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: approval.
+ * Gets the stage property value. The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: approval.
* @return a {@link SubjectRightsRequestStage}
*/
@jakarta.annotation.Nullable
@@ -142,7 +142,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the stage property value. The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: approval.
+ * Sets the stage property value. The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: approval.
* @param value Value to set for the stage property.
*/
public void setStage(@jakarta.annotation.Nullable final SubjectRightsRequestStage value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/User.java b/src/main/java/com/microsoft/graph/generated/models/User.java
index d41c4539bec..5b043c8158b 100644
--- a/src/main/java/com/microsoft/graph/generated/models/User.java
+++ b/src/main/java/com/microsoft/graph/generated/models/User.java
@@ -904,7 +904,7 @@ public String getPasswordPolicies() {
return this.backingStore.get("passwordPolicies");
}
/**
- * Gets the passwordProfile property value. Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). To update this property: In delegated access, the calling app must be assigned the User-PasswordProfile.ReadWrite.All delegated permission on behalf of the signed-in user. In application-only access, the calling app must be assigned the User-PasswordProfile.ReadWrite.All application permission and at least the User Administrator Microsoft Entra role.
+ * Gets the passwordProfile property value. Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). To update this property: User-PasswordProfile.ReadWrite.All is the least privileged permission to update this property. In delegated scenarios, the User Administrator Microsoft Entra role is the least privileged admin role supported to update this property for nonadmin users. Privileged Authentication Administrator is the least privileged role that's allowed to update this property for all administrators in the tenant. In general, the signed-in user must have a higher privileged administrator role as indicated in Who can reset passwords. In app-only scenarios, the calling app must be assigned a supported permission and at least the User Administrator Microsoft Entra role.
* @return a {@link PasswordProfile}
*/
@jakarta.annotation.Nullable
@@ -1981,7 +1981,7 @@ public void setPasswordPolicies(@jakarta.annotation.Nullable final String value)
this.backingStore.set("passwordPolicies", value);
}
/**
- * Sets the passwordProfile property value. Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). To update this property: In delegated access, the calling app must be assigned the User-PasswordProfile.ReadWrite.All delegated permission on behalf of the signed-in user. In application-only access, the calling app must be assigned the User-PasswordProfile.ReadWrite.All application permission and at least the User Administrator Microsoft Entra role.
+ * Sets the passwordProfile property value. Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). To update this property: User-PasswordProfile.ReadWrite.All is the least privileged permission to update this property. In delegated scenarios, the User Administrator Microsoft Entra role is the least privileged admin role supported to update this property for nonadmin users. Privileged Authentication Administrator is the least privileged role that's allowed to update this property for all administrators in the tenant. In general, the signed-in user must have a higher privileged administrator role as indicated in Who can reset passwords. In app-only scenarios, the calling app must be assigned a supported permission and at least the User Administrator Microsoft Entra role.
* @param value Value to set for the passwordProfile property.
*/
public void setPasswordProfile(@jakarta.annotation.Nullable final PasswordProfile value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/VirtualEvent.java b/src/main/java/com/microsoft/graph/generated/models/VirtualEvent.java
index 4575b3f9270..dfa6d53592d 100644
--- a/src/main/java/com/microsoft/graph/generated/models/VirtualEvent.java
+++ b/src/main/java/com/microsoft/graph/generated/models/VirtualEvent.java
@@ -64,6 +64,14 @@ public String getDisplayName() {
public DateTimeTimeZone getEndDateTime() {
return this.backingStore.get("endDateTime");
}
+ /**
+ * Gets the externalEventInformation property value. The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null.
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getExternalEventInformation() {
+ return this.backingStore.get("externalEventInformation");
+ }
/**
* The deserialization information for the current model
* @return a {@link Map>}
@@ -75,6 +83,7 @@ public Map> getFieldDeserializers
deserializerMap.put("description", (n) -> { this.setDescription(n.getObjectValue(ItemBody::createFromDiscriminatorValue)); });
deserializerMap.put("displayName", (n) -> { this.setDisplayName(n.getStringValue()); });
deserializerMap.put("endDateTime", (n) -> { this.setEndDateTime(n.getObjectValue(DateTimeTimeZone::createFromDiscriminatorValue)); });
+ deserializerMap.put("externalEventInformation", (n) -> { this.setExternalEventInformation(n.getCollectionOfObjectValues(VirtualEventExternalInformation::createFromDiscriminatorValue)); });
deserializerMap.put("presenters", (n) -> { this.setPresenters(n.getCollectionOfObjectValues(VirtualEventPresenter::createFromDiscriminatorValue)); });
deserializerMap.put("sessions", (n) -> { this.setSessions(n.getCollectionOfObjectValues(VirtualEventSession::createFromDiscriminatorValue)); });
deserializerMap.put("settings", (n) -> { this.setSettings(n.getObjectValue(VirtualEventSettings::createFromDiscriminatorValue)); });
@@ -133,6 +142,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("description", this.getDescription());
writer.writeStringValue("displayName", this.getDisplayName());
writer.writeObjectValue("endDateTime", this.getEndDateTime());
+ writer.writeCollectionOfObjectValues("externalEventInformation", this.getExternalEventInformation());
writer.writeCollectionOfObjectValues("presenters", this.getPresenters());
writer.writeCollectionOfObjectValues("sessions", this.getSessions());
writer.writeObjectValue("settings", this.getSettings());
@@ -167,6 +177,13 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) {
public void setEndDateTime(@jakarta.annotation.Nullable final DateTimeTimeZone value) {
this.backingStore.set("endDateTime", value);
}
+ /**
+ * Sets the externalEventInformation property value. The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null.
+ * @param value Value to set for the externalEventInformation property.
+ */
+ public void setExternalEventInformation(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("externalEventInformation", value);
+ }
/**
* Sets the presenters property value. The virtual event presenters.
* @param value Value to set for the presenters property.
diff --git a/src/main/java/com/microsoft/graph/generated/models/VirtualEventExternalInformation.java b/src/main/java/com/microsoft/graph/generated/models/VirtualEventExternalInformation.java
new file mode 100644
index 00000000000..f86c979e863
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/generated/models/VirtualEventExternalInformation.java
@@ -0,0 +1,141 @@
+package com.microsoft.graph.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 VirtualEventExternalInformation implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
+ /**
+ * Instantiates a new {@link VirtualEventExternalInformation} and sets the default values.
+ */
+ public VirtualEventExternalInformation() {
+ 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 VirtualEventExternalInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public static VirtualEventExternalInformation createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new VirtualEventExternalInformation();
+ }
+ /**
+ * 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 applicationId property value. Identifier of the application that hosts the externalEventId. Read-only.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getApplicationId() {
+ return this.backingStore.get("applicationId");
+ }
+ /**
+ * Gets the backingStore property value. Stores model information.
+ * @return a {@link BackingStore}
+ */
+ @jakarta.annotation.Nonnull
+ public BackingStore getBackingStore() {
+ return this.backingStore;
+ }
+ /**
+ * Gets the externalEventId property value. The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getExternalEventId() {
+ return this.backingStore.get("externalEventId");
+ }
+ /**
+ * 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("applicationId", (n) -> { this.setApplicationId(n.getStringValue()); });
+ deserializerMap.put("externalEventId", (n) -> { this.setExternalEventId(n.getStringValue()); });
+ deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
+ 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");
+ }
+ /**
+ * 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.writeStringValue("applicationId", this.getApplicationId());
+ writer.writeStringValue("externalEventId", this.getExternalEventId());
+ writer.writeStringValue("@odata.type", this.getOdataType());
+ 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 applicationId property value. Identifier of the application that hosts the externalEventId. Read-only.
+ * @param value Value to set for the applicationId property.
+ */
+ public void setApplicationId(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("applicationId", 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 externalEventId property value. The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters.
+ * @param value Value to set for the externalEventId property.
+ */
+ public void setExternalEventId(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("externalEventId", 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);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/generated/models/VirtualEventExternalRegistrationInformation.java b/src/main/java/com/microsoft/graph/generated/models/VirtualEventExternalRegistrationInformation.java
new file mode 100644
index 00000000000..b77873c15ec
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/generated/models/VirtualEventExternalRegistrationInformation.java
@@ -0,0 +1,141 @@
+package com.microsoft.graph.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 VirtualEventExternalRegistrationInformation implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
+ /**
+ * Instantiates a new {@link VirtualEventExternalRegistrationInformation} and sets the default values.
+ */
+ public VirtualEventExternalRegistrationInformation() {
+ 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 VirtualEventExternalRegistrationInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public static VirtualEventExternalRegistrationInformation createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new VirtualEventExternalRegistrationInformation();
+ }
+ /**
+ * 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;
+ }
+ /**
+ * 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("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
+ deserializerMap.put("referrer", (n) -> { this.setReferrer(n.getStringValue()); });
+ deserializerMap.put("registrationId", (n) -> { this.setRegistrationId(n.getStringValue()); });
+ 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 referrer property value. A URL or string that represents the location from which the registrant registered. Optional.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getReferrer() {
+ return this.backingStore.get("referrer");
+ }
+ /**
+ * Gets the registrationId property value. The identifier for a virtualEventExternalRegistrationInformation object. Optional. If set, the maximum supported length is 256 characters.
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getRegistrationId() {
+ return this.backingStore.get("registrationId");
+ }
+ /**
+ * 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.writeStringValue("@odata.type", this.getOdataType());
+ writer.writeStringValue("referrer", this.getReferrer());
+ writer.writeStringValue("registrationId", this.getRegistrationId());
+ 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 @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 referrer property value. A URL or string that represents the location from which the registrant registered. Optional.
+ * @param value Value to set for the referrer property.
+ */
+ public void setReferrer(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("referrer", value);
+ }
+ /**
+ * Sets the registrationId property value. The identifier for a virtualEventExternalRegistrationInformation object. Optional. If set, the maximum supported length is 256 characters.
+ * @param value Value to set for the registrationId property.
+ */
+ public void setRegistrationId(@jakarta.annotation.Nullable final String value) {
+ this.backingStore.set("registrationId", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/generated/models/VirtualEventRegistration.java b/src/main/java/com/microsoft/graph/generated/models/VirtualEventRegistration.java
index fe4996958a1..c4e26037554 100644
--- a/src/main/java/com/microsoft/graph/generated/models/VirtualEventRegistration.java
+++ b/src/main/java/com/microsoft/graph/generated/models/VirtualEventRegistration.java
@@ -41,6 +41,14 @@ public OffsetDateTime getCancelationDateTime() {
public String getEmail() {
return this.backingStore.get("email");
}
+ /**
+ * Gets the externalRegistrationInformation property value. The external information for a virtual event registration.
+ * @return a {@link VirtualEventExternalRegistrationInformation}
+ */
+ @jakarta.annotation.Nullable
+ public VirtualEventExternalRegistrationInformation getExternalRegistrationInformation() {
+ return this.backingStore.get("externalRegistrationInformation");
+ }
/**
* The deserialization information for the current model
* @return a {@link Map>}
@@ -50,6 +58,7 @@ public Map> getFieldDeserializers
final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
deserializerMap.put("cancelationDateTime", (n) -> { this.setCancelationDateTime(n.getOffsetDateTimeValue()); });
deserializerMap.put("email", (n) -> { this.setEmail(n.getStringValue()); });
+ deserializerMap.put("externalRegistrationInformation", (n) -> { this.setExternalRegistrationInformation(n.getObjectValue(VirtualEventExternalRegistrationInformation::createFromDiscriminatorValue)); });
deserializerMap.put("firstName", (n) -> { this.setFirstName(n.getStringValue()); });
deserializerMap.put("lastName", (n) -> { this.setLastName(n.getStringValue()); });
deserializerMap.put("preferredLanguage", (n) -> { this.setPreferredLanguage(n.getStringValue()); });
@@ -142,6 +151,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
super.serialize(writer);
writer.writeOffsetDateTimeValue("cancelationDateTime", this.getCancelationDateTime());
writer.writeStringValue("email", this.getEmail());
+ writer.writeObjectValue("externalRegistrationInformation", this.getExternalRegistrationInformation());
writer.writeStringValue("firstName", this.getFirstName());
writer.writeStringValue("lastName", this.getLastName());
writer.writeStringValue("preferredLanguage", this.getPreferredLanguage());
@@ -166,6 +176,13 @@ public void setCancelationDateTime(@jakarta.annotation.Nullable final OffsetDate
public void setEmail(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("email", value);
}
+ /**
+ * Sets the externalRegistrationInformation property value. The external information for a virtual event registration.
+ * @param value Value to set for the externalRegistrationInformation property.
+ */
+ public void setExternalRegistrationInformation(@jakarta.annotation.Nullable final VirtualEventExternalRegistrationInformation value) {
+ this.backingStore.set("externalRegistrationInformation", value);
+ }
/**
* Sets the firstName property value. First name of the registrant.
* @param value Value to set for the firstName property.
diff --git a/src/main/java/com/microsoft/graph/generated/models/WorkbookRangeView.java b/src/main/java/com/microsoft/graph/generated/models/WorkbookRangeView.java
index b1fe8202fce..08e352c8b86 100644
--- a/src/main/java/com/microsoft/graph/generated/models/WorkbookRangeView.java
+++ b/src/main/java/com/microsoft/graph/generated/models/WorkbookRangeView.java
@@ -111,7 +111,7 @@ public Integer getRowCount() {
return this.backingStore.get("rowCount");
}
/**
- * Gets the rows property value. The collection of range views associated with the range. Read-only.Read-only.
+ * Gets the rows property value. The collection of range views associated with the range. Read-only. Read-only.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -219,7 +219,7 @@ public void setRowCount(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("rowCount", value);
}
/**
- * Sets the rows property value. The collection of range views associated with the range. Read-only.Read-only.
+ * Sets the rows property value. The collection of range views associated with the range. Read-only. Read-only.
* @param value Value to set for the rows property.
*/
public void setRows(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/WorkbookWorksheetProtectionOptions.java b/src/main/java/com/microsoft/graph/generated/models/WorkbookWorksheetProtectionOptions.java
index 6b1d87bbe3d..d0d641fe65c 100644
--- a/src/main/java/com/microsoft/graph/generated/models/WorkbookWorksheetProtectionOptions.java
+++ b/src/main/java/com/microsoft/graph/generated/models/WorkbookWorksheetProtectionOptions.java
@@ -48,7 +48,7 @@ public Map getAdditionalData() {
return value;
}
/**
- * Gets the allowAutoFilter property value. Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
+ * Gets the allowAutoFilter property value. Represents the worksheet protection option of allowing using auto filter feature.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -56,7 +56,7 @@ public Boolean getAllowAutoFilter() {
return this.backingStore.get("allowAutoFilter");
}
/**
- * Gets the allowDeleteColumns property value. Indicates whether the worksheet protection option to allow deleting columns is enabled.
+ * Gets the allowDeleteColumns property value. Represents the worksheet protection option of allowing deleting columns.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -64,7 +64,7 @@ public Boolean getAllowDeleteColumns() {
return this.backingStore.get("allowDeleteColumns");
}
/**
- * Gets the allowDeleteRows property value. Indicates whether the worksheet protection option to allow deleting rows is enabled.
+ * Gets the allowDeleteRows property value. Represents the worksheet protection option of allowing deleting rows.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -72,7 +72,7 @@ public Boolean getAllowDeleteRows() {
return this.backingStore.get("allowDeleteRows");
}
/**
- * Gets the allowFormatCells property value. Indicates whether the worksheet protection option to allow formatting cells is enabled.
+ * Gets the allowFormatCells property value. Represents the worksheet protection option of allowing formatting cells.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -80,7 +80,7 @@ public Boolean getAllowFormatCells() {
return this.backingStore.get("allowFormatCells");
}
/**
- * Gets the allowFormatColumns property value. Indicates whether the worksheet protection option to allow formatting columns is enabled.
+ * Gets the allowFormatColumns property value. Represents the worksheet protection option of allowing formatting columns.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -88,7 +88,7 @@ public Boolean getAllowFormatColumns() {
return this.backingStore.get("allowFormatColumns");
}
/**
- * Gets the allowFormatRows property value. Indicates whether the worksheet protection option to allow formatting rows is enabled.
+ * Gets the allowFormatRows property value. Represents the worksheet protection option of allowing formatting rows.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -96,7 +96,7 @@ public Boolean getAllowFormatRows() {
return this.backingStore.get("allowFormatRows");
}
/**
- * Gets the allowInsertColumns property value. Indicates whether the worksheet protection option to allow inserting columns is enabled.
+ * Gets the allowInsertColumns property value. Represents the worksheet protection option of allowing inserting columns.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -104,7 +104,7 @@ public Boolean getAllowInsertColumns() {
return this.backingStore.get("allowInsertColumns");
}
/**
- * Gets the allowInsertHyperlinks property value. Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
+ * Gets the allowInsertHyperlinks property value. Represents the worksheet protection option of allowing inserting hyperlinks.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -112,7 +112,7 @@ public Boolean getAllowInsertHyperlinks() {
return this.backingStore.get("allowInsertHyperlinks");
}
/**
- * Gets the allowInsertRows property value. Indicates whether the worksheet protection option to allow inserting rows is enabled.
+ * Gets the allowInsertRows property value. Represents the worksheet protection option of allowing inserting rows.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -120,7 +120,7 @@ public Boolean getAllowInsertRows() {
return this.backingStore.get("allowInsertRows");
}
/**
- * Gets the allowPivotTables property value. Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
+ * Gets the allowPivotTables property value. Represents the worksheet protection option of allowing using pivot table feature.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -128,7 +128,7 @@ public Boolean getAllowPivotTables() {
return this.backingStore.get("allowPivotTables");
}
/**
- * Gets the allowSort property value. Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
+ * Gets the allowSort property value. Represents the worksheet protection option of allowing using sort feature.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -200,77 +200,77 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map}
*/
@jakarta.annotation.Nullable
@@ -83,7 +83,7 @@ public Boolean getIsActive() {
return this.backingStore.get("isActive");
}
/**
- * Gets the supportedEntities property value. The Shifts entities supported for synchronous change notifications. Shifts call back to the provided URL when client changes occur to the entities specified in this property. By default, no entities are supported for change notifications. Possible values are: none, shift, swapRequest, userShiftPreferences, openShift, openShiftRequest, offerShiftRequest, unknownFutureValue, timeOffReason, timeOff, timeOffRequest. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeOffReason, timeOff, timeOffRequest.
+ * Gets the supportedEntities property value. The Shifts entities supported for synchronous change notifications. Shifts call back to the provided URL when client changes occur to the entities specified in this property. By default, no entities are supported for change notifications. Possible values are: none, shift, swapRequest, userShiftPreferences, openShift, openShiftRequest, offerShiftRequest, unknownFutureValue, timeOffReason, timeOff, timeOffRequest. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeOffReason, timeOff, timeOffRequest.
* @return a {@link EnumSet}
*/
@jakarta.annotation.Nullable
@@ -128,7 +128,7 @@ public void setDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayName", value);
}
/**
- * Sets the eligibilityFilteringEnabledEntities property value. Support to view eligibility-filtered results. Possible values are: none, swapRequest, offerShiftRequest, unknownFutureValue, timeOffReason. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: timeOffReason.
+ * Sets the eligibilityFilteringEnabledEntities property value. Support to view eligibility-filtered results. Possible values are: none, swapRequest, offerShiftRequest, unknownFutureValue, timeOffReason. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: timeOffReason.
* @param value Value to set for the eligibilityFilteringEnabledEntities property.
*/
public void setEligibilityFilteringEnabledEntities(@jakarta.annotation.Nullable final EnumSet value) {
@@ -149,7 +149,7 @@ public void setIsActive(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("isActive", value);
}
/**
- * Sets the supportedEntities property value. The Shifts entities supported for synchronous change notifications. Shifts call back to the provided URL when client changes occur to the entities specified in this property. By default, no entities are supported for change notifications. Possible values are: none, shift, swapRequest, userShiftPreferences, openShift, openShiftRequest, offerShiftRequest, unknownFutureValue, timeOffReason, timeOff, timeOffRequest. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeOffReason, timeOff, timeOffRequest.
+ * Sets the supportedEntities property value. The Shifts entities supported for synchronous change notifications. Shifts call back to the provided URL when client changes occur to the entities specified in this property. By default, no entities are supported for change notifications. Possible values are: none, shift, swapRequest, userShiftPreferences, openShift, openShiftRequest, offerShiftRequest, unknownFutureValue, timeOffReason, timeOff, timeOffRequest. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeOffReason, timeOff, timeOffRequest.
* @param value Value to set for the supportedEntities property.
*/
public void setSupportedEntities(@jakarta.annotation.Nullable final EnumSet value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/externalconnectors/Property.java b/src/main/java/com/microsoft/graph/generated/models/externalconnectors/Property.java
index 1a458a8e422..81e9e818654 100644
--- a/src/main/java/com/microsoft/graph/generated/models/externalconnectors/Property.java
+++ b/src/main/java/com/microsoft/graph/generated/models/externalconnectors/Property.java
@@ -114,7 +114,7 @@ public Boolean getIsSearchable() {
return this.backingStore.get("isSearchable");
}
/**
- * Gets the labels property value. Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: iconUrl.
+ * Gets the labels property value. Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: iconUrl.
* @return a {@link java.util.List