diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java
index a76e0084403..98fe724ad7d 100644
--- a/src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java
@@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve a conversationMember from a chat.
+ * Retrieve a conversationMember from a chat or channel.
* @return a {@link ConversationMember}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ConversationMember get() {
return get(null);
}
/**
- * Retrieve a conversationMember from a chat.
+ * Retrieve a conversationMember from a chat or channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ConversationMember}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ConversationMember get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -126,7 +126,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve a conversationMember from a chat.
+ * Retrieve a conversationMember from a chat or channel.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -134,7 +134,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve a conversationMember from a chat.
+ * Retrieve a conversationMember from a chat or channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -186,7 +186,7 @@ public ConversationMemberItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve a conversationMember from a chat.
+ * Retrieve a conversationMember from a chat or channel.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
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 926902931d2..65dc271cc25 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java
@@ -10,6 +10,7 @@
import com.microsoft.graph.deviceappmanagement.mdmwindowsinformationprotectionpolicies.MdmWindowsInformationProtectionPoliciesRequestBuilder;
import com.microsoft.graph.deviceappmanagement.mobileappcategories.MobileAppCategoriesRequestBuilder;
import com.microsoft.graph.deviceappmanagement.mobileappconfigurations.MobileAppConfigurationsRequestBuilder;
+import com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder;
import com.microsoft.graph.deviceappmanagement.mobileapps.MobileAppsRequestBuilder;
import com.microsoft.graph.deviceappmanagement.syncmicrosoftstoreforbusinessapps.SyncMicrosoftStoreForBusinessAppsRequestBuilder;
import com.microsoft.graph.deviceappmanagement.targetedmanagedappconfigurations.TargetedManagedAppConfigurationsRequestBuilder;
@@ -115,6 +116,14 @@ public MobileAppCategoriesRequestBuilder mobileAppCategories() {
public MobileAppConfigurationsRequestBuilder mobileAppConfigurations() {
return new MobileAppConfigurationsRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity.
+ * @return a {@link MobileAppRelationshipsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MobileAppRelationshipsRequestBuilder mobileAppRelationships() {
+ return new MobileAppRelationshipsRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity.
* @return a {@link MobileAppsRequestBuilder}
@@ -200,7 +209,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 +221,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 382371ca5b5..b552aaabb84 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 windowsInformationProtection object.
+ * Read properties and relationships of the managedAppPolicy 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 windowsInformationProtection object.
+ * Read properties and relationships of the managedAppPolicy 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 windowsInformationProtection object.
+ * Read properties and relationships of the managedAppPolicy object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -141,7 +141,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the windowsInformationProtection object.
+ * Read properties and relationships of the managedAppPolicy 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 windowsInformationProtection object.
+ * Read properties and relationships of the managedAppPolicy 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..183e14e1b0f 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..73ca8b4688a 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 androidManagedAppRegistration 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 androidManagedAppRegistration 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 androidManagedAppRegistration 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 androidManagedAppRegistration 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 androidManagedAppRegistration 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 598d403434c..7bedaf1be58 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 managedAppRegistration object.
+ * Read properties and relationships of the iosManagedAppRegistration 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 managedAppRegistration object.
+ * Read properties and relationships of the iosManagedAppRegistration 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 managedAppRegistration object.
+ * Read properties and relationships of the iosManagedAppRegistration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -159,7 +159,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the managedAppRegistration object.
+ * Read properties and relationships of the iosManagedAppRegistration 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 managedAppRegistration object.
+ * Read properties and relationships of the iosManagedAppRegistration 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..0dbac3cfe45 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..46236ecfbdf 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/managedappstatuses/ManagedAppStatusesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/ManagedAppStatusesRequestBuilder.java
index 22537d5d889..6e5cd39df0b 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/ManagedAppStatusesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/ManagedAppStatusesRequestBuilder.java
@@ -60,21 +60,21 @@ public ManagedAppStatusesRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the managedAppStatusRaw objects.
+ * List properties and relationships of the managedAppStatus objects.
* @return a {@link ManagedAppStatusCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatusCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the managedAppStatusRaw objects.
+ * List properties and relationships of the managedAppStatus objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppStatusCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatusCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -109,7 +109,7 @@ public ManagedAppStatus post(@jakarta.annotation.Nonnull final ManagedAppStatus
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppStatus::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the managedAppStatusRaw objects.
+ * List properties and relationships of the managedAppStatus objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -117,7 +117,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the managedAppStatusRaw objects.
+ * List properties and relationships of the managedAppStatus objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -163,7 +163,7 @@ public ManagedAppStatusesRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
return new ManagedAppStatusesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the managedAppStatusRaw objects.
+ * List properties and relationships of the managedAppStatus objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/item/ManagedAppStatusItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/item/ManagedAppStatusItemRequestBuilder.java
index dfe8eb0ac38..e0cfb0e8610 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/item/ManagedAppStatusItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/item/ManagedAppStatusItemRequestBuilder.java
@@ -55,21 +55,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 managedAppStatus object.
+ * Read properties and relationships of the managedAppStatusRaw object.
* @return a {@link ManagedAppStatus}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatus get() {
return get(null);
}
/**
- * Read properties and relationships of the managedAppStatus object.
+ * Read properties and relationships of the managedAppStatusRaw object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedAppStatus}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedAppStatus get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -124,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the managedAppStatus object.
+ * Read properties and relationships of the managedAppStatusRaw object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -132,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the managedAppStatus object.
+ * Read properties and relationships of the managedAppStatusRaw object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -184,7 +184,7 @@ public ManagedAppStatusItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the managedAppStatus object.
+ * Read properties and relationships of the managedAppStatusRaw object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
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 0fe3f3f8483..c806be424f1 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 managedEBook objects.
+ * List properties and relationships of the iosVppEBook 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 managedEBook objects.
+ * List properties and relationships of the iosVppEBook 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 managedEBook objects.
+ * List properties and relationships of the iosVppEBook objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the managedEBook objects.
+ * List properties and relationships of the iosVppEBook 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 managedEBook objects.
+ * List properties and relationships of the iosVppEBook 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/assignments/AssignmentsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/AssignmentsRequestBuilder.java
index 84b388d943d..4dca98ed3dc 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/AssignmentsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/AssignmentsRequestBuilder.java
@@ -60,21 +60,21 @@ public AssignmentsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the iosVppEBookAssignment objects.
+ * List properties and relationships of the managedEBookAssignment objects.
* @return a {@link ManagedEBookAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignmentCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the iosVppEBookAssignment objects.
+ * List properties and relationships of the managedEBookAssignment objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedEBookAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedEBookAssignmentCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public ManagedEBookAssignment post(@jakarta.annotation.Nonnull final ManagedEBoo
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookAssignment::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the iosVppEBookAssignment objects.
+ * List properties and relationships of the managedEBookAssignment objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the iosVppEBookAssignment objects.
+ * List properties and relationships of the managedEBookAssignment objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -165,7 +165,7 @@ public AssignmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new AssignmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the iosVppEBookAssignment objects.
+ * List properties and relationships of the managedEBookAssignment 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/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java
index 7fc760a3edf..36eb002fca8 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 iosVppEBookAssignment object.
+ * Read properties and relationships of the managedEBookAssignment 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 iosVppEBookAssignment object.
+ * Read properties and relationships of the managedEBookAssignment 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) {
@@ -81,23 +81,23 @@ public ManagedEBookAssignment get(@jakarta.annotation.Nullable final java.util.f
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookAssignment::createFromDiscriminatorValue);
}
/**
- * Update the properties of a managedEBookAssignment object.
+ * Update the properties of a iosVppEBookAssignment object.
* @param body The request body
* @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 patch(@jakarta.annotation.Nonnull final ManagedEBookAssignment body) {
return patch(body, null);
}
/**
- * Update the properties of a managedEBookAssignment object.
+ * Update the properties of a iosVppEBookAssignment object.
* @param body The request body
* @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 patch(@jakarta.annotation.Nonnull final ManagedEBookAssignment body, @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 iosVppEBookAssignment object.
+ * Read properties and relationships of the managedEBookAssignment object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the iosVppEBookAssignment object.
+ * Read properties and relationships of the managedEBookAssignment object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a managedEBookAssignment object.
+ * Update the properties of a iosVppEBookAssignment object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -157,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a managedEBookAssignment object.
+ * Update the properties of a iosVppEBookAssignment object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -188,7 +188,7 @@ public ManagedEBookAssignmentItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the iosVppEBookAssignment object.
+ * Read properties and relationships of the managedEBookAssignment 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/mobileappconfigurations/item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.java
index 2dffcd3051c..783c561d2a9 100644
--- a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileappconfigurations/item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.java
@@ -111,21 +111,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 iosMobileAppConfiguration object.
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration object.
* @return a {@link ManagedDeviceMobileAppConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfiguration get() {
return get(null);
}
/**
- * Read properties and relationships of the iosMobileAppConfiguration object.
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ManagedDeviceMobileAppConfiguration}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ManagedDeviceMobileAppConfiguration get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -182,7 +182,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the iosMobileAppConfiguration object.
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -190,7 +190,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the iosMobileAppConfiguration object.
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -242,7 +242,7 @@ public ManagedDeviceMobileAppConfigurationItemRequestBuilder withUrl(@jakarta.an
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the iosMobileAppConfiguration object.
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapprelationships/MobileAppRelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapprelationships/MobileAppRelationshipsRequestBuilder.java
new file mode 100644
index 00000000000..efa32a61a65
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapprelationships/MobileAppRelationshipsRequestBuilder.java
@@ -0,0 +1,243 @@
+package com.microsoft.graph.deviceappmanagement.mobileapprelationships;
+
+import com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder;
+import com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder;
+import com.microsoft.graph.models.MobileAppRelationship;
+import com.microsoft.graph.models.MobileAppRelationshipCollectionResponse;
+import com.microsoft.graph.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class MobileAppRelationshipsRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Provides operations to count the resources in the collection.
+ * @return a {@link CountRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public CountRequestBuilder count() {
+ return new CountRequestBuilder(pathParameters, requestAdapter);
+ }
+ /**
+ * Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity.
+ * @param mobileAppRelationshipId The unique identifier of mobileAppRelationship
+ * @return a {@link MobileAppRelationshipItemRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MobileAppRelationshipItemRequestBuilder byMobileAppRelationshipId(@jakarta.annotation.Nonnull final String mobileAppRelationshipId) {
+ Objects.requireNonNull(mobileAppRelationshipId);
+ final HashMap urlTplParams = new HashMap(this.pathParameters);
+ urlTplParams.put("mobileAppRelationship%2Did", mobileAppRelationshipId);
+ return new MobileAppRelationshipItemRequestBuilder(urlTplParams, requestAdapter);
+ }
+ /**
+ * Instantiates a new {@link MobileAppRelationshipsRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public MobileAppRelationshipsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link MobileAppRelationshipsRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public MobileAppRelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ * @return a {@link MobileAppRelationshipCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public MobileAppRelationshipCollectionResponse get() {
+ return get(null);
+ }
+ /**
+ * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link MobileAppRelationshipCollectionResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public MobileAppRelationshipCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationshipCollectionResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Create new navigation property to mobileAppRelationships for deviceAppManagement
+ * @param body The request body
+ * @return a {@link MobileAppRelationship}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRelationship body) {
+ return post(body, null);
+ }
+ /**
+ * Create new navigation property to mobileAppRelationships for deviceAppManagement
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link MobileAppRelationship}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRelationship body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
+ }
+ /**
+ * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Create new navigation property to mobileAppRelationships for deviceAppManagement
+ * @param body The request body
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final MobileAppRelationship body) {
+ return toPostRequestInformation(body, null);
+ }
+ /**
+ * Create new navigation property to mobileAppRelationships for deviceAppManagement
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final MobileAppRelationship body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link MobileAppRelationshipsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MobileAppRelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new MobileAppRelationshipsRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Include count of items
+ */
+ @jakarta.annotation.Nullable
+ public Boolean count;
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Order items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String[] orderby;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Skip the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer skip;
+ /**
+ * Show only the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer top;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24count", count);
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ allQueryParams.put("%24skip", skip);
+ allQueryParams.put("%24top", top);
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24orderby", orderby);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class PostRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapprelationships/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapprelationships/count/CountRequestBuilder.java
new file mode 100644
index 00000000000..e3f7d9203e2
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapprelationships/count/CountRequestBuilder.java
@@ -0,0 +1,128 @@
+package com.microsoft.graph.deviceappmanagement.mobileapprelationships.count;
+
+import com.microsoft.graph.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to count the resources in the collection.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class CountRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships/$count{?%24filter,%24search}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link CountRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships/$count{?%24filter,%24search}", rawUrl);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public Integer get() {
+ return get(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link Integer}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Integer.class);
+ }
+ /**
+ * Get the number of the resource
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Get the number of the resource
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "text/plain;q=0.9");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link CountRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new CountRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Get the number of the resource
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapprelationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapprelationships/item/MobileAppRelationshipItemRequestBuilder.java
new file mode 100644
index 00000000000..d16c766bb11
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapprelationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -0,0 +1,228 @@
+package com.microsoft.graph.deviceappmanagement.mobileapprelationships.item;
+
+import com.microsoft.graph.models.MobileAppRelationship;
+import com.microsoft.graph.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class MobileAppRelationshipItemRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link MobileAppRelationshipItemRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public MobileAppRelationshipItemRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship%2Did}{?%24expand,%24select}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link MobileAppRelationshipItemRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public MobileAppRelationshipItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship%2Did}{?%24expand,%24select}", rawUrl);
+ }
+ /**
+ * Delete navigation property mobileAppRelationships for deviceAppManagement
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete() {
+ delete(null);
+ }
+ /**
+ * Delete navigation property mobileAppRelationships for deviceAppManagement
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
+ /**
+ * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ * @return a {@link MobileAppRelationship}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public MobileAppRelationship get() {
+ return get(null);
+ }
+ /**
+ * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link MobileAppRelationship}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public MobileAppRelationship get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
+ }
+ /**
+ * Update the navigation property mobileAppRelationships in deviceAppManagement
+ * @param body The request body
+ * @return a {@link MobileAppRelationship}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public MobileAppRelationship patch(@jakarta.annotation.Nonnull final MobileAppRelationship body) {
+ return patch(body, null);
+ }
+ /**
+ * Update the navigation property mobileAppRelationships in deviceAppManagement
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link MobileAppRelationship}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public MobileAppRelationship patch(@jakarta.annotation.Nonnull final MobileAppRelationship body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
+ }
+ /**
+ * Delete navigation property mobileAppRelationships for deviceAppManagement
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * Delete navigation property mobileAppRelationships for deviceAppManagement
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Update the navigation property mobileAppRelationships in deviceAppManagement
+ * @param body The request body
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final MobileAppRelationship body) {
+ return toPatchRequestInformation(body, null);
+ }
+ /**
+ * Update the navigation property mobileAppRelationships in deviceAppManagement
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final MobileAppRelationship body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.PATCH, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, PatchRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link MobileAppRelationshipItemRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new MobileAppRelationshipItemRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class PatchRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/MobileAppsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/deviceappmanagement/mobileapps/MobileAppsRequestBuilder.java
index 2dafb5f1623..56f368c21df 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 macOSLobApp objects.
+ * List properties and relationships of the managedApp 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 macOSLobApp objects.
+ * List properties and relationships of the managedApp 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 windowsAppX object.
+ * Create a new win32LobApp 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 windowsAppX object.
+ * Create a new win32LobApp 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 macOSLobApp objects.
+ * List properties and relationships of the managedApp objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -263,7 +263,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the macOSLobApp objects.
+ * List properties and relationships of the managedApp 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 windowsAppX object.
+ * Create a new win32LobApp 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 windowsAppX object.
+ * Create a new win32LobApp 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 macOSLobApp objects.
+ * List properties and relationships of the managedApp 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 be8903bf83c..cdb59e31e7d 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
@@ -208,18 +208,18 @@ public MobileAppItemRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a windowsMobileMSI.
+ * Deletes a iosiPadOSWebClip.
* @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 windowsMobileMSI.
+ * Deletes a iosiPadOSWebClip.
* @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);
@@ -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 macOSLobApp object.
+ * Read properties and relationships of the macOSOfficeSuiteApp 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 macOSLobApp object.
+ * Read properties and relationships of the macOSOfficeSuiteApp 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) {
@@ -279,7 +279,7 @@ public MobileApp patch(@jakarta.annotation.Nonnull final MobileApp body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, MobileApp::createFromDiscriminatorValue);
}
/**
- * Deletes a windowsMobileMSI.
+ * Deletes a iosiPadOSWebClip.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -287,7 +287,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a windowsMobileMSI.
+ * Deletes a iosiPadOSWebClip.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -299,7 +299,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the macOSLobApp object.
+ * Read properties and relationships of the macOSOfficeSuiteApp object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -307,7 +307,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the macOSLobApp object.
+ * Read properties and relationships of the macOSOfficeSuiteApp object.
* @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 macOSLobApp object.
+ * Read properties and relationships of the macOSOfficeSuiteApp 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 f8573ae6d12..902d9f44273 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 7ede365772a..d1fb7179118 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
@@ -60,21 +60,21 @@ public DeviceCompliancePoliciesRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/deviceManagement/deviceCompliancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the windows10MobileCompliancePolicy objects.
+ * List properties and relationships of the iosCompliancePolicy objects.
* @return a {@link DeviceCompliancePolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicyCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the windows10MobileCompliancePolicy objects.
+ * List properties and relationships of the iosCompliancePolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceCompliancePolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceCompliancePolicyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -84,23 +84,23 @@ public DeviceCompliancePolicyCollectionResponse get(@jakarta.annotation.Nullable
return this.requestAdapter.send(requestInfo, errorMapping, DeviceCompliancePolicyCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new windows10MobileCompliancePolicy object.
+ * Create a new androidWorkProfileCompliancePolicy 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 windows10MobileCompliancePolicy object.
+ * Create a new androidWorkProfileCompliancePolicy 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) {
@@ -111,7 +111,7 @@ public DeviceCompliancePolicy post(@jakarta.annotation.Nonnull final DeviceCompl
return this.requestAdapter.send(requestInfo, errorMapping, DeviceCompliancePolicy::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the windows10MobileCompliancePolicy objects.
+ * List properties and relationships of the iosCompliancePolicy objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the windows10MobileCompliancePolicy objects.
+ * List properties and relationships of the iosCompliancePolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new windows10MobileCompliancePolicy object.
+ * Create a new androidWorkProfileCompliancePolicy 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 windows10MobileCompliancePolicy object.
+ * Create a new androidWorkProfileCompliancePolicy object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -165,7 +165,7 @@ public DeviceCompliancePoliciesRequestBuilder withUrl(@jakarta.annotation.Nonnul
return new DeviceCompliancePoliciesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the windows10MobileCompliancePolicy objects.
+ * List properties and relationships of the iosCompliancePolicy objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
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 9508a7a67f7..908f1f1cd05 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 windows10CompliancePolicy.
+ * Deletes a androidWorkProfileCompliancePolicy.
* @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 windows10CompliancePolicy.
+ * Deletes a androidWorkProfileCompliancePolicy.
* @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 androidCompliancePolicy object.
+ * Update the properties of a androidWorkProfileCompliancePolicy 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 androidCompliancePolicy object.
+ * Update the properties of a androidWorkProfileCompliancePolicy 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 windows10CompliancePolicy.
+ * Deletes a androidWorkProfileCompliancePolicy.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -197,7 +197,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a windows10CompliancePolicy.
+ * Deletes a androidWorkProfileCompliancePolicy.
* @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 androidCompliancePolicy object.
+ * Update the properties of a androidWorkProfileCompliancePolicy 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 androidCompliancePolicy object.
+ * Update the properties of a androidWorkProfileCompliancePolicy 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 d168f64458d..6be310996d3 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 windows10SecureAssessmentConfiguration objects.
+ * List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration 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 windows10SecureAssessmentConfiguration objects.
+ * List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration 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) {
@@ -84,23 +84,23 @@ public DeviceConfigurationCollectionResponse get(@jakarta.annotation.Nullable fi
return this.requestAdapter.send(requestInfo, errorMapping, DeviceConfigurationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new iosDeviceFeaturesConfiguration object.
+ * Create a new windowsPhone81GeneralConfiguration 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 post(@jakarta.annotation.Nonnull final DeviceConfiguration body) {
return post(body, null);
}
/**
- * Create a new iosDeviceFeaturesConfiguration object.
+ * Create a new windowsPhone81GeneralConfiguration 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 post(@jakarta.annotation.Nonnull final DeviceConfiguration body, @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 windows10SecureAssessmentConfiguration objects.
+ * List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the windows10SecureAssessmentConfiguration objects.
+ * List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new iosDeviceFeaturesConfiguration object.
+ * Create a new windowsPhone81GeneralConfiguration 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 iosDeviceFeaturesConfiguration object.
+ * Create a new windowsPhone81GeneralConfiguration object.
* @param body The request body
* @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 windows10SecureAssessmentConfiguration objects.
+ * List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration 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 813e87cd837..492394c8836 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 windows10GeneralConfiguration.
+ * Deletes a macOSDeviceFeaturesConfiguration.
* @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 windows10GeneralConfiguration.
+ * Deletes a macOSDeviceFeaturesConfiguration.
* @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 windows10TeamGeneralConfiguration object.
+ * Read properties and relationships of the macOSCustomConfiguration 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 windows10TeamGeneralConfiguration object.
+ * Read properties and relationships of the macOSCustomConfiguration 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 windowsPhone81GeneralConfiguration object.
+ * Update the properties of a windows10TeamGeneralConfiguration 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 windowsPhone81GeneralConfiguration object.
+ * Update the properties of a windows10TeamGeneralConfiguration 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 windows10GeneralConfiguration.
+ * Deletes a macOSDeviceFeaturesConfiguration.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -190,7 +190,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a windows10GeneralConfiguration.
+ * Deletes a macOSDeviceFeaturesConfiguration.
* @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 windows10TeamGeneralConfiguration object.
+ * Read properties and relationships of the macOSCustomConfiguration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -210,7 +210,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the windows10TeamGeneralConfiguration object.
+ * Read properties and relationships of the macOSCustomConfiguration 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 windowsPhone81GeneralConfiguration object.
+ * Update the properties of a windows10TeamGeneralConfiguration 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 windowsPhone81GeneralConfiguration object.
+ * Update the properties of a windows10TeamGeneralConfiguration 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 windows10TeamGeneralConfiguration object.
+ * Read properties and relationships of the macOSCustomConfiguration 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 f0fe9a2ad33..8b5a8749812 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
@@ -60,21 +60,21 @@ public DeviceEnrollmentConfigurationsRequestBuilder(@jakarta.annotation.Nonnull
super(requestAdapter, "{+baseurl}/deviceManagement/deviceEnrollmentConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
* @return a {@link DeviceEnrollmentConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfigurationCollectionResponse get() {
return get(null);
}
/**
- * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DeviceEnrollmentConfigurationCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public DeviceEnrollmentConfigurationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -84,23 +84,23 @@ public DeviceEnrollmentConfigurationCollectionResponse get(@jakarta.annotation.N
return this.requestAdapter.send(requestInfo, errorMapping, DeviceEnrollmentConfigurationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
+ * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration 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 deviceEnrollmentPlatformRestrictionsConfiguration object.
+ * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration 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) {
@@ -111,7 +111,7 @@ public DeviceEnrollmentConfiguration post(@jakarta.annotation.Nonnull final Devi
return this.requestAdapter.send(requestInfo, errorMapping, DeviceEnrollmentConfiguration::createFromDiscriminatorValue);
}
/**
- * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new deviceEnrollmentPlatformRestrictionsConfiguration object.
+ * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration 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 deviceEnrollmentPlatformRestrictionsConfiguration object.
+ * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -165,7 +165,7 @@ public DeviceEnrollmentConfigurationsRequestBuilder withUrl(@jakarta.annotation.
return new DeviceEnrollmentConfigurationsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
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 83f5eaa2928..463ebc2a5e8 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
@@ -64,18 +64,18 @@ public DeviceEnrollmentConfigurationItemRequestBuilder(@jakarta.annotation.Nonnu
super(requestAdapter, "{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a deviceEnrollmentPlatformRestrictionsConfiguration.
+ * Deletes a deviceEnrollmentLimitConfiguration.
* @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 deviceEnrollmentPlatformRestrictionsConfiguration.
+ * Deletes a deviceEnrollmentLimitConfiguration.
* @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);
@@ -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 deviceEnrollmentLimitConfiguration object.
+ * Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration 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 deviceEnrollmentLimitConfiguration object.
+ * Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration 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 deviceEnrollmentLimitConfiguration object.
+ * Update the properties of a 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 patch(@jakarta.annotation.Nonnull final DeviceEnrollmentConfiguration body) {
return patch(body, null);
}
/**
- * Update the properties of a deviceEnrollmentLimitConfiguration object.
+ * Update the properties of a 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 patch(@jakarta.annotation.Nonnull final DeviceEnrollmentConfiguration body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -135,7 +135,7 @@ public DeviceEnrollmentConfiguration patch(@jakarta.annotation.Nonnull final Dev
return this.requestAdapter.send(requestInfo, errorMapping, DeviceEnrollmentConfiguration::createFromDiscriminatorValue);
}
/**
- * Deletes a deviceEnrollmentPlatformRestrictionsConfiguration.
+ * Deletes a deviceEnrollmentLimitConfiguration.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -143,7 +143,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a deviceEnrollmentPlatformRestrictionsConfiguration.
+ * Deletes a deviceEnrollmentLimitConfiguration.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -155,7 +155,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
+ * Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -163,7 +163,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
+ * Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration 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 deviceEnrollmentLimitConfiguration object.
+ * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration 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 deviceEnrollmentLimitConfiguration object.
+ * Update the properties of a 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}
@@ -215,7 +215,7 @@ public DeviceEnrollmentConfigurationItemRequestBuilder withUrl(@jakarta.annotati
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read properties and relationships of the deviceEnrollmentLimitConfiguration object.
+ * Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration 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 91d3a9ffe86..d95718a0b0e 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 deviceAndAppManagementRoleDefinition objects.
+ * List properties and relationships of the roleDefinition 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 deviceAndAppManagementRoleDefinition objects.
+ * List properties and relationships of the roleDefinition 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) {
@@ -84,23 +84,23 @@ public RoleDefinitionCollectionResponse get(@jakarta.annotation.Nullable final j
return this.requestAdapter.send(requestInfo, errorMapping, RoleDefinitionCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new roleDefinition object.
+ * Create a new deviceAndAppManagementRoleDefinition 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 post(@jakarta.annotation.Nonnull final RoleDefinition body) {
return post(body, null);
}
/**
- * Create a new roleDefinition object.
+ * Create a new deviceAndAppManagementRoleDefinition 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 post(@jakarta.annotation.Nonnull final RoleDefinition body, @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 deviceAndAppManagementRoleDefinition objects.
+ * List properties and relationships of the roleDefinition objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
+ * List properties and relationships of the roleDefinition objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new roleDefinition object.
+ * Create a new deviceAndAppManagementRoleDefinition 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 roleDefinition object.
+ * Create a new deviceAndAppManagementRoleDefinition object.
* @param body The request body
* @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 deviceAndAppManagementRoleDefinition objects.
+ * List properties and relationships of the roleDefinition 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 dde06c8e769..f7c9837f26c 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
@@ -46,18 +46,18 @@ public RoleDefinitionItemRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Deletes a deviceAndAppManagementRoleDefinition.
+ * Deletes a roleDefinition.
* @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 deviceAndAppManagementRoleDefinition.
+ * Deletes a roleDefinition.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -90,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 roleDefinition object.
+ * Update the properties of a deviceAndAppManagementRoleDefinition 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 roleDefinition object.
+ * Update the properties of a deviceAndAppManagementRoleDefinition 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) {
@@ -117,7 +117,7 @@ public RoleDefinition patch(@jakarta.annotation.Nonnull final RoleDefinition bod
return this.requestAdapter.send(requestInfo, errorMapping, RoleDefinition::createFromDiscriminatorValue);
}
/**
- * Deletes a deviceAndAppManagementRoleDefinition.
+ * Deletes a roleDefinition.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -125,7 +125,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Deletes a deviceAndAppManagementRoleDefinition.
+ * Deletes a roleDefinition.
* @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 roleDefinition object.
+ * Update the properties of a deviceAndAppManagementRoleDefinition 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 roleDefinition object.
+ * Update the properties of a deviceAndAppManagementRoleDefinition 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/virtualendpoint/cloudpcs/item/resize/ResizeRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/devicemanagement/virtualendpoint/cloudpcs/item/resize/ResizeRequestBuilder.java
index cf39cf8a3ae..49ddd28bf5e 100644
--- a/src/main/java/com/microsoft/graph/generated/devicemanagement/virtualendpoint/cloudpcs/item/resize/ResizeRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/devicemanagement/virtualendpoint/cloudpcs/item/resize/ResizeRequestBuilder.java
@@ -35,18 +35,20 @@ public ResizeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC%2Did}/resize", rawUrl);
}
/**
- * Invoke action resize
+ * Upgrade or downgrade an existing Cloud PC to a configuration with a new virtual CPU (vCPU) and storage size.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ResizePostRequestBody body) {
post(body, null);
}
/**
- * Invoke action resize
+ * Upgrade or downgrade an existing Cloud PC to a configuration with a new virtual CPU (vCPU) and storage size.
* @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
*/
public void post(@jakarta.annotation.Nonnull final ResizePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -56,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final ResizePostRequestBody body, @
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Invoke action resize
+ * Upgrade or downgrade an existing Cloud PC to a configuration with a new virtual CPU (vCPU) and storage size.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -65,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Invoke action resize
+ * Upgrade or downgrade an existing Cloud PC to a configuration with a new virtual CPU (vCPU) and storage size.
* @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/tables/add/AddRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
index 25580bb3f11..1375af1a06f 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/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..87aaa40f9b6 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/item/conversations/item/ConversationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
index b7cb4137044..11c2922e0da 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);
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 6bafbee8fd4..c936f46acbb 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
@@ -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 an ipNamedLocation object.
+ * Retrieve the properties and relationships of a namedLocation 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 an ipNamedLocation object.
+ * Retrieve the properties and relationships of a namedLocation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -81,23 +81,23 @@ public NamedLocation get(@jakarta.annotation.Nullable final java.util.function.C
return this.requestAdapter.send(requestInfo, errorMapping, NamedLocation::createFromDiscriminatorValue);
}
/**
- * Update the properties of a countryNamedLocation object.
+ * Update the properties of an ipNamedLocation object.
* @param body The request body
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation patch(@jakarta.annotation.Nonnull final NamedLocation body) {
return patch(body, null);
}
/**
- * Update the properties of a countryNamedLocation object.
+ * Update the properties of an ipNamedLocation object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation patch(@jakarta.annotation.Nonnull final NamedLocation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -128,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the properties and relationships of an ipNamedLocation object.
+ * Retrieve the properties and relationships of a namedLocation object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties and relationships of an ipNamedLocation object.
+ * Retrieve the properties and relationships of a namedLocation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a countryNamedLocation object.
+ * Update the properties of an ipNamedLocation object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -157,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a countryNamedLocation object.
+ * Update the properties of an ipNamedLocation object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -188,7 +188,7 @@ public NamedLocationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the properties and relationships of an ipNamedLocation object.
+ * Retrieve the properties and relationships of a namedLocation 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 b6e2b442d8a..354cb549225 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 the properties and relationships of an accessPackage object.
+ * 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.
* @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 the properties and relationships of an accessPackage object.
+ * 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.
* @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 the properties and relationships of an accessPackage object.
+ * 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.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -199,7 +199,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties and relationships of an accessPackage object.
+ * 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.
* @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 the properties and relationships of an accessPackage object.
+ * 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.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/generated/identitygovernance/entitlementmanagement/catalogs/item/customworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/identitygovernance/entitlementmanagement/catalogs/item/customworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java
index 24b1b235c33..f2e5c64ec1d 100644
--- a/src/main/java/com/microsoft/graph/generated/identitygovernance/entitlementmanagement/catalogs/item/customworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/generated/identitygovernance/entitlementmanagement/catalogs/item/customworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java
@@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+ * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
* @return a {@link CustomCalloutExtension}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CustomCalloutExtension get() {
return get(null);
}
/**
- * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+ * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CustomCalloutExtension}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public CustomCalloutExtension get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -128,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+ * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+ * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -188,7 +188,7 @@ public CustomCalloutExtensionItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
+ * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension 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 7927d2aa25b..612d3714e22 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
@@ -9741,6 +9741,7 @@ com.microsoft.graph.deviceappmanagement.DeviceAppManagementRequestBuilder::|publ
com.microsoft.graph.deviceappmanagement.DeviceAppManagementRequestBuilder::|public|mdmWindowsInformationProtectionPolicies:MdmWindowsInformationProtectionPoliciesRequestBuilder
com.microsoft.graph.deviceappmanagement.DeviceAppManagementRequestBuilder::|public|mobileAppCategories:MobileAppCategoriesRequestBuilder
com.microsoft.graph.deviceappmanagement.DeviceAppManagementRequestBuilder::|public|mobileAppConfigurations:MobileAppConfigurationsRequestBuilder
+com.microsoft.graph.deviceappmanagement.DeviceAppManagementRequestBuilder::|public|mobileAppRelationships:MobileAppRelationshipsRequestBuilder
com.microsoft.graph.deviceappmanagement.DeviceAppManagementRequestBuilder::|public|mobileApps:MobileAppsRequestBuilder
com.microsoft.graph.deviceappmanagement.DeviceAppManagementRequestBuilder::|public|patch(body:DeviceAppManagement):DeviceAppManagement
com.microsoft.graph.deviceappmanagement.DeviceAppManagementRequestBuilder::|public|patch(body:DeviceAppManagement; requestConfiguration?:java.util.function.Consumer):DeviceAppManagement
@@ -11498,6 +11499,71 @@ com.microsoft.graph.deviceappmanagement.mobileappconfigurations.MobileAppConfigu
com.microsoft.graph.deviceappmanagement.mobileappconfigurations.MobileAppConfigurationsRequestBuilder::|public|toPostRequestInformation(body:ManagedDeviceMobileAppConfiguration):RequestInformation
com.microsoft.graph.deviceappmanagement.mobileappconfigurations.MobileAppConfigurationsRequestBuilder::|public|toPostRequestInformation(body:ManagedDeviceMobileAppConfiguration; requestConfiguration?:java.util.function.Consumer):RequestInformation
com.microsoft.graph.deviceappmanagement.mobileappconfigurations.MobileAppConfigurationsRequestBuilder::|public|withUrl(rawUrl:String):MobileAppConfigurationsRequestBuilder
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder::|public|get():Integer
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):Integer
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.count.CountRequestBuilder::|public|withUrl(rawUrl:String):CountRequestBuilder
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder.DeleteRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder.PatchRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|delete():Void
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|delete(requestConfiguration?:java.util.function.Consumer):Void
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|get():MobileAppRelationship
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):MobileAppRelationship
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|patch(body:MobileAppRelationship):MobileAppRelationship
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|patch(body:MobileAppRelationship; requestConfiguration?:java.util.function.Consumer):MobileAppRelationship
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|toDeleteRequestInformation():RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|toPatchRequestInformation(body:MobileAppRelationship):RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|toPatchRequestInformation(body:MobileAppRelationship; requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.item.MobileAppRelationshipItemRequestBuilder::|public|withUrl(rawUrl:String):MobileAppRelationshipItemRequestBuilder
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder-->BaseRequestBuilder
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetQueryParameters::|public|count:Boolean
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetQueryParameters::|public|expand:String[]
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetQueryParameters::|public|filter:String
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetQueryParameters::|public|orderby:String[]
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetQueryParameters::|public|search:String
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetQueryParameters::|public|select:String[]
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetQueryParameters::|public|skip:Integer
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetQueryParameters::|public|top:Integer
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetQueryParameters::|public|toQueryParameters():Map
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetQueryParameters~~>QueryParameters
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.GetRequestConfiguration::|public|queryParameters:GetQueryParameters
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder.PostRequestConfiguration-->BaseRequestConfiguration
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|byMobileAppRelationshipId(mobileAppRelationshipId:String):MobileAppRelationshipItemRequestBuilder
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|constructor(pathParameters:HashMap; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|constructor(rawUrl:String; requestAdapter:RequestAdapter):Void
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|count:CountRequestBuilder
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|get():MobileAppRelationshipCollectionResponse
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|get(requestConfiguration?:java.util.function.Consumer):MobileAppRelationshipCollectionResponse
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|post(body:MobileAppRelationship):MobileAppRelationship
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|post(body:MobileAppRelationship; requestConfiguration?:java.util.function.Consumer):MobileAppRelationship
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|toGetRequestInformation():RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|toPostRequestInformation(body:MobileAppRelationship):RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|toPostRequestInformation(body:MobileAppRelationship; requestConfiguration?:java.util.function.Consumer):RequestInformation
+com.microsoft.graph.deviceappmanagement.mobileapprelationships.MobileAppRelationshipsRequestBuilder::|public|withUrl(rawUrl:String):MobileAppRelationshipsRequestBuilder
com.microsoft.graph.deviceappmanagement.mobileapps.count.CountRequestBuilder-->BaseRequestBuilder
com.microsoft.graph.deviceappmanagement.mobileapps.count.CountRequestBuilder.GetQueryParameters::|public|filter:String
com.microsoft.graph.deviceappmanagement.mobileapps.count.CountRequestBuilder.GetQueryParameters::|public|search:String
@@ -109426,63 +109492,86 @@ com.microsoft.graph.models.AiInteraction::|public|setMentions(value?:java.util.L
com.microsoft.graph.models.AiInteraction::|public|setRequestId(value?:String):void
com.microsoft.graph.models.AiInteraction::|public|setSessionId(value?:String):void
com.microsoft.graph.models.AiInteraction::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AiInteraction
-com.microsoft.graph.models.AiInteractionAttachment-->Entity
+com.microsoft.graph.models.AiInteractionAttachment::|protected|backingStore:BackingStore
com.microsoft.graph.models.AiInteractionAttachment::|public|constructor():void
+com.microsoft.graph.models.AiInteractionAttachment::|public|getAdditionalData():Map
com.microsoft.graph.models.AiInteractionAttachment::|public|getAttachmentId():String
+com.microsoft.graph.models.AiInteractionAttachment::|public|getBackingStore():BackingStore
com.microsoft.graph.models.AiInteractionAttachment::|public|getContent():String
com.microsoft.graph.models.AiInteractionAttachment::|public|getContentType():String
com.microsoft.graph.models.AiInteractionAttachment::|public|getContentUrl():String
com.microsoft.graph.models.AiInteractionAttachment::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.AiInteractionAttachment::|public|getName():String
-com.microsoft.graph.models.AiInteractionAttachment::|public|OdataType:String
+com.microsoft.graph.models.AiInteractionAttachment::|public|getOdataType():String
com.microsoft.graph.models.AiInteractionAttachment::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.AiInteractionAttachment::|public|setAdditionalData(value?:Map):void
com.microsoft.graph.models.AiInteractionAttachment::|public|setAttachmentId(value?:String):void
+com.microsoft.graph.models.AiInteractionAttachment::|public|setBackingStore(value:BackingStore):void
com.microsoft.graph.models.AiInteractionAttachment::|public|setContent(value?:String):void
com.microsoft.graph.models.AiInteractionAttachment::|public|setContentType(value?:String):void
com.microsoft.graph.models.AiInteractionAttachment::|public|setContentUrl(value?:String):void
com.microsoft.graph.models.AiInteractionAttachment::|public|setName(value?:String):void
+com.microsoft.graph.models.AiInteractionAttachment::|public|setOdataType(value?:String):void
com.microsoft.graph.models.AiInteractionAttachment::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AiInteractionAttachment
-com.microsoft.graph.models.AiInteractionContext-->Entity
+com.microsoft.graph.models.AiInteractionAttachment~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.models.AiInteractionContext::|protected|backingStore:BackingStore
com.microsoft.graph.models.AiInteractionContext::|public|constructor():void
+com.microsoft.graph.models.AiInteractionContext::|public|getAdditionalData():Map
+com.microsoft.graph.models.AiInteractionContext::|public|getBackingStore():BackingStore
com.microsoft.graph.models.AiInteractionContext::|public|getContextReference():String
com.microsoft.graph.models.AiInteractionContext::|public|getContextType():String
com.microsoft.graph.models.AiInteractionContext::|public|getDisplayName():String
com.microsoft.graph.models.AiInteractionContext::|public|getFieldDeserializers():Map>
-com.microsoft.graph.models.AiInteractionContext::|public|OdataType:String
+com.microsoft.graph.models.AiInteractionContext::|public|getOdataType():String
com.microsoft.graph.models.AiInteractionContext::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.AiInteractionContext::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.models.AiInteractionContext::|public|setBackingStore(value:BackingStore):void
com.microsoft.graph.models.AiInteractionContext::|public|setContextReference(value?:String):void
com.microsoft.graph.models.AiInteractionContext::|public|setContextType(value?:String):void
com.microsoft.graph.models.AiInteractionContext::|public|setDisplayName(value?:String):void
+com.microsoft.graph.models.AiInteractionContext::|public|setOdataType(value?:String):void
com.microsoft.graph.models.AiInteractionContext::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AiInteractionContext
+com.microsoft.graph.models.AiInteractionContext~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.models.AiInteractionHistory-->Entity
com.microsoft.graph.models.AiInteractionHistory::|public|constructor():void
com.microsoft.graph.models.AiInteractionHistory::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.AiInteractionHistory::|public|OdataType:String
com.microsoft.graph.models.AiInteractionHistory::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.models.AiInteractionHistory::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AiInteractionHistory
-com.microsoft.graph.models.AiInteractionLink-->Entity
+com.microsoft.graph.models.AiInteractionLink::|protected|backingStore:BackingStore
com.microsoft.graph.models.AiInteractionLink::|public|constructor():void
+com.microsoft.graph.models.AiInteractionLink::|public|getAdditionalData():Map
+com.microsoft.graph.models.AiInteractionLink::|public|getBackingStore():BackingStore
com.microsoft.graph.models.AiInteractionLink::|public|getDisplayName():String
com.microsoft.graph.models.AiInteractionLink::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.AiInteractionLink::|public|getLinkType():String
com.microsoft.graph.models.AiInteractionLink::|public|getLinkUrl():String
-com.microsoft.graph.models.AiInteractionLink::|public|OdataType:String
+com.microsoft.graph.models.AiInteractionLink::|public|getOdataType():String
com.microsoft.graph.models.AiInteractionLink::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.AiInteractionLink::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.models.AiInteractionLink::|public|setBackingStore(value:BackingStore):void
com.microsoft.graph.models.AiInteractionLink::|public|setDisplayName(value?:String):void
com.microsoft.graph.models.AiInteractionLink::|public|setLinkType(value?:String):void
com.microsoft.graph.models.AiInteractionLink::|public|setLinkUrl(value?:String):void
+com.microsoft.graph.models.AiInteractionLink::|public|setOdataType(value?:String):void
com.microsoft.graph.models.AiInteractionLink::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AiInteractionLink
-com.microsoft.graph.models.AiInteractionMention-->Entity
+com.microsoft.graph.models.AiInteractionLink~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.models.AiInteractionMention::|protected|backingStore:BackingStore
com.microsoft.graph.models.AiInteractionMention::|public|constructor():void
+com.microsoft.graph.models.AiInteractionMention::|public|getAdditionalData():Map
+com.microsoft.graph.models.AiInteractionMention::|public|getBackingStore():BackingStore
com.microsoft.graph.models.AiInteractionMention::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.AiInteractionMention::|public|getMentioned():AiInteractionMentionedIdentitySet
com.microsoft.graph.models.AiInteractionMention::|public|getMentionId():Integer
com.microsoft.graph.models.AiInteractionMention::|public|getMentionText():String
-com.microsoft.graph.models.AiInteractionMention::|public|OdataType:String
+com.microsoft.graph.models.AiInteractionMention::|public|getOdataType():String
com.microsoft.graph.models.AiInteractionMention::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.AiInteractionMention::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.models.AiInteractionMention::|public|setBackingStore(value:BackingStore):void
com.microsoft.graph.models.AiInteractionMention::|public|setMentioned(value?:AiInteractionMentionedIdentitySet):void
com.microsoft.graph.models.AiInteractionMention::|public|setMentionId(value?:Integer):void
com.microsoft.graph.models.AiInteractionMention::|public|setMentionText(value?:String):void
+com.microsoft.graph.models.AiInteractionMention::|public|setOdataType(value?:String):void
com.microsoft.graph.models.AiInteractionMention::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AiInteractionMention
com.microsoft.graph.models.AiInteractionMentionedIdentitySet-->IdentitySet
com.microsoft.graph.models.AiInteractionMentionedIdentitySet::|public|constructor():void
@@ -109494,6 +109583,7 @@ com.microsoft.graph.models.AiInteractionMentionedIdentitySet::|public|serialize(
com.microsoft.graph.models.AiInteractionMentionedIdentitySet::|public|setConversation(value?:TeamworkConversationIdentity):void
com.microsoft.graph.models.AiInteractionMentionedIdentitySet::|public|setTag(value?:TeamworkTagIdentity):void
com.microsoft.graph.models.AiInteractionMentionedIdentitySet::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):AiInteractionMentionedIdentitySet
+com.microsoft.graph.models.AiInteractionMention~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.models.AiInteractionPlugin::|protected|backingStore:BackingStore
com.microsoft.graph.models.AiInteractionPlugin::|public|constructor():void
com.microsoft.graph.models.AiInteractionPlugin::|public|getAdditionalData():Map
@@ -118340,9 +118430,11 @@ com.microsoft.graph.models.CustomAppManagementConfiguration::|public|serialize(w
com.microsoft.graph.models.CustomAppManagementConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):CustomAppManagementConfiguration
com.microsoft.graph.models.CustomAuthenticationExtension-->CustomCalloutExtension
com.microsoft.graph.models.CustomAuthenticationExtension::|public|constructor():void
+com.microsoft.graph.models.CustomAuthenticationExtension::|public|getBehaviorOnError():CustomExtensionBehaviorOnError
com.microsoft.graph.models.CustomAuthenticationExtension::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.CustomAuthenticationExtension::|public|OdataType:String
com.microsoft.graph.models.CustomAuthenticationExtension::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.CustomAuthenticationExtension::|public|setBehaviorOnError(value?:CustomExtensionBehaviorOnError):void
com.microsoft.graph.models.CustomAuthenticationExtension::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):CustomAuthenticationExtension
com.microsoft.graph.models.CustomAuthenticationExtensionCollectionResponse-->BaseCollectionPaginationCountResponse
com.microsoft.graph.models.CustomAuthenticationExtensionCollectionResponse::|public|constructor():void
@@ -118386,6 +118478,18 @@ com.microsoft.graph.models.CustomExtensionAuthenticationConfiguration::|public|s
com.microsoft.graph.models.CustomExtensionAuthenticationConfiguration::|public|setOdataType(value?:String):void
com.microsoft.graph.models.CustomExtensionAuthenticationConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):CustomExtensionAuthenticationConfiguration
com.microsoft.graph.models.CustomExtensionAuthenticationConfiguration~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|protected|backingStore:BackingStore
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|public|constructor():void
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|public|getAdditionalData():Map
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|public|getBackingStore():BackingStore
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|public|getOdataType():String
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|public|setOdataType(value?:String):void
+com.microsoft.graph.models.CustomExtensionBehaviorOnError::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):CustomExtensionBehaviorOnError
+com.microsoft.graph.models.CustomExtensionBehaviorOnError~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.models.CustomExtensionCallbackConfiguration::|protected|backingStore:BackingStore
com.microsoft.graph.models.CustomExtensionCallbackConfiguration::|public|constructor():void
com.microsoft.graph.models.CustomExtensionCallbackConfiguration::|public|getAdditionalData():Map
@@ -118472,12 +118576,14 @@ com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|protected|bac
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|constructor():void
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|getAdditionalData():Map
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|getBackingStore():BackingStore
+com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|getBehaviorOnError():CustomExtensionBehaviorOnError
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|getClientConfiguration():CustomExtensionClientConfiguration
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|getOdataType():String
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|setAdditionalData(value?:Map):void
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|setBehaviorOnError(value?:CustomExtensionBehaviorOnError):void
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|setClientConfiguration(value?:CustomExtensionClientConfiguration):void
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|public|setOdataType(value?:String):void
com.microsoft.graph.models.CustomExtensionOverwriteConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):CustomExtensionOverwriteConfiguration
@@ -119361,6 +119467,7 @@ com.microsoft.graph.models.DeviceAppManagement::|public|getMicrosoftStoreForBusi
com.microsoft.graph.models.DeviceAppManagement::|public|getMicrosoftStoreForBusinessLastSuccessfulSyncDateTime():OffsetDateTime
com.microsoft.graph.models.DeviceAppManagement::|public|getMobileAppCategories():java.util.List
com.microsoft.graph.models.DeviceAppManagement::|public|getMobileAppConfigurations():java.util.List
+com.microsoft.graph.models.DeviceAppManagement::|public|getMobileAppRelationships():java.util.List
com.microsoft.graph.models.DeviceAppManagement::|public|getMobileApps():java.util.List
com.microsoft.graph.models.DeviceAppManagement::|public|getTargetedManagedAppConfigurations():java.util.List
com.microsoft.graph.models.DeviceAppManagement::|public|getVppTokens():java.util.List
@@ -119381,6 +119488,7 @@ com.microsoft.graph.models.DeviceAppManagement::|public|setMicrosoftStoreForBusi
com.microsoft.graph.models.DeviceAppManagement::|public|setMicrosoftStoreForBusinessLastSuccessfulSyncDateTime(value?:OffsetDateTime):void
com.microsoft.graph.models.DeviceAppManagement::|public|setMobileAppCategories(value?:java.util.List):void
com.microsoft.graph.models.DeviceAppManagement::|public|setMobileAppConfigurations(value?:java.util.List):void
+com.microsoft.graph.models.DeviceAppManagement::|public|setMobileAppRelationships(value?:java.util.List):void
com.microsoft.graph.models.DeviceAppManagement::|public|setMobileApps(value?:java.util.List):void
com.microsoft.graph.models.DeviceAppManagement::|public|setTargetedManagedAppConfigurations(value?:java.util.List):void
com.microsoft.graph.models.DeviceAppManagement::|public|setVppTokens(value?:java.util.List):void
@@ -120095,6 +120203,7 @@ com.microsoft.graph.models.DeviceEnrollmentType::0009-WindowsCoManagement
com.microsoft.graph.models.DeviceEnrollmentType::0010-WindowsAzureADJoinUsingDeviceAuth
com.microsoft.graph.models.DeviceEnrollmentType::0011-AppleUserEnrollment
com.microsoft.graph.models.DeviceEnrollmentType::0012-AppleUserEnrollmentWithServiceAccount
+com.microsoft.graph.models.DeviceEnrollmentType::0013-UnknownFutureValue
com.microsoft.graph.models.DeviceEnrollmentWindowsHelloForBusinessConfiguration-->DeviceEnrollmentConfiguration
com.microsoft.graph.models.DeviceEnrollmentWindowsHelloForBusinessConfiguration::|public|constructor():void
com.microsoft.graph.models.DeviceEnrollmentWindowsHelloForBusinessConfiguration::|public|getEnhancedBiometricsState():Enablement
@@ -124019,6 +124128,12 @@ com.microsoft.graph.models.ExtractSensitivityLabelsResult::|public|setLabels(val
com.microsoft.graph.models.ExtractSensitivityLabelsResult::|public|setOdataType(value?:String):void
com.microsoft.graph.models.ExtractSensitivityLabelsResult::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ExtractSensitivityLabelsResult
com.microsoft.graph.models.ExtractSensitivityLabelsResult~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.models.FallbackToMicrosoftProviderOnError-->CustomExtensionBehaviorOnError
+com.microsoft.graph.models.FallbackToMicrosoftProviderOnError::|public|constructor():void
+com.microsoft.graph.models.FallbackToMicrosoftProviderOnError::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.FallbackToMicrosoftProviderOnError::|public|OdataType:String
+com.microsoft.graph.models.FallbackToMicrosoftProviderOnError::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.FallbackToMicrosoftProviderOnError::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):FallbackToMicrosoftProviderOnError
com.microsoft.graph.models.FeatureRolloutPolicy-->Entity
com.microsoft.graph.models.FeatureRolloutPolicy::|public|constructor():void
com.microsoft.graph.models.FeatureRolloutPolicy::|public|getAppliesTo():java.util.List
@@ -126663,6 +126778,22 @@ com.microsoft.graph.models.IosCustomConfiguration::|public|setPayload(value?:byt
com.microsoft.graph.models.IosCustomConfiguration::|public|setPayloadFileName(value?:String):void
com.microsoft.graph.models.IosCustomConfiguration::|public|setPayloadName(value?:String):void
com.microsoft.graph.models.IosCustomConfiguration::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):IosCustomConfiguration
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings-->MobileAppAssignmentSettings
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|constructor():void
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|getAssociatedDomains():java.util.List
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|getAssociatedDomainsDirectDownloadAllowed():Boolean
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|getPreventManagedAppBackup():Boolean
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|getTapToPayScreenLockEnabled():Boolean
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|getVpnConfigurationId():String
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|OdataType:String
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|setAssociatedDomains(value?:java.util.List):void
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|setAssociatedDomainsDirectDownloadAllowed(value?:Boolean):void
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|setPreventManagedAppBackup(value?:Boolean):void
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|setTapToPayScreenLockEnabled(value?:Boolean):void
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|public|setVpnConfigurationId(value?:String):void
+com.microsoft.graph.models.IosDdmLobAppAssignmentSettings::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):IosDdmLobAppAssignmentSettings
com.microsoft.graph.models.IosDeviceFeaturesConfiguration-->AppleDeviceFeaturesConfigurationBase
com.microsoft.graph.models.IosDeviceFeaturesConfiguration::|public|constructor():void
com.microsoft.graph.models.IosDeviceFeaturesConfiguration::|public|getAssetTagTemplate():String
@@ -130881,6 +131012,35 @@ com.microsoft.graph.models.MobileAppInstallTimeSettings~~>AdditionalDataHolder;
com.microsoft.graph.models.MobileAppPublishingState::0000-NotPublished
com.microsoft.graph.models.MobileAppPublishingState::0001-Processing
com.microsoft.graph.models.MobileAppPublishingState::0002-Published
+com.microsoft.graph.models.MobileAppRelationship-->Entity
+com.microsoft.graph.models.MobileAppRelationship::|public|constructor():void
+com.microsoft.graph.models.MobileAppRelationship::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.MobileAppRelationship::|public|getSourceDisplayName():String
+com.microsoft.graph.models.MobileAppRelationship::|public|getSourceDisplayVersion():String
+com.microsoft.graph.models.MobileAppRelationship::|public|getSourceId():String
+com.microsoft.graph.models.MobileAppRelationship::|public|getSourcePublisherDisplayName():String
+com.microsoft.graph.models.MobileAppRelationship::|public|getTargetDisplayName():String
+com.microsoft.graph.models.MobileAppRelationship::|public|getTargetDisplayVersion():String
+com.microsoft.graph.models.MobileAppRelationship::|public|getTargetId():String
+com.microsoft.graph.models.MobileAppRelationship::|public|getTargetPublisherDisplayName():String
+com.microsoft.graph.models.MobileAppRelationship::|public|OdataType:String
+com.microsoft.graph.models.MobileAppRelationship::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.MobileAppRelationship::|public|setSourceDisplayName(value?:String):void
+com.microsoft.graph.models.MobileAppRelationship::|public|setSourceDisplayVersion(value?:String):void
+com.microsoft.graph.models.MobileAppRelationship::|public|setSourceId(value?:String):void
+com.microsoft.graph.models.MobileAppRelationship::|public|setSourcePublisherDisplayName(value?:String):void
+com.microsoft.graph.models.MobileAppRelationship::|public|setTargetDisplayName(value?:String):void
+com.microsoft.graph.models.MobileAppRelationship::|public|setTargetDisplayVersion(value?:String):void
+com.microsoft.graph.models.MobileAppRelationship::|public|setTargetId(value?:String):void
+com.microsoft.graph.models.MobileAppRelationship::|public|setTargetPublisherDisplayName(value?:String):void
+com.microsoft.graph.models.MobileAppRelationship::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):MobileAppRelationship
+com.microsoft.graph.models.MobileAppRelationshipCollectionResponse-->BaseCollectionPaginationCountResponse
+com.microsoft.graph.models.MobileAppRelationshipCollectionResponse::|public|constructor():void
+com.microsoft.graph.models.MobileAppRelationshipCollectionResponse::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.MobileAppRelationshipCollectionResponse::|public|getValue():java.util.List
+com.microsoft.graph.models.MobileAppRelationshipCollectionResponse::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.MobileAppRelationshipCollectionResponse::|public|setValue(value?:java.util.List):void
+com.microsoft.graph.models.MobileAppRelationshipCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):MobileAppRelationshipCollectionResponse
com.microsoft.graph.models.MobileAppTroubleshootingEvent-->Entity
com.microsoft.graph.models.MobileAppTroubleshootingEvent::|public|constructor():void
com.microsoft.graph.models.MobileAppTroubleshootingEvent::|public|getAppLogCollectionRequests():java.util.List
@@ -131868,6 +132028,14 @@ com.microsoft.graph.models.OneDriveForBusinessRestoreSessionCollectionResponse::
com.microsoft.graph.models.OneDriveForBusinessRestoreSessionCollectionResponse::|public|serialize(writer:SerializationWriter):Void
com.microsoft.graph.models.OneDriveForBusinessRestoreSessionCollectionResponse::|public|setValue(value?:java.util.List):void
com.microsoft.graph.models.OneDriveForBusinessRestoreSessionCollectionResponse::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):OneDriveForBusinessRestoreSessionCollectionResponse
+com.microsoft.graph.models.OnEmailOtpSendListener-->AuthenticationEventListener
+com.microsoft.graph.models.OnEmailOtpSendListener::|public|constructor():void
+com.microsoft.graph.models.OnEmailOtpSendListener::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.OnEmailOtpSendListener::|public|getHandler():OnOtpSendHandler
+com.microsoft.graph.models.OnEmailOtpSendListener::|public|OdataType:String
+com.microsoft.graph.models.OnEmailOtpSendListener::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.OnEmailOtpSendListener::|public|setHandler(value?:OnOtpSendHandler):void
+com.microsoft.graph.models.OnEmailOtpSendListener::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):OnEmailOtpSendListener
com.microsoft.graph.models.Onenote-->Entity
com.microsoft.graph.models.Onenote::|public|constructor():void
com.microsoft.graph.models.Onenote::|public|getFieldDeserializers():Map>
@@ -132278,6 +132446,34 @@ com.microsoft.graph.models.OnlineMeetingRole::0003-Producer
com.microsoft.graph.models.OnlineMeetingRole::0004-Coorganizer
com.microsoft.graph.models.OnlineMeetingVideoDisabledReason::0000-WatermarkProtection
com.microsoft.graph.models.OnlineMeetingVideoDisabledReason::0001-UnknownFutureValue
+com.microsoft.graph.models.OnOtpSendCustomExtension-->CustomAuthenticationExtension
+com.microsoft.graph.models.OnOtpSendCustomExtension::|public|constructor():void
+com.microsoft.graph.models.OnOtpSendCustomExtension::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.OnOtpSendCustomExtension::|public|OdataType:String
+com.microsoft.graph.models.OnOtpSendCustomExtension::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.OnOtpSendCustomExtension::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):OnOtpSendCustomExtension
+com.microsoft.graph.models.OnOtpSendCustomExtensionHandler-->OnOtpSendHandler
+com.microsoft.graph.models.OnOtpSendCustomExtensionHandler::|public|constructor():void
+com.microsoft.graph.models.OnOtpSendCustomExtensionHandler::|public|getConfiguration():CustomExtensionOverwriteConfiguration
+com.microsoft.graph.models.OnOtpSendCustomExtensionHandler::|public|getCustomExtension():OnOtpSendCustomExtension
+com.microsoft.graph.models.OnOtpSendCustomExtensionHandler::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.OnOtpSendCustomExtensionHandler::|public|OdataType:String
+com.microsoft.graph.models.OnOtpSendCustomExtensionHandler::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.OnOtpSendCustomExtensionHandler::|public|setConfiguration(value?:CustomExtensionOverwriteConfiguration):void
+com.microsoft.graph.models.OnOtpSendCustomExtensionHandler::|public|setCustomExtension(value?:OnOtpSendCustomExtension):void
+com.microsoft.graph.models.OnOtpSendCustomExtensionHandler::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):OnOtpSendCustomExtensionHandler
+com.microsoft.graph.models.OnOtpSendHandler::|protected|backingStore:BackingStore
+com.microsoft.graph.models.OnOtpSendHandler::|public|constructor():void
+com.microsoft.graph.models.OnOtpSendHandler::|public|getAdditionalData():Map
+com.microsoft.graph.models.OnOtpSendHandler::|public|getBackingStore():BackingStore
+com.microsoft.graph.models.OnOtpSendHandler::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.OnOtpSendHandler::|public|getOdataType():String
+com.microsoft.graph.models.OnOtpSendHandler::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.OnOtpSendHandler::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.models.OnOtpSendHandler::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.models.OnOtpSendHandler::|public|setOdataType(value?:String):void
+com.microsoft.graph.models.OnOtpSendHandler::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):OnOtpSendHandler
+com.microsoft.graph.models.OnOtpSendHandler~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.models.OnPremisesAccidentalDeletionPrevention::|protected|backingStore:BackingStore
com.microsoft.graph.models.OnPremisesAccidentalDeletionPrevention::|public|constructor():void
com.microsoft.graph.models.OnPremisesAccidentalDeletionPrevention::|public|getAdditionalData():Map
@@ -141172,6 +141368,7 @@ com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|g
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|getDocumentVersion():DocumentVersion
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|getItemsToInclude():ItemsToInclude
+com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|getReportFileMetadata():java.util.List
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|getReviewSet():EdiscoveryReviewSet
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|getSearch():EdiscoverySearch
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|OdataType:String
@@ -141180,6 +141377,7 @@ com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|s
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|setCloudAttachmentVersion(value?:CloudAttachmentVersion):void
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|setDocumentVersion(value?:DocumentVersion):void
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|setItemsToInclude(value?:ItemsToInclude):void
+com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|setReportFileMetadata(value?:java.util.List):void
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|setReviewSet(value?:EdiscoveryReviewSet):void
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|public|setSearch(value?:EdiscoverySearch):void
com.microsoft.graph.models.security.EdiscoveryAddToReviewSetOperation::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):EdiscoveryAddToReviewSetOperation
@@ -141259,6 +141457,7 @@ com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|getFiel
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|getIndexedItemCount():Long
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|getIndexedItemsSize():Long
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|getMailboxCount():Integer
+com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|getReportFileMetadata():java.util.List
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|getSearch():EdiscoverySearch
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|getSiteCount():Integer
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|getStatisticsOptions():StatisticsOptions
@@ -141269,6 +141468,7 @@ com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|seriali
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|setIndexedItemCount(value?:Long):void
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|setIndexedItemsSize(value?:Long):void
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|setMailboxCount(value?:Integer):void
+com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|setReportFileMetadata(value?:java.util.List):void
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|setSearch(value?:EdiscoverySearch):void
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|setSiteCount(value?:Integer):void
com.microsoft.graph.models.security.EdiscoveryEstimateOperation::|public|setStatisticsOptions(value?:StatisticsOptions):void
@@ -142975,6 +143175,44 @@ com.microsoft.graph.models.security.RegistryValueEvidence::|public|setRegistryVa
com.microsoft.graph.models.security.RegistryValueEvidence::|public|setRegistryValueName(value?:String):void
com.microsoft.graph.models.security.RegistryValueEvidence::|public|setRegistryValueType(value?:String):void
com.microsoft.graph.models.security.RegistryValueEvidence::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):RegistryValueEvidence
+com.microsoft.graph.models.security.ReportFileMetadata::|protected|backingStore:BackingStore
+com.microsoft.graph.models.security.ReportFileMetadata::|public|constructor():void
+com.microsoft.graph.models.security.ReportFileMetadata::|public|getAdditionalData():Map
+com.microsoft.graph.models.security.ReportFileMetadata::|public|getBackingStore():BackingStore
+com.microsoft.graph.models.security.ReportFileMetadata::|public|getDownloadUrl():String
+com.microsoft.graph.models.security.ReportFileMetadata::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.security.ReportFileMetadata::|public|getFileName():String
+com.microsoft.graph.models.security.ReportFileMetadata::|public|getOdataType():String
+com.microsoft.graph.models.security.ReportFileMetadata::|public|getSize():Long
+com.microsoft.graph.models.security.ReportFileMetadata::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.security.ReportFileMetadata::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.models.security.ReportFileMetadata::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.models.security.ReportFileMetadata::|public|setDownloadUrl(value?:String):void
+com.microsoft.graph.models.security.ReportFileMetadata::|public|setFileName(value?:String):void
+com.microsoft.graph.models.security.ReportFileMetadata::|public|setOdataType(value?:String):void
+com.microsoft.graph.models.security.ReportFileMetadata::|public|setSize(value?:Long):void
+com.microsoft.graph.models.security.ReportFileMetadata::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ReportFileMetadata
+com.microsoft.graph.models.security.ReportFileMetadata~~>AdditionalDataHolder; BackedModel; Parsable
+com.microsoft.graph.models.security.ResourceAccessEvent::|protected|backingStore:BackingStore
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|constructor():void
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|getAccessDateTime():OffsetDateTime
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|getAccountId():String
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|getAdditionalData():Map
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|getBackingStore():BackingStore
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|getFieldDeserializers():Map>
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|getIpAddress():String
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|getOdataType():String
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|getResourceIdentifier():String
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|serialize(writer:SerializationWriter):Void
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|setAccessDateTime(value?:OffsetDateTime):void
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|setAccountId(value?:String):void
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|setAdditionalData(value?:Map):void
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|setBackingStore(value:BackingStore):void
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|setIpAddress(value?:String):void
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|setOdataType(value?:String):void
+com.microsoft.graph.models.security.ResourceAccessEvent::|public|setResourceIdentifier(value?:String):void
+com.microsoft.graph.models.security.ResourceAccessEvent::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):ResourceAccessEvent
+com.microsoft.graph.models.security.ResourceAccessEvent~~>AdditionalDataHolder; BackedModel; Parsable
com.microsoft.graph.models.security.RetentionDuration::|protected|backingStore:BackingStore
com.microsoft.graph.models.security.RetentionDuration::|public|constructor():void
com.microsoft.graph.models.security.RetentionDuration::|public|getAdditionalData():Map
@@ -143675,6 +143913,7 @@ com.microsoft.graph.models.security.UserAccount::|public|getDisplayName():String
com.microsoft.graph.models.security.UserAccount::|public|getDomainName():String
com.microsoft.graph.models.security.UserAccount::|public|getFieldDeserializers():Map>
com.microsoft.graph.models.security.UserAccount::|public|getOdataType():String
+com.microsoft.graph.models.security.UserAccount::|public|getResourceAccessEvents():java.util.List
com.microsoft.graph.models.security.UserAccount::|public|getUserPrincipalName():String
com.microsoft.graph.models.security.UserAccount::|public|getUserSid():String
com.microsoft.graph.models.security.UserAccount::|public|serialize(writer:SerializationWriter):Void
@@ -143685,6 +143924,7 @@ com.microsoft.graph.models.security.UserAccount::|public|setBackingStore(value:B
com.microsoft.graph.models.security.UserAccount::|public|setDisplayName(value?:String):void
com.microsoft.graph.models.security.UserAccount::|public|setDomainName(value?:String):void
com.microsoft.graph.models.security.UserAccount::|public|setOdataType(value?:String):void
+com.microsoft.graph.models.security.UserAccount::|public|setResourceAccessEvents(value?:java.util.List):void
com.microsoft.graph.models.security.UserAccount::|public|setUserPrincipalName(value?:String):void
com.microsoft.graph.models.security.UserAccount::|public|setUserSid(value?:String):void
com.microsoft.graph.models.security.UserAccount::|static|public|createFromDiscriminatorValue(parseNode:ParseNode):UserAccount
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 27012647044..5c4c1ffd783 100644
--- a/src/main/java/com/microsoft/graph/generated/kiota-lock.json
+++ b/src/main/java/com/microsoft/graph/generated/kiota-lock.json
@@ -1,5 +1,5 @@
{
- "descriptionHash": "BC1E83C59E53106F462892115B3A530A7DF45AD2027538D5019F7E04EB4BCF5FC2A6997BFFADAEF1DF623E7C5A65BF754E976F91D024D5E9586BFCE7AE02D557",
+ "descriptionHash": "8ED4E083B37D7B361CAD038605451663433A9F03A4E1EC0314D5FA65A7000DAE71D540A8A1BFB7F788D9A15599512D4C29710CFD39F5643D27F7373D0892AC89",
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.29.0",
diff --git a/src/main/java/com/microsoft/graph/generated/models/AiInteraction.java b/src/main/java/com/microsoft/graph/generated/models/AiInteraction.java
index 1740affc436..d42a4a8bd38 100644
--- a/src/main/java/com/microsoft/graph/generated/models/AiInteraction.java
+++ b/src/main/java/com/microsoft/graph/generated/models/AiInteraction.java
@@ -26,7 +26,7 @@ public static AiInteraction createFromDiscriminatorValue(@jakarta.annotation.Non
return new AiInteraction();
}
/**
- * Gets the appClass property value. The data source for Copilot data. For example, IPM.SkypeTeams.Message.Copilot.Excel or IPM.SkypeTeams.Message.Copilot.Loop.
+ * Gets the appClass property value. The appClass property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -34,7 +34,7 @@ public String getAppClass() {
return this.backingStore.get("appClass");
}
/**
- * Gets the attachments property value. The collection of documents attached to the interaction, such as cards and images.
+ * Gets the attachments property value. The attachments property
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -42,7 +42,7 @@ public java.util.List getAttachments() {
return this.backingStore.get("attachments");
}
/**
- * Gets the body property value. The body of the message, including the text of the body and its body type.
+ * Gets the body property value. The body property
* @return a {@link ItemBody}
*/
@jakarta.annotation.Nullable
@@ -50,7 +50,7 @@ public ItemBody getBody() {
return this.backingStore.get("body");
}
/**
- * Gets the contexts property value. The identifer that maps to all contexts associated with an interaction.
+ * Gets the contexts property value. The contexts property
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -58,7 +58,7 @@ public java.util.List getContexts() {
return this.backingStore.get("contexts");
}
/**
- * Gets the conversationType property value. The type of the conversation. For example, appchat or bizchat.
+ * Gets the conversationType property value. The conversationType property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -66,7 +66,7 @@ public String getConversationType() {
return this.backingStore.get("conversationType");
}
/**
- * Gets the createdDateTime property value. The time when the interaction was created.
+ * Gets the createdDateTime property value. The createdDateTime property
* @return a {@link OffsetDateTime}
*/
@jakarta.annotation.Nullable
@@ -74,7 +74,7 @@ public OffsetDateTime getCreatedDateTime() {
return this.backingStore.get("createdDateTime");
}
/**
- * Gets the etag property value. The timestamp of when the interaction was last modified.
+ * Gets the etag property value. The etag property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -121,7 +121,7 @@ public AiInteractionType getInteractionType() {
return this.backingStore.get("interactionType");
}
/**
- * Gets the links property value. The collection of links that appear in the interaction.
+ * Gets the links property value. The links property
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -129,7 +129,7 @@ public java.util.List getLinks() {
return this.backingStore.get("links");
}
/**
- * Gets the locale property value. The locale of the sender.
+ * Gets the locale property value. The locale property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -137,7 +137,7 @@ public String getLocale() {
return this.backingStore.get("locale");
}
/**
- * Gets the mentions property value. The collection of the entities that were mentioned in the interaction, including users, bots, and so on.
+ * Gets the mentions property value. The mentions property
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -145,7 +145,7 @@ public java.util.List getMentions() {
return this.backingStore.get("mentions");
}
/**
- * Gets the requestId property value. The identifier that groups a user prompt with its Copilot response.
+ * Gets the requestId property value. The requestId property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -153,7 +153,7 @@ public String getRequestId() {
return this.backingStore.get("requestId");
}
/**
- * Gets the sessionId property value. The thread ID or conversation identifier that maps to all Copilot sessions for the user.
+ * Gets the sessionId property value. The sessionId property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -183,49 +183,49 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeStringValue("sessionId", this.getSessionId());
}
/**
- * Sets the appClass property value. The data source for Copilot data. For example, IPM.SkypeTeams.Message.Copilot.Excel or IPM.SkypeTeams.Message.Copilot.Loop.
+ * Sets the appClass property value. The appClass property
* @param value Value to set for the appClass property.
*/
public void setAppClass(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("appClass", value);
}
/**
- * Sets the attachments property value. The collection of documents attached to the interaction, such as cards and images.
+ * Sets the attachments property value. The attachments property
* @param value Value to set for the attachments property.
*/
public void setAttachments(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("attachments", value);
}
/**
- * Sets the body property value. The body of the message, including the text of the body and its body type.
+ * Sets the body property value. The body property
* @param value Value to set for the body property.
*/
public void setBody(@jakarta.annotation.Nullable final ItemBody value) {
this.backingStore.set("body", value);
}
/**
- * Sets the contexts property value. The identifer that maps to all contexts associated with an interaction.
+ * Sets the contexts property value. The contexts property
* @param value Value to set for the contexts property.
*/
public void setContexts(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("contexts", value);
}
/**
- * Sets the conversationType property value. The type of the conversation. For example, appchat or bizchat.
+ * Sets the conversationType property value. The conversationType property
* @param value Value to set for the conversationType property.
*/
public void setConversationType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("conversationType", value);
}
/**
- * Sets the createdDateTime property value. The time when the interaction was created.
+ * Sets the createdDateTime property value. The createdDateTime property
* @param value Value to set for the createdDateTime property.
*/
public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
this.backingStore.set("createdDateTime", value);
}
/**
- * Sets the etag property value. The timestamp of when the interaction was last modified.
+ * Sets the etag property value. The etag property
* @param value Value to set for the etag property.
*/
public void setEtag(@jakarta.annotation.Nullable final String value) {
@@ -246,35 +246,35 @@ public void setInteractionType(@jakarta.annotation.Nullable final AiInteractionT
this.backingStore.set("interactionType", value);
}
/**
- * Sets the links property value. The collection of links that appear in the interaction.
+ * Sets the links property value. The links property
* @param value Value to set for the links property.
*/
public void setLinks(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("links", value);
}
/**
- * Sets the locale property value. The locale of the sender.
+ * Sets the locale property value. The locale property
* @param value Value to set for the locale property.
*/
public void setLocale(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("locale", value);
}
/**
- * Sets the mentions property value. The collection of the entities that were mentioned in the interaction, including users, bots, and so on.
+ * Sets the mentions property value. The mentions property
* @param value Value to set for the mentions property.
*/
public void setMentions(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("mentions", value);
}
/**
- * Sets the requestId property value. The identifier that groups a user prompt with its Copilot response.
+ * Sets the requestId property value. The requestId property
* @param value Value to set for the requestId property.
*/
public void setRequestId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("requestId", value);
}
/**
- * Sets the sessionId property value. The thread ID or conversation identifier that maps to all Copilot sessions for the user.
+ * Sets the sessionId property value. The sessionId property
* @param value Value to set for the sessionId property.
*/
public void setSessionId(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/AiInteractionAttachment.java b/src/main/java/com/microsoft/graph/generated/models/AiInteractionAttachment.java
index 9dce6090ad3..f3d27fe1cf3 100644
--- a/src/main/java/com/microsoft/graph/generated/models/AiInteractionAttachment.java
+++ b/src/main/java/com/microsoft/graph/generated/models/AiInteractionAttachment.java
@@ -1,18 +1,28 @@
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 AiInteractionAttachment extends Entity implements Parsable {
+public class AiInteractionAttachment implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
/**
* Instantiates a new {@link AiInteractionAttachment} and sets the default values.
*/
public AiInteractionAttachment() {
- super();
+ this.backingStore = BackingStoreFactorySingleton.instance.createBackingStore();
+ this.setAdditionalData(new HashMap<>());
}
/**
* Creates a new instance of the appropriate class based on discriminator value
@@ -25,7 +35,20 @@ public static AiInteractionAttachment createFromDiscriminatorValue(@jakarta.anno
return new AiInteractionAttachment();
}
/**
- * Gets the attachmentId property value. The identifier for the attachment. This identifier is only unique within the message scope.
+ * 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 attachmentId property value. The attachmentId property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -33,7 +56,15 @@ public String getAttachmentId() {
return this.backingStore.get("attachmentId");
}
/**
- * Gets the content property value. The content of the attachment.
+ * Gets the backingStore property value. Stores model information.
+ * @return a {@link BackingStore}
+ */
+ @jakarta.annotation.Nonnull
+ public BackingStore getBackingStore() {
+ return this.backingStore;
+ }
+ /**
+ * Gets the content property value. The content property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -41,7 +72,7 @@ public String getContent() {
return this.backingStore.get("content");
}
/**
- * Gets the contentType property value. The type of the content. For example, reference, file, and image/imageType.
+ * Gets the contentType property value. The contentType property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -49,7 +80,7 @@ public String getContentType() {
return this.backingStore.get("contentType");
}
/**
- * Gets the contentUrl property value. The URL of the content.
+ * Gets the contentUrl property value. The contentUrl property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -62,68 +93,100 @@ public String getContentUrl() {
*/
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
- final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ final HashMap> deserializerMap = new HashMap>(6);
deserializerMap.put("attachmentId", (n) -> { this.setAttachmentId(n.getStringValue()); });
deserializerMap.put("content", (n) -> { this.setContent(n.getStringValue()); });
deserializerMap.put("contentType", (n) -> { this.setContentType(n.getStringValue()); });
deserializerMap.put("contentUrl", (n) -> { this.setContentUrl(n.getStringValue()); });
deserializerMap.put("name", (n) -> { this.setName(n.getStringValue()); });
+ deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
return deserializerMap;
}
/**
- * Gets the name property value. The name of the attachment.
+ * Gets the name property value. The name property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
public String getName() {
return this.backingStore.get("name");
}
+ /**
+ * 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);
- super.serialize(writer);
writer.writeStringValue("attachmentId", this.getAttachmentId());
writer.writeStringValue("content", this.getContent());
writer.writeStringValue("contentType", this.getContentType());
writer.writeStringValue("contentUrl", this.getContentUrl());
writer.writeStringValue("name", this.getName());
+ 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 attachmentId property value. The identifier for the attachment. This identifier is only unique within the message scope.
+ * Sets the attachmentId property value. The attachmentId property
* @param value Value to set for the attachmentId property.
*/
public void setAttachmentId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("attachmentId", value);
}
/**
- * Sets the content property value. The content of the attachment.
+ * 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 content property value. The content property
* @param value Value to set for the content property.
*/
public void setContent(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("content", value);
}
/**
- * Sets the contentType property value. The type of the content. For example, reference, file, and image/imageType.
+ * Sets the contentType property value. The contentType property
* @param value Value to set for the contentType property.
*/
public void setContentType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("contentType", value);
}
/**
- * Sets the contentUrl property value. The URL of the content.
+ * Sets the contentUrl property value. The contentUrl property
* @param value Value to set for the contentUrl property.
*/
public void setContentUrl(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("contentUrl", value);
}
/**
- * Sets the name property value. The name of the attachment.
+ * Sets the name property value. The name property
* @param value Value to set for the name property.
*/
public void setName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("name", value);
}
+ /**
+ * Sets the @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/AiInteractionContext.java b/src/main/java/com/microsoft/graph/generated/models/AiInteractionContext.java
index a5b7b79b6fc..31fca5e7d5a 100644
--- a/src/main/java/com/microsoft/graph/generated/models/AiInteractionContext.java
+++ b/src/main/java/com/microsoft/graph/generated/models/AiInteractionContext.java
@@ -1,18 +1,28 @@
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 AiInteractionContext extends Entity implements Parsable {
+public class AiInteractionContext implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
/**
* Instantiates a new {@link AiInteractionContext} and sets the default values.
*/
public AiInteractionContext() {
- super();
+ this.backingStore = BackingStoreFactorySingleton.instance.createBackingStore();
+ this.setAdditionalData(new HashMap<>());
}
/**
* Creates a new instance of the appropriate class based on discriminator value
@@ -25,7 +35,28 @@ public static AiInteractionContext createFromDiscriminatorValue(@jakarta.annotat
return new AiInteractionContext();
}
/**
- * Gets the contextReference property value. The full file URL where the interaction happened.
+ * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map getAdditionalData() {
+ Map value = this.backingStore.get("additionalData");
+ if(value == null) {
+ value = new HashMap<>();
+ this.setAdditionalData(value);
+ }
+ return value;
+ }
+ /**
+ * Gets the backingStore property value. Stores model information.
+ * @return a {@link BackingStore}
+ */
+ @jakarta.annotation.Nonnull
+ public BackingStore getBackingStore() {
+ return this.backingStore;
+ }
+ /**
+ * Gets the contextReference property value. The contextReference property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -33,7 +64,7 @@ public String getContextReference() {
return this.backingStore.get("contextReference");
}
/**
- * Gets the contextType property value. The type of the file.
+ * Gets the contextType property value. The contextType property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -41,7 +72,7 @@ public String getContextType() {
return this.backingStore.get("contextType");
}
/**
- * Gets the displayName property value. The name of the file.
+ * Gets the displayName property value. The displayName property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -54,42 +85,74 @@ public String getDisplayName() {
*/
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
- final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ final HashMap> deserializerMap = new HashMap>(4);
deserializerMap.put("contextReference", (n) -> { this.setContextReference(n.getStringValue()); });
deserializerMap.put("contextType", (n) -> { this.setContextType(n.getStringValue()); });
deserializerMap.put("displayName", (n) -> { this.setDisplayName(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);
- super.serialize(writer);
writer.writeStringValue("contextReference", this.getContextReference());
writer.writeStringValue("contextType", this.getContextType());
writer.writeStringValue("displayName", this.getDisplayName());
+ 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 contextReference property value. The full file URL where the interaction happened.
+ * 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 contextReference property value. The contextReference property
* @param value Value to set for the contextReference property.
*/
public void setContextReference(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("contextReference", value);
}
/**
- * Sets the contextType property value. The type of the file.
+ * Sets the contextType property value. The contextType property
* @param value Value to set for the contextType property.
*/
public void setContextType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("contextType", value);
}
/**
- * Sets the displayName property value. The name of the file.
+ * Sets the displayName property value. The displayName property
* @param value Value to set for the displayName property.
*/
public void setDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayName", value);
}
+ /**
+ * Sets the @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/AiInteractionLink.java b/src/main/java/com/microsoft/graph/generated/models/AiInteractionLink.java
index 48b103f8c91..461352a45ee 100644
--- a/src/main/java/com/microsoft/graph/generated/models/AiInteractionLink.java
+++ b/src/main/java/com/microsoft/graph/generated/models/AiInteractionLink.java
@@ -1,18 +1,28 @@
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 AiInteractionLink extends Entity implements Parsable {
+public class AiInteractionLink implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
/**
* Instantiates a new {@link AiInteractionLink} and sets the default values.
*/
public AiInteractionLink() {
- super();
+ this.backingStore = BackingStoreFactorySingleton.instance.createBackingStore();
+ this.setAdditionalData(new HashMap<>());
}
/**
* Creates a new instance of the appropriate class based on discriminator value
@@ -25,7 +35,28 @@ public static AiInteractionLink createFromDiscriminatorValue(@jakarta.annotation
return new AiInteractionLink();
}
/**
- * Gets the displayName property value. The name of the link.
+ * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map getAdditionalData() {
+ Map value = this.backingStore.get("additionalData");
+ if(value == null) {
+ value = new HashMap<>();
+ this.setAdditionalData(value);
+ }
+ return value;
+ }
+ /**
+ * Gets the backingStore property value. Stores model information.
+ * @return a {@link BackingStore}
+ */
+ @jakarta.annotation.Nonnull
+ public BackingStore getBackingStore() {
+ return this.backingStore;
+ }
+ /**
+ * Gets the displayName property value. The displayName property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -38,14 +69,15 @@ public String getDisplayName() {
*/
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
- final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ final HashMap> deserializerMap = new HashMap>(4);
deserializerMap.put("displayName", (n) -> { this.setDisplayName(n.getStringValue()); });
deserializerMap.put("linkType", (n) -> { this.setLinkType(n.getStringValue()); });
deserializerMap.put("linkUrl", (n) -> { this.setLinkUrl(n.getStringValue()); });
+ deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
return deserializerMap;
}
/**
- * Gets the linkType property value. Information about a link in an app chat or Business Chat (BizChat) interaction.
+ * Gets the linkType property value. The linkType property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -53,43 +85,74 @@ public String getLinkType() {
return this.backingStore.get("linkType");
}
/**
- * Gets the linkUrl property value. The URL of the link.
+ * Gets the linkUrl property value. The linkUrl property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
public String getLinkUrl() {
return this.backingStore.get("linkUrl");
}
+ /**
+ * 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);
- super.serialize(writer);
writer.writeStringValue("displayName", this.getDisplayName());
writer.writeStringValue("linkType", this.getLinkType());
writer.writeStringValue("linkUrl", this.getLinkUrl());
+ 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 displayName property value. The name of the link.
+ * 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 displayName property value. The displayName property
* @param value Value to set for the displayName property.
*/
public void setDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayName", value);
}
/**
- * Sets the linkType property value. Information about a link in an app chat or Business Chat (BizChat) interaction.
+ * Sets the linkType property value. The linkType property
* @param value Value to set for the linkType property.
*/
public void setLinkType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("linkType", value);
}
/**
- * Sets the linkUrl property value. The URL of the link.
+ * Sets the linkUrl property value. The linkUrl property
* @param value Value to set for the linkUrl property.
*/
public void setLinkUrl(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("linkUrl", 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/AiInteractionMention.java b/src/main/java/com/microsoft/graph/generated/models/AiInteractionMention.java
index 4dfd3098b32..9d9dfeed28f 100644
--- a/src/main/java/com/microsoft/graph/generated/models/AiInteractionMention.java
+++ b/src/main/java/com/microsoft/graph/generated/models/AiInteractionMention.java
@@ -1,18 +1,28 @@
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 AiInteractionMention extends Entity implements Parsable {
+public class AiInteractionMention implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
/**
* Instantiates a new {@link AiInteractionMention} and sets the default values.
*/
public AiInteractionMention() {
- super();
+ this.backingStore = BackingStoreFactorySingleton.instance.createBackingStore();
+ this.setAdditionalData(new HashMap<>());
}
/**
* Creates a new instance of the appropriate class based on discriminator value
@@ -24,20 +34,42 @@ public static AiInteractionMention createFromDiscriminatorValue(@jakarta.annotat
Objects.requireNonNull(parseNode);
return new AiInteractionMention();
}
+ /**
+ * 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>(super.getFieldDeserializers());
+ final HashMap> deserializerMap = new HashMap>(4);
deserializerMap.put("mentioned", (n) -> { this.setMentioned(n.getObjectValue(AiInteractionMentionedIdentitySet::createFromDiscriminatorValue)); });
deserializerMap.put("mentionId", (n) -> { this.setMentionId(n.getIntegerValue()); });
deserializerMap.put("mentionText", (n) -> { this.setMentionText(n.getStringValue()); });
+ deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
return deserializerMap;
}
/**
- * Gets the mentioned property value. The entity mentioned in the message.
+ * Gets the mentioned property value. The mentioned property
* @return a {@link AiInteractionMentionedIdentitySet}
*/
@jakarta.annotation.Nullable
@@ -45,7 +77,7 @@ public AiInteractionMentionedIdentitySet getMentioned() {
return this.backingStore.get("mentioned");
}
/**
- * Gets the mentionId property value. The identifier for the mention.
+ * Gets the mentionId property value. The mentionId property
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -53,43 +85,74 @@ public Integer getMentionId() {
return this.backingStore.get("mentionId");
}
/**
- * Gets the mentionText property value. The text mentioned in the message.
+ * Gets the mentionText property value. The mentionText property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
public String getMentionText() {
return this.backingStore.get("mentionText");
}
+ /**
+ * 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);
- super.serialize(writer);
writer.writeObjectValue("mentioned", this.getMentioned());
writer.writeIntegerValue("mentionId", this.getMentionId());
writer.writeStringValue("mentionText", this.getMentionText());
+ 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 mentioned property value. The entity mentioned in the message.
+ * 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 mentioned property value. The mentioned property
* @param value Value to set for the mentioned property.
*/
public void setMentioned(@jakarta.annotation.Nullable final AiInteractionMentionedIdentitySet value) {
this.backingStore.set("mentioned", value);
}
/**
- * Sets the mentionId property value. The identifier for the mention.
+ * Sets the mentionId property value. The mentionId property
* @param value Value to set for the mentionId property.
*/
public void setMentionId(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("mentionId", value);
}
/**
- * Sets the mentionText property value. The text mentioned in the message.
+ * Sets the mentionText property value. The mentionText property
* @param value Value to set for the mentionText property.
*/
public void setMentionText(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("mentionText", 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/AiInteractionMentionedIdentitySet.java b/src/main/java/com/microsoft/graph/generated/models/AiInteractionMentionedIdentitySet.java
index cb439c6042b..e184e2f8442 100644
--- a/src/main/java/com/microsoft/graph/generated/models/AiInteractionMentionedIdentitySet.java
+++ b/src/main/java/com/microsoft/graph/generated/models/AiInteractionMentionedIdentitySet.java
@@ -45,7 +45,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the tag property value. The tag details.
+ * Gets the tag property value. The tag property
* @return a {@link TeamworkTagIdentity}
*/
@jakarta.annotation.Nullable
@@ -70,7 +70,7 @@ public void setConversation(@jakarta.annotation.Nullable final TeamworkConversat
this.backingStore.set("conversation", value);
}
/**
- * Sets the tag property value. The tag details.
+ * Sets the tag property value. The tag property
* @param value Value to set for the tag property.
*/
public void setTag(@jakarta.annotation.Nullable final TeamworkTagIdentity value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/AiUser.java b/src/main/java/com/microsoft/graph/generated/models/AiUser.java
index 25a3b6cf2b5..b6063250678 100644
--- a/src/main/java/com/microsoft/graph/generated/models/AiUser.java
+++ b/src/main/java/com/microsoft/graph/generated/models/AiUser.java
@@ -35,7 +35,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the interactionHistory property value. The history of interactions between AI agents and users.
+ * Gets the interactionHistory property value. The interactionHistory property
* @return a {@link AiInteractionHistory}
*/
@jakarta.annotation.Nullable
@@ -52,7 +52,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("interactionHistory", this.getInteractionHistory());
}
/**
- * Sets the interactionHistory property value. The history of interactions between AI agents and users.
+ * Sets the interactionHistory property value. The interactionHistory property
* @param value Value to set for the interactionHistory property.
*/
public void setInteractionHistory(@jakarta.annotation.Nullable final AiInteractionHistory value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/AuthenticationEventListener.java b/src/main/java/com/microsoft/graph/generated/models/AuthenticationEventListener.java
index c90e157a01d..53b086775d2 100644
--- a/src/main/java/com/microsoft/graph/generated/models/AuthenticationEventListener.java
+++ b/src/main/java/com/microsoft/graph/generated/models/AuthenticationEventListener.java
@@ -30,6 +30,7 @@ public static AuthenticationEventListener createFromDiscriminatorValue(@jakarta.
case "#microsoft.graph.onAttributeCollectionStartListener": return new OnAttributeCollectionStartListener();
case "#microsoft.graph.onAttributeCollectionSubmitListener": return new OnAttributeCollectionSubmitListener();
case "#microsoft.graph.onAuthenticationMethodLoadStartListener": return new OnAuthenticationMethodLoadStartListener();
+ case "#microsoft.graph.onEmailOtpSendListener": return new OnEmailOtpSendListener();
case "#microsoft.graph.onInteractiveAuthFlowStartListener": return new OnInteractiveAuthFlowStartListener();
case "#microsoft.graph.onTokenIssuanceStartListener": return new OnTokenIssuanceStartListener();
case "#microsoft.graph.onUserCreateStartListener": return new OnUserCreateStartListener();
diff --git a/src/main/java/com/microsoft/graph/generated/models/AutoRestartNotificationDismissalMethod.java b/src/main/java/com/microsoft/graph/generated/models/AutoRestartNotificationDismissalMethod.java
index 736a5255cc3..702edd6559a 100644
--- a/src/main/java/com/microsoft/graph/generated/models/AutoRestartNotificationDismissalMethod.java
+++ b/src/main/java/com/microsoft/graph/generated/models/AutoRestartNotificationDismissalMethod.java
@@ -14,7 +14,7 @@ public enum AutoRestartNotificationDismissalMethod implements ValuedEnum {
Automatic("automatic"),
/** User dismissal. Allows the user to dismiss the notification */
User("user"),
- /** Evolvable enum member */
+ /** Evolvable enumeration sentinel value. Do not use. */
UnknownFutureValue("unknownFutureValue");
public final String value;
AutoRestartNotificationDismissalMethod(final String value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/CopilotAdmin.java b/src/main/java/com/microsoft/graph/generated/models/CopilotAdmin.java
index bd90538ff6b..a7af35a6765 100644
--- a/src/main/java/com/microsoft/graph/generated/models/CopilotAdmin.java
+++ b/src/main/java/com/microsoft/graph/generated/models/CopilotAdmin.java
@@ -35,7 +35,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the settings property value. Set of Microsoft 365 Copilot settings that can be added or modified. Read-only. Nullable.
+ * Gets the settings property value. The settings property
* @return a {@link CopilotAdminSetting}
*/
@jakarta.annotation.Nullable
@@ -52,7 +52,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("settings", this.getSettings());
}
/**
- * Sets the settings property value. Set of Microsoft 365 Copilot settings that can be added or modified. Read-only. Nullable.
+ * Sets the settings property value. The settings property
* @param value Value to set for the settings property.
*/
public void setSettings(@jakarta.annotation.Nullable final CopilotAdminSetting value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/CopilotAdminLimitedMode.java b/src/main/java/com/microsoft/graph/generated/models/CopilotAdminLimitedMode.java
index 9efb1aefba6..c8bdd6bf55f 100644
--- a/src/main/java/com/microsoft/graph/generated/models/CopilotAdminLimitedMode.java
+++ b/src/main/java/com/microsoft/graph/generated/models/CopilotAdminLimitedMode.java
@@ -36,7 +36,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the groupId property value. The ID of a Microsoft Entra group, for which the value of isEnabledForGroup is applied. The default value is null. If isEnabledForGroup is set to true, the groupId value must be provided for the Copilot limited mode in Teams meetings to be enabled for the members of the group. Optional.
+ * Gets the groupId property value. The groupId property
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -44,7 +44,7 @@ public String getGroupId() {
return this.backingStore.get("groupId");
}
/**
- * Gets the isEnabledForGroup property value. Enables the user to be in limited mode for Copilot in Teams meetings. When copilotAdminLimitedMode=true, users in this mode can ask any questions, but Copilot doesn't respond to certain questions related to inferring emotions, behavior, or judgments. When copilotAdminLimitedMode=false, it responds to all types of questions grounded to the meeting conversation. The default value is false.
+ * Gets the isEnabledForGroup property value. The isEnabledForGroup property
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -62,14 +62,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeBooleanValue("isEnabledForGroup", this.getIsEnabledForGroup());
}
/**
- * Sets the groupId property value. The ID of a Microsoft Entra group, for which the value of isEnabledForGroup is applied. The default value is null. If isEnabledForGroup is set to true, the groupId value must be provided for the Copilot limited mode in Teams meetings to be enabled for the members of the group. Optional.
+ * Sets the groupId property value. The groupId property
* @param value Value to set for the groupId property.
*/
public void setGroupId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("groupId", value);
}
/**
- * Sets the isEnabledForGroup property value. Enables the user to be in limited mode for Copilot in Teams meetings. When copilotAdminLimitedMode=true, users in this mode can ask any questions, but Copilot doesn't respond to certain questions related to inferring emotions, behavior, or judgments. When copilotAdminLimitedMode=false, it responds to all types of questions grounded to the meeting conversation. The default value is false.
+ * Sets the isEnabledForGroup property value. The isEnabledForGroup property
* @param value Value to set for the isEnabledForGroup property.
*/
public void setIsEnabledForGroup(@jakarta.annotation.Nullable final Boolean value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/CopilotAdminSetting.java b/src/main/java/com/microsoft/graph/generated/models/CopilotAdminSetting.java
index 632efdd1af6..448b12244b9 100644
--- a/src/main/java/com/microsoft/graph/generated/models/CopilotAdminSetting.java
+++ b/src/main/java/com/microsoft/graph/generated/models/CopilotAdminSetting.java
@@ -35,7 +35,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the limitedMode property value. Represents a setting that controls whether users of Microsoft 365 Copilot in Teams meetings can receive responses to sentiment-related prompts. Read-only. Nullable.
+ * Gets the limitedMode property value. The limitedMode property
* @return a {@link CopilotAdminLimitedMode}
*/
@jakarta.annotation.Nullable
@@ -52,7 +52,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeObjectValue("limitedMode", this.getLimitedMode());
}
/**
- * Sets the limitedMode property value. Represents a setting that controls whether users of Microsoft 365 Copilot in Teams meetings can receive responses to sentiment-related prompts. Read-only. Nullable.
+ * Sets the limitedMode property value. The limitedMode property
* @param value Value to set for the limitedMode property.
*/
public void setLimitedMode(@jakarta.annotation.Nullable final CopilotAdminLimitedMode value) {
diff --git a/src/main/java/com/microsoft/graph/generated/models/CustomAuthenticationExtension.java b/src/main/java/com/microsoft/graph/generated/models/CustomAuthenticationExtension.java
index c9545bb1c9f..1a8a413da1c 100644
--- a/src/main/java/com/microsoft/graph/generated/models/CustomAuthenticationExtension.java
+++ b/src/main/java/com/microsoft/graph/generated/models/CustomAuthenticationExtension.java
@@ -29,11 +29,20 @@ public static CustomAuthenticationExtension createFromDiscriminatorValue(@jakart
switch (mappingValue) {
case "#microsoft.graph.onAttributeCollectionStartCustomExtension": return new OnAttributeCollectionStartCustomExtension();
case "#microsoft.graph.onAttributeCollectionSubmitCustomExtension": return new OnAttributeCollectionSubmitCustomExtension();
+ case "#microsoft.graph.onOtpSendCustomExtension": return new OnOtpSendCustomExtension();
case "#microsoft.graph.onTokenIssuanceStartCustomExtension": return new OnTokenIssuanceStartCustomExtension();
}
}
return new CustomAuthenticationExtension();
}
+ /**
+ * Gets the behaviorOnError property value. The behaviour on error for the custom authentication extension.
+ * @return a {@link CustomExtensionBehaviorOnError}
+ */
+ @jakarta.annotation.Nullable
+ public CustomExtensionBehaviorOnError getBehaviorOnError() {
+ return this.backingStore.get("behaviorOnError");
+ }
/**
* The deserialization information for the current model
* @return a {@link Map>}
@@ -41,6 +50,7 @@ public static CustomAuthenticationExtension createFromDiscriminatorValue(@jakart
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("behaviorOnError", (n) -> { this.setBehaviorOnError(n.getObjectValue(CustomExtensionBehaviorOnError::createFromDiscriminatorValue)); });
return deserializerMap;
}
/**
@@ -50,5 +60,13 @@ public Map> getFieldDeserializers
public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
Objects.requireNonNull(writer);
super.serialize(writer);
+ writer.writeObjectValue("behaviorOnError", this.getBehaviorOnError());
+ }
+ /**
+ * Sets the behaviorOnError property value. The behaviour on error for the custom authentication extension.
+ * @param value Value to set for the behaviorOnError property.
+ */
+ public void setBehaviorOnError(@jakarta.annotation.Nullable final CustomExtensionBehaviorOnError value) {
+ this.backingStore.set("behaviorOnError", value);
}
}
diff --git a/src/main/java/com/microsoft/graph/generated/models/CustomCalloutExtension.java b/src/main/java/com/microsoft/graph/generated/models/CustomCalloutExtension.java
index 0ef35d3698c..f229fb43115 100644
--- a/src/main/java/com/microsoft/graph/generated/models/CustomCalloutExtension.java
+++ b/src/main/java/com/microsoft/graph/generated/models/CustomCalloutExtension.java
@@ -33,6 +33,7 @@ public static CustomCalloutExtension createFromDiscriminatorValue(@jakarta.annot
case "#microsoft.graph.identityGovernance.customTaskExtension": return new CustomTaskExtension();
case "#microsoft.graph.onAttributeCollectionStartCustomExtension": return new OnAttributeCollectionStartCustomExtension();
case "#microsoft.graph.onAttributeCollectionSubmitCustomExtension": return new OnAttributeCollectionSubmitCustomExtension();
+ case "#microsoft.graph.onOtpSendCustomExtension": return new OnOtpSendCustomExtension();
case "#microsoft.graph.onTokenIssuanceStartCustomExtension": return new OnTokenIssuanceStartCustomExtension();
}
}
diff --git a/src/main/java/com/microsoft/graph/generated/models/CustomExtensionBehaviorOnError.java b/src/main/java/com/microsoft/graph/generated/models/CustomExtensionBehaviorOnError.java
new file mode 100644
index 00000000000..461de15d191
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/generated/models/CustomExtensionBehaviorOnError.java
@@ -0,0 +1,114 @@
+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 CustomExtensionBehaviorOnError implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
+ /**
+ * Instantiates a new {@link CustomExtensionBehaviorOnError} and sets the default values.
+ */
+ public CustomExtensionBehaviorOnError() {
+ 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 CustomExtensionBehaviorOnError}
+ */
+ @jakarta.annotation.Nonnull
+ public static CustomExtensionBehaviorOnError createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ final ParseNode mappingValueNode = parseNode.getChildNode("@odata.type");
+ if (mappingValueNode != null) {
+ final String mappingValue = mappingValueNode.getStringValue();
+ switch (mappingValue) {
+ case "#microsoft.graph.fallbackToMicrosoftProviderOnError": return new FallbackToMicrosoftProviderOnError();
+ }
+ }
+ return new CustomExtensionBehaviorOnError();
+ }
+ /**
+ * 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>(1);
+ 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("@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 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/CustomExtensionOverwriteConfiguration.java b/src/main/java/com/microsoft/graph/generated/models/CustomExtensionOverwriteConfiguration.java
index d8f51829abd..8c257797229 100644
--- a/src/main/java/com/microsoft/graph/generated/models/CustomExtensionOverwriteConfiguration.java
+++ b/src/main/java/com/microsoft/graph/generated/models/CustomExtensionOverwriteConfiguration.java
@@ -55,6 +55,14 @@ public Map getAdditionalData() {
public BackingStore getBackingStore() {
return this.backingStore;
}
+ /**
+ * Gets the behaviorOnError property value. The behaviorOnError property
+ * @return a {@link CustomExtensionBehaviorOnError}
+ */
+ @jakarta.annotation.Nullable
+ public CustomExtensionBehaviorOnError getBehaviorOnError() {
+ return this.backingStore.get("behaviorOnError");
+ }
/**
* Gets the clientConfiguration property value. Configuration regarding properties of the custom extension which can be overwritten per event listener. If no values are provided, the properties on the custom extension are used.
* @return a {@link CustomExtensionClientConfiguration}
@@ -69,7 +77,8 @@ public CustomExtensionClientConfiguration getClientConfiguration() {
*/
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
- final HashMap> deserializerMap = new HashMap>(2);
+ final HashMap> deserializerMap = new HashMap>(3);
+ deserializerMap.put("behaviorOnError", (n) -> { this.setBehaviorOnError(n.getObjectValue(CustomExtensionBehaviorOnError::createFromDiscriminatorValue)); });
deserializerMap.put("clientConfiguration", (n) -> { this.setClientConfiguration(n.getObjectValue(CustomExtensionClientConfiguration::createFromDiscriminatorValue)); });
deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
return deserializerMap;
@@ -88,6 +97,7 @@ public String getOdataType() {
*/
public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
Objects.requireNonNull(writer);
+ writer.writeObjectValue("behaviorOnError", this.getBehaviorOnError());
writer.writeObjectValue("clientConfiguration", this.getClientConfiguration());
writer.writeStringValue("@odata.type", this.getOdataType());
writer.writeAdditionalData(this.getAdditionalData());
@@ -107,6 +117,13 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
Objects.requireNonNull(value);
this.backingStore = value;
}
+ /**
+ * Sets the behaviorOnError property value. The behaviorOnError property
+ * @param value Value to set for the behaviorOnError property.
+ */
+ public void setBehaviorOnError(@jakarta.annotation.Nullable final CustomExtensionBehaviorOnError value) {
+ this.backingStore.set("behaviorOnError", value);
+ }
/**
* Sets the clientConfiguration property value. Configuration regarding properties of the custom extension which can be overwritten per event listener. If no values are provided, the properties on the custom extension are used.
* @param value Value to set for the clientConfiguration property.
diff --git a/src/main/java/com/microsoft/graph/generated/models/DeviceAppManagement.java b/src/main/java/com/microsoft/graph/generated/models/DeviceAppManagement.java
index 4578334c968..a7c67bf8070 100644
--- a/src/main/java/com/microsoft/graph/generated/models/DeviceAppManagement.java
+++ b/src/main/java/com/microsoft/graph/generated/models/DeviceAppManagement.java
@@ -65,6 +65,7 @@ public Map> getFieldDeserializers
deserializerMap.put("microsoftStoreForBusinessLastSuccessfulSyncDateTime", (n) -> { this.setMicrosoftStoreForBusinessLastSuccessfulSyncDateTime(n.getOffsetDateTimeValue()); });
deserializerMap.put("mobileAppCategories", (n) -> { this.setMobileAppCategories(n.getCollectionOfObjectValues(MobileAppCategory::createFromDiscriminatorValue)); });
deserializerMap.put("mobileAppConfigurations", (n) -> { this.setMobileAppConfigurations(n.getCollectionOfObjectValues(ManagedDeviceMobileAppConfiguration::createFromDiscriminatorValue)); });
+ deserializerMap.put("mobileAppRelationships", (n) -> { this.setMobileAppRelationships(n.getCollectionOfObjectValues(MobileAppRelationship::createFromDiscriminatorValue)); });
deserializerMap.put("mobileApps", (n) -> { this.setMobileApps(n.getCollectionOfObjectValues(MobileApp::createFromDiscriminatorValue)); });
deserializerMap.put("targetedManagedAppConfigurations", (n) -> { this.setTargetedManagedAppConfigurations(n.getCollectionOfObjectValues(TargetedManagedAppConfiguration::createFromDiscriminatorValue)); });
deserializerMap.put("vppTokens", (n) -> { this.setVppTokens(n.getCollectionOfObjectValues(VppToken::createFromDiscriminatorValue)); });
@@ -167,6 +168,14 @@ public java.util.List getMobileAppCategories() {
public java.util.List getMobileAppConfigurations() {
return this.backingStore.get("mobileAppConfigurations");
}
+ /**
+ * Gets the mobileAppRelationships property value. The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List