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 getMobileAppRelationships() { + return this.backingStore.get("mobileAppRelationships"); + } /** * Gets the mobileApps property value. The mobile apps. * @return a {@link java.util.List} @@ -220,6 +229,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeOffsetDateTimeValue("microsoftStoreForBusinessLastSuccessfulSyncDateTime", this.getMicrosoftStoreForBusinessLastSuccessfulSyncDateTime()); writer.writeCollectionOfObjectValues("mobileAppCategories", this.getMobileAppCategories()); writer.writeCollectionOfObjectValues("mobileAppConfigurations", this.getMobileAppConfigurations()); + writer.writeCollectionOfObjectValues("mobileAppRelationships", this.getMobileAppRelationships()); writer.writeCollectionOfObjectValues("mobileApps", this.getMobileApps()); writer.writeCollectionOfObjectValues("targetedManagedAppConfigurations", this.getTargetedManagedAppConfigurations()); writer.writeCollectionOfObjectValues("vppTokens", this.getVppTokens()); @@ -323,6 +333,13 @@ public void setMobileAppCategories(@jakarta.annotation.Nullable final java.util. public void setMobileAppConfigurations(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("mobileAppConfigurations", value); } + /** + * Sets the mobileAppRelationships property value. The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. + * @param value Value to set for the mobileAppRelationships property. + */ + public void setMobileAppRelationships(@jakarta.annotation.Nullable final java.util.List value) { + this.backingStore.set("mobileAppRelationships", value); + } /** * Sets the mobileApps property value. The mobile apps. * @param value Value to set for the mobileApps property. diff --git a/src/main/java/com/microsoft/graph/generated/models/DeviceEnrollmentType.java b/src/main/java/com/microsoft/graph/generated/models/DeviceEnrollmentType.java index fedfbef17d1..b3a4485d882 100644 --- a/src/main/java/com/microsoft/graph/generated/models/DeviceEnrollmentType.java +++ b/src/main/java/com/microsoft/graph/generated/models/DeviceEnrollmentType.java @@ -33,7 +33,9 @@ public enum DeviceEnrollmentType implements ValuedEnum { /** Indicates the device is enrolled via Apple User Enrollment with Company Portal. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities */ AppleUserEnrollment("appleUserEnrollment"), /** Indicates the device is enrolled via Apple User Enrollment with Company Portal using a device enrollment manager user. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities */ - AppleUserEnrollmentWithServiceAccount("appleUserEnrollmentWithServiceAccount"); + AppleUserEnrollmentWithServiceAccount("appleUserEnrollmentWithServiceAccount"), + /** Evolvable enumeration sentinel value. Do not use. */ + UnknownFutureValue("unknownFutureValue"); public final String value; DeviceEnrollmentType(final String value) { this.value = value; @@ -57,6 +59,7 @@ public static DeviceEnrollmentType forValue(@jakarta.annotation.Nonnull final St case "windowsAzureADJoinUsingDeviceAuth": return WindowsAzureADJoinUsingDeviceAuth; case "appleUserEnrollment": return AppleUserEnrollment; case "appleUserEnrollmentWithServiceAccount": return AppleUserEnrollmentWithServiceAccount; + case "unknownFutureValue": return UnknownFutureValue; default: return null; } } diff --git a/src/main/java/com/microsoft/graph/generated/models/DeviceManagementReports.java b/src/main/java/com/microsoft/graph/generated/models/DeviceManagementReports.java index 0284bf3863f..6aff1fcd3bf 100644 --- a/src/main/java/com/microsoft/graph/generated/models/DeviceManagementReports.java +++ b/src/main/java/com/microsoft/graph/generated/models/DeviceManagementReports.java @@ -6,9 +6,6 @@ import java.util.HashMap; import java.util.Map; import java.util.Objects; -/** - * Singleton entity that acts as a container for all reports functionality. - */ @jakarta.annotation.Generated("com.microsoft.kiota") public class DeviceManagementReports extends Entity implements Parsable { /** diff --git a/src/main/java/com/microsoft/graph/generated/models/DiskType.java b/src/main/java/com/microsoft/graph/generated/models/DiskType.java index b5f5a83f6dd..b509ec79137 100644 --- a/src/main/java/com/microsoft/graph/generated/models/DiskType.java +++ b/src/main/java/com/microsoft/graph/generated/models/DiskType.java @@ -11,7 +11,7 @@ public enum DiskType implements ValuedEnum { Hdd("hdd"), /** Enum member for SSD devices. */ Ssd("ssd"), - /** Evolvable enumeration sentinel value.Do not use. */ + /** Evolvable enumeration sentinel value. Do not use. */ UnknownFutureValue("unknownFutureValue"); public final String value; DiskType(final String value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/Entity.java b/src/main/java/com/microsoft/graph/generated/models/Entity.java index e2b71ebd2ed..2c2028490e6 100644 --- a/src/main/java/com/microsoft/graph/generated/models/Entity.java +++ b/src/main/java/com/microsoft/graph/generated/models/Entity.java @@ -648,6 +648,7 @@ private static Entity createFromDiscriminatorValue_0(@jakarta.annotation.Nonnull case "#microsoft.graph.mobileAppCategory": return new MobileAppCategory(); case "#microsoft.graph.mobileAppContent": return new MobileAppContent(); case "#microsoft.graph.mobileAppContentFile": return new MobileAppContentFile(); + case "#microsoft.graph.mobileAppRelationship": return new MobileAppRelationship(); case "#microsoft.graph.mobileAppTroubleshootingEvent": return new MobileAppTroubleshootingEvent(); case "#microsoft.graph.mobileContainedApp": return new MobileContainedApp(); case "#microsoft.graph.mobileLobApp": return new MobileLobApp(); @@ -673,11 +674,10 @@ private static Entity createFromDiscriminatorValue_0(@jakarta.annotation.Nonnull case "#microsoft.graph.onAuthenticationMethodLoadStartListener": return new OnAuthenticationMethodLoadStartListener(); case "#microsoft.graph.oneDriveForBusinessProtectionPolicy": return new OneDriveForBusinessProtectionPolicy(); case "#microsoft.graph.oneDriveForBusinessRestoreSession": return new OneDriveForBusinessRestoreSession(); + case "#microsoft.graph.onEmailOtpSendListener": return new OnEmailOtpSendListener(); case "#microsoft.graph.onenote": return new Onenote(); case "#microsoft.graph.onenoteEntityBaseModel": return new OnenoteEntityBaseModel(); case "#microsoft.graph.onenoteEntityHierarchyModel": return new OnenoteEntityHierarchyModel(); - case "#microsoft.graph.onenoteEntitySchemaObjectModel": return new OnenoteEntitySchemaObjectModel(); - case "#microsoft.graph.onenoteOperation": return new OnenoteOperation(); } return null; } @@ -689,12 +689,15 @@ private static Entity createFromDiscriminatorValue_0(@jakarta.annotation.Nonnull @jakarta.annotation.Nonnull private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull final String discriminatorValue) { switch (discriminatorValue) { + case "#microsoft.graph.onenoteEntitySchemaObjectModel": return new OnenoteEntitySchemaObjectModel(); + case "#microsoft.graph.onenoteOperation": return new OnenoteOperation(); case "#microsoft.graph.onenotePage": return new OnenotePage(); case "#microsoft.graph.onenoteResource": return new OnenoteResource(); case "#microsoft.graph.onenoteSection": return new OnenoteSection(); case "#microsoft.graph.onInteractiveAuthFlowStartListener": return new OnInteractiveAuthFlowStartListener(); case "#microsoft.graph.onlineMeeting": return new OnlineMeeting(); case "#microsoft.graph.onlineMeetingBase": return new OnlineMeetingBase(); + case "#microsoft.graph.onOtpSendCustomExtension": return new OnOtpSendCustomExtension(); case "#microsoft.graph.onPremisesConditionalAccessSettings": return new OnPremisesConditionalAccessSettings(); case "#microsoft.graph.onPremisesDirectorySynchronization": return new OnPremisesDirectorySynchronization(); case "#microsoft.graph.onTokenIssuanceStartCustomExtension": return new OnTokenIssuanceStartCustomExtension(); @@ -1186,9 +1189,6 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull case "#microsoft.graph.workbookTable": return new WorkbookTable(); case "#microsoft.graph.workbookTableColumn": return new WorkbookTableColumn(); case "#microsoft.graph.workbookTableRow": return new WorkbookTableRow(); - case "#microsoft.graph.workbookTableSort": return new WorkbookTableSort(); - case "#microsoft.graph.workbookWorksheet": return new WorkbookWorksheet(); - case "#microsoft.graph.workbookWorksheetProtection": return new WorkbookWorksheetProtection(); } return null; } @@ -1200,6 +1200,9 @@ private static Entity createFromDiscriminatorValue_1(@jakarta.annotation.Nonnull @jakarta.annotation.Nonnull private static Entity createFromDiscriminatorValue_2(@jakarta.annotation.Nonnull final String discriminatorValue) { switch (discriminatorValue) { + case "#microsoft.graph.workbookTableSort": return new WorkbookTableSort(); + case "#microsoft.graph.workbookWorksheet": return new WorkbookWorksheet(); + case "#microsoft.graph.workbookWorksheetProtection": return new WorkbookWorksheetProtection(); case "#microsoft.graph.workforceIntegration": return new WorkforceIntegration(); case "#microsoft.graph.workingTimeSchedule": return new WorkingTimeSchedule(); case "#microsoft.graph.x509CertificateAuthenticationMethodConfiguration": return new X509CertificateAuthenticationMethodConfiguration(); diff --git a/src/main/java/com/microsoft/graph/generated/models/FallbackToMicrosoftProviderOnError.java b/src/main/java/com/microsoft/graph/generated/models/FallbackToMicrosoftProviderOnError.java new file mode 100644 index 00000000000..c2de8ba723b --- /dev/null +++ b/src/main/java/com/microsoft/graph/generated/models/FallbackToMicrosoftProviderOnError.java @@ -0,0 +1,45 @@ +package com.microsoft.graph.models; + +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParseNode; +import com.microsoft.kiota.serialization.SerializationWriter; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +@jakarta.annotation.Generated("com.microsoft.kiota") +public class FallbackToMicrosoftProviderOnError extends CustomExtensionBehaviorOnError implements Parsable { + /** + * Instantiates a new {@link FallbackToMicrosoftProviderOnError} and sets the default values. + */ + public FallbackToMicrosoftProviderOnError() { + super(); + this.setOdataType("#microsoft.graph.fallbackToMicrosoftProviderOnError"); + } + /** + * 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 FallbackToMicrosoftProviderOnError} + */ + @jakarta.annotation.Nonnull + public static FallbackToMicrosoftProviderOnError createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new FallbackToMicrosoftProviderOnError(); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers()); + return deserializerMap; + } + /** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ + public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) { + Objects.requireNonNull(writer); + super.serialize(writer); + } +} diff --git a/src/main/java/com/microsoft/graph/generated/models/FileEncryptionInfo.java b/src/main/java/com/microsoft/graph/generated/models/FileEncryptionInfo.java index aed2a950ac7..144b3ce7519 100644 --- a/src/main/java/com/microsoft/graph/generated/models/FileEncryptionInfo.java +++ b/src/main/java/com/microsoft/graph/generated/models/FileEncryptionInfo.java @@ -11,7 +11,7 @@ import java.util.Map; import java.util.Objects; /** - * Contains properties for file encryption information for the content version of a line of business app. + * Contains properties for file encryption information for the content version of a line-of-business app. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class FileEncryptionInfo implements AdditionalDataHolder, BackedModel, Parsable { diff --git a/src/main/java/com/microsoft/graph/generated/models/IosDdmLobAppAssignmentSettings.java b/src/main/java/com/microsoft/graph/generated/models/IosDdmLobAppAssignmentSettings.java new file mode 100644 index 00000000000..1cdb87d8611 --- /dev/null +++ b/src/main/java/com/microsoft/graph/generated/models/IosDdmLobAppAssignmentSettings.java @@ -0,0 +1,133 @@ +package com.microsoft.graph.models; + +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParseNode; +import com.microsoft.kiota.serialization.SerializationWriter; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * Contains properties used to assign an iOS iOS Declarative Device Management (DDM) Line Of Business (LOB) mobile app to a group. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class IosDdmLobAppAssignmentSettings extends MobileAppAssignmentSettings implements Parsable { + /** + * Instantiates a new {@link IosDdmLobAppAssignmentSettings} and sets the default values. + */ + public IosDdmLobAppAssignmentSettings() { + super(); + this.setOdataType("#microsoft.graph.iosDdmLobAppAssignmentSettings"); + } + /** + * 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 IosDdmLobAppAssignmentSettings} + */ + @jakarta.annotation.Nonnull + public static IosDdmLobAppAssignmentSettings createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new IosDdmLobAppAssignmentSettings(); + } + /** + * Gets the associatedDomains property value. Domain names to associate with the app + * @return a {@link java.util.List} + */ + @jakarta.annotation.Nullable + public java.util.List getAssociatedDomains() { + return this.backingStore.get("associatedDomains"); + } + /** + * Gets the associatedDomainsDirectDownloadAllowed property value. When true, the system allows direct downloads for the AssociatedDomains. When false, the system will not allow direct downloads for the AssociatedDomains. Default is false. + * @return a {@link Boolean} + */ + @jakarta.annotation.Nullable + public Boolean getAssociatedDomainsDirectDownloadAllowed() { + return this.backingStore.get("associatedDomainsDirectDownloadAllowed"); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers()); + deserializerMap.put("associatedDomains", (n) -> { this.setAssociatedDomains(n.getCollectionOfPrimitiveValues(String.class)); }); + deserializerMap.put("associatedDomainsDirectDownloadAllowed", (n) -> { this.setAssociatedDomainsDirectDownloadAllowed(n.getBooleanValue()); }); + deserializerMap.put("preventManagedAppBackup", (n) -> { this.setPreventManagedAppBackup(n.getBooleanValue()); }); + deserializerMap.put("tapToPayScreenLockEnabled", (n) -> { this.setTapToPayScreenLockEnabled(n.getBooleanValue()); }); + deserializerMap.put("vpnConfigurationId", (n) -> { this.setVpnConfigurationId(n.getStringValue()); }); + return deserializerMap; + } + /** + * Gets the preventManagedAppBackup property value. When true, indicates that the app should not be backed up to iCloud. When false, indicates that the app may be backed up to iCloud. Default is false. + * @return a {@link Boolean} + */ + @jakarta.annotation.Nullable + public Boolean getPreventManagedAppBackup() { + return this.backingStore.get("preventManagedAppBackup"); + } + /** + * Gets the tapToPayScreenLockEnabled property value. When true, the device locks its screen after every transaction that requires a customers card PIN. When false, the user can choose the behavior. Default value is false. + * @return a {@link Boolean} + */ + @jakarta.annotation.Nullable + public Boolean getTapToPayScreenLockEnabled() { + return this.backingStore.get("tapToPayScreenLockEnabled"); + } + /** + * Gets the vpnConfigurationId property value. The unique identifier of the relay to associate with the app. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getVpnConfigurationId() { + return this.backingStore.get("vpnConfigurationId"); + } + /** + * 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.writeCollectionOfPrimitiveValues("associatedDomains", this.getAssociatedDomains()); + writer.writeBooleanValue("associatedDomainsDirectDownloadAllowed", this.getAssociatedDomainsDirectDownloadAllowed()); + writer.writeBooleanValue("preventManagedAppBackup", this.getPreventManagedAppBackup()); + writer.writeBooleanValue("tapToPayScreenLockEnabled", this.getTapToPayScreenLockEnabled()); + writer.writeStringValue("vpnConfigurationId", this.getVpnConfigurationId()); + } + /** + * Sets the associatedDomains property value. Domain names to associate with the app + * @param value Value to set for the associatedDomains property. + */ + public void setAssociatedDomains(@jakarta.annotation.Nullable final java.util.List value) { + this.backingStore.set("associatedDomains", value); + } + /** + * Sets the associatedDomainsDirectDownloadAllowed property value. When true, the system allows direct downloads for the AssociatedDomains. When false, the system will not allow direct downloads for the AssociatedDomains. Default is false. + * @param value Value to set for the associatedDomainsDirectDownloadAllowed property. + */ + public void setAssociatedDomainsDirectDownloadAllowed(@jakarta.annotation.Nullable final Boolean value) { + this.backingStore.set("associatedDomainsDirectDownloadAllowed", value); + } + /** + * Sets the preventManagedAppBackup property value. When true, indicates that the app should not be backed up to iCloud. When false, indicates that the app may be backed up to iCloud. Default is false. + * @param value Value to set for the preventManagedAppBackup property. + */ + public void setPreventManagedAppBackup(@jakarta.annotation.Nullable final Boolean value) { + this.backingStore.set("preventManagedAppBackup", value); + } + /** + * Sets the tapToPayScreenLockEnabled property value. When true, the device locks its screen after every transaction that requires a customers card PIN. When false, the user can choose the behavior. Default value is false. + * @param value Value to set for the tapToPayScreenLockEnabled property. + */ + public void setTapToPayScreenLockEnabled(@jakarta.annotation.Nullable final Boolean value) { + this.backingStore.set("tapToPayScreenLockEnabled", value); + } + /** + * Sets the vpnConfigurationId property value. The unique identifier of the relay to associate with the app. + * @param value Value to set for the vpnConfigurationId property. + */ + public void setVpnConfigurationId(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("vpnConfigurationId", value); + } +} diff --git a/src/main/java/com/microsoft/graph/generated/models/ManagedAppAvailability.java b/src/main/java/com/microsoft/graph/generated/models/ManagedAppAvailability.java index 9b4c9f1ab51..e8e48d1b6c3 100644 --- a/src/main/java/com/microsoft/graph/generated/models/ManagedAppAvailability.java +++ b/src/main/java/com/microsoft/graph/generated/models/ManagedAppAvailability.java @@ -10,7 +10,7 @@ public enum ManagedAppAvailability implements ValuedEnum { /** A globally available app to all tenants. */ Global("global"), - /** A line of business apps private to an organization. */ + /** A line-of-business apps private to an organization. */ LineOfBusiness("lineOfBusiness"); public final String value; ManagedAppAvailability(final String value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/ManagedDevice.java b/src/main/java/com/microsoft/graph/generated/models/ManagedDevice.java index 48d4863b1d6..24112b6c3c6 100644 --- a/src/main/java/com/microsoft/graph/generated/models/ManagedDevice.java +++ b/src/main/java/com/microsoft/graph/generated/models/ManagedDevice.java @@ -8,7 +8,7 @@ import java.util.Map; import java.util.Objects; /** - * Devices that are managed or pre-enrolled through Intune + * Devices that are managed or pre-enrolled through Intune. Limited support for $filter: Only properties whose descriptions mention support for $filter may be used, and combinations of those filtered properties must use 'and', not 'or'. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class ManagedDevice extends Entity implements Parsable { diff --git a/src/main/java/com/microsoft/graph/generated/models/ManagedMobileLobApp.java b/src/main/java/com/microsoft/graph/generated/models/ManagedMobileLobApp.java index dfbcf4b7903..699d713e746 100644 --- a/src/main/java/com/microsoft/graph/generated/models/ManagedMobileLobApp.java +++ b/src/main/java/com/microsoft/graph/generated/models/ManagedMobileLobApp.java @@ -7,7 +7,7 @@ import java.util.Map; import java.util.Objects; /** - * An abstract base class containing properties for all managed mobile line of business apps. + * An abstract base class containing properties for all managed mobile line-of-business apps. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class ManagedMobileLobApp extends ManagedApp implements Parsable { diff --git a/src/main/java/com/microsoft/graph/generated/models/MobileAppAssignmentSettings.java b/src/main/java/com/microsoft/graph/generated/models/MobileAppAssignmentSettings.java index bf79882be6d..a0b30370ff7 100644 --- a/src/main/java/com/microsoft/graph/generated/models/MobileAppAssignmentSettings.java +++ b/src/main/java/com/microsoft/graph/generated/models/MobileAppAssignmentSettings.java @@ -39,6 +39,7 @@ public static MobileAppAssignmentSettings createFromDiscriminatorValue(@jakarta. if (mappingValueNode != null) { final String mappingValue = mappingValueNode.getStringValue(); switch (mappingValue) { + case "#microsoft.graph.iosDdmLobAppAssignmentSettings": return new IosDdmLobAppAssignmentSettings(); case "#microsoft.graph.iosLobAppAssignmentSettings": return new IosLobAppAssignmentSettings(); case "#microsoft.graph.iosStoreAppAssignmentSettings": return new IosStoreAppAssignmentSettings(); case "#microsoft.graph.iosVppAppAssignmentSettings": return new IosVppAppAssignmentSettings(); diff --git a/src/main/java/com/microsoft/graph/generated/models/MobileAppRelationship.java b/src/main/java/com/microsoft/graph/generated/models/MobileAppRelationship.java new file mode 100644 index 00000000000..6658974abd2 --- /dev/null +++ b/src/main/java/com/microsoft/graph/generated/models/MobileAppRelationship.java @@ -0,0 +1,176 @@ +package com.microsoft.graph.models; + +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParseNode; +import com.microsoft.kiota.serialization.SerializationWriter; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +/** + * The MobileAppRelationship describes the relationship between two mobile applications by providing information that tells if an application is dependent on or superseded by another application. + */ +@jakarta.annotation.Generated("com.microsoft.kiota") +public class MobileAppRelationship extends Entity implements Parsable { + /** + * Instantiates a new {@link MobileAppRelationship} and sets the default values. + */ + public MobileAppRelationship() { + super(); + } + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @return a {@link MobileAppRelationship} + */ + @jakarta.annotation.Nonnull + public static MobileAppRelationship createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new MobileAppRelationship(); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers()); + deserializerMap.put("sourceDisplayName", (n) -> { this.setSourceDisplayName(n.getStringValue()); }); + deserializerMap.put("sourceDisplayVersion", (n) -> { this.setSourceDisplayVersion(n.getStringValue()); }); + deserializerMap.put("sourceId", (n) -> { this.setSourceId(n.getStringValue()); }); + deserializerMap.put("sourcePublisherDisplayName", (n) -> { this.setSourcePublisherDisplayName(n.getStringValue()); }); + deserializerMap.put("targetDisplayName", (n) -> { this.setTargetDisplayName(n.getStringValue()); }); + deserializerMap.put("targetDisplayVersion", (n) -> { this.setTargetDisplayVersion(n.getStringValue()); }); + deserializerMap.put("targetId", (n) -> { this.setTargetId(n.getStringValue()); }); + deserializerMap.put("targetPublisherDisplayName", (n) -> { this.setTargetPublisherDisplayName(n.getStringValue()); }); + return deserializerMap; + } + /** + * Gets the sourceDisplayName property value. The display name of the app that is the source of the mobile app relationship entity. For example: Orca. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getSourceDisplayName() { + return this.backingStore.get("sourceDisplayName"); + } + /** + * Gets the sourceDisplayVersion property value. The display version of the app that is the source of the mobile app relationship entity. For example 1.0.12 or 1.2203.156 or 3. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getSourceDisplayVersion() { + return this.backingStore.get("sourceDisplayVersion"); + } + /** + * Gets the sourceId property value. The unique app identifier of the source of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. If null during relationship creation, then it will be populated with parent Id. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getSourceId() { + return this.backingStore.get("sourceId"); + } + /** + * Gets the sourcePublisherDisplayName property value. The publisher display name of the app that is the source of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getSourcePublisherDisplayName() { + return this.backingStore.get("sourcePublisherDisplayName"); + } + /** + * Gets the targetDisplayName property value. The display name of the app that is the target of the mobile app relationship entity. For example: Firefox Setup 52.0.2 32bit.intunewin. Maximum length is 500 characters. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getTargetDisplayName() { + return this.backingStore.get("targetDisplayName"); + } + /** + * Gets the targetDisplayVersion property value. The display version of the app that is the target of the mobile app relationship entity. For example 1.0 or 1.2203.156. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getTargetDisplayVersion() { + return this.backingStore.get("targetDisplayVersion"); + } + /** + * Gets the targetId property value. The unique app identifier of the target of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getTargetId() { + return this.backingStore.get("targetId"); + } + /** + * Gets the targetPublisherDisplayName property value. The publisher display name of the app that is the target of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getTargetPublisherDisplayName() { + return this.backingStore.get("targetPublisherDisplayName"); + } + /** + * 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("targetId", this.getTargetId()); + } + /** + * Sets the sourceDisplayName property value. The display name of the app that is the source of the mobile app relationship entity. For example: Orca. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @param value Value to set for the sourceDisplayName property. + */ + public void setSourceDisplayName(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("sourceDisplayName", value); + } + /** + * Sets the sourceDisplayVersion property value. The display version of the app that is the source of the mobile app relationship entity. For example 1.0.12 or 1.2203.156 or 3. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @param value Value to set for the sourceDisplayVersion property. + */ + public void setSourceDisplayVersion(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("sourceDisplayVersion", value); + } + /** + * Sets the sourceId property value. The unique app identifier of the source of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. If null during relationship creation, then it will be populated with parent Id. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @param value Value to set for the sourceId property. + */ + public void setSourceId(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("sourceId", value); + } + /** + * Sets the sourcePublisherDisplayName property value. The publisher display name of the app that is the source of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @param value Value to set for the sourcePublisherDisplayName property. + */ + public void setSourcePublisherDisplayName(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("sourcePublisherDisplayName", value); + } + /** + * Sets the targetDisplayName property value. The display name of the app that is the target of the mobile app relationship entity. For example: Firefox Setup 52.0.2 32bit.intunewin. Maximum length is 500 characters. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @param value Value to set for the targetDisplayName property. + */ + public void setTargetDisplayName(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("targetDisplayName", value); + } + /** + * Sets the targetDisplayVersion property value. The display version of the app that is the target of the mobile app relationship entity. For example 1.0 or 1.2203.156. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @param value Value to set for the targetDisplayVersion property. + */ + public void setTargetDisplayVersion(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("targetDisplayVersion", value); + } + /** + * Sets the targetId property value. The unique app identifier of the target of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. + * @param value Value to set for the targetId property. + */ + public void setTargetId(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("targetId", value); + } + /** + * Sets the targetPublisherDisplayName property value. The publisher display name of the app that is the target of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only. + * @param value Value to set for the targetPublisherDisplayName property. + */ + public void setTargetPublisherDisplayName(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("targetPublisherDisplayName", value); + } +} diff --git a/src/main/java/com/microsoft/graph/generated/models/MobileAppRelationshipCollectionResponse.java b/src/main/java/com/microsoft/graph/generated/models/MobileAppRelationshipCollectionResponse.java new file mode 100644 index 00000000000..2359522d04d --- /dev/null +++ b/src/main/java/com/microsoft/graph/generated/models/MobileAppRelationshipCollectionResponse.java @@ -0,0 +1,61 @@ +package com.microsoft.graph.models; + +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParseNode; +import com.microsoft.kiota.serialization.SerializationWriter; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +@jakarta.annotation.Generated("com.microsoft.kiota") +public class MobileAppRelationshipCollectionResponse extends BaseCollectionPaginationCountResponse implements Parsable { + /** + * Instantiates a new {@link MobileAppRelationshipCollectionResponse} and sets the default values. + */ + public MobileAppRelationshipCollectionResponse() { + super(); + } + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @return a {@link MobileAppRelationshipCollectionResponse} + */ + @jakarta.annotation.Nonnull + public static MobileAppRelationshipCollectionResponse createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new MobileAppRelationshipCollectionResponse(); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers()); + deserializerMap.put("value", (n) -> { this.setValue(n.getCollectionOfObjectValues(MobileAppRelationship::createFromDiscriminatorValue)); }); + return deserializerMap; + } + /** + * Gets the value property value. The value property + * @return a {@link java.util.List} + */ + @jakarta.annotation.Nullable + public java.util.List getValue() { + return this.backingStore.get("value"); + } + /** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ + public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) { + Objects.requireNonNull(writer); + super.serialize(writer); + writer.writeCollectionOfObjectValues("value", this.getValue()); + } + /** + * Sets the value property value. The value property + * @param value Value to set for the value property. + */ + public void setValue(@jakarta.annotation.Nullable final java.util.List value) { + this.backingStore.set("value", value); + } +} diff --git a/src/main/java/com/microsoft/graph/generated/models/MobileLobApp.java b/src/main/java/com/microsoft/graph/generated/models/MobileLobApp.java index b9709b1c3be..387a6c42853 100644 --- a/src/main/java/com/microsoft/graph/generated/models/MobileLobApp.java +++ b/src/main/java/com/microsoft/graph/generated/models/MobileLobApp.java @@ -7,7 +7,7 @@ import java.util.Map; import java.util.Objects; /** - * An abstract base class containing properties for all mobile line of business apps. + * An abstract base class containing properties for all mobile line-of-business apps. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class MobileLobApp extends MobileApp implements Parsable { diff --git a/src/main/java/com/microsoft/graph/generated/models/OnEmailOtpSendListener.java b/src/main/java/com/microsoft/graph/generated/models/OnEmailOtpSendListener.java new file mode 100644 index 00000000000..0363cf38b6d --- /dev/null +++ b/src/main/java/com/microsoft/graph/generated/models/OnEmailOtpSendListener.java @@ -0,0 +1,62 @@ +package com.microsoft.graph.models; + +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParseNode; +import com.microsoft.kiota.serialization.SerializationWriter; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +@jakarta.annotation.Generated("com.microsoft.kiota") +public class OnEmailOtpSendListener extends AuthenticationEventListener implements Parsable { + /** + * Instantiates a new {@link OnEmailOtpSendListener} and sets the default values. + */ + public OnEmailOtpSendListener() { + super(); + this.setOdataType("#microsoft.graph.onEmailOtpSendListener"); + } + /** + * 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 OnEmailOtpSendListener} + */ + @jakarta.annotation.Nonnull + public static OnEmailOtpSendListener createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new OnEmailOtpSendListener(); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers()); + deserializerMap.put("handler", (n) -> { this.setHandler(n.getObjectValue(OnOtpSendHandler::createFromDiscriminatorValue)); }); + return deserializerMap; + } + /** + * Gets the handler property value. Used to configure what to invoke if the onEmailOTPSend event resolves to this listener. This base class serves as a generic OTP event handler used for both email and SMS OTP messages. + * @return a {@link OnOtpSendHandler} + */ + @jakarta.annotation.Nullable + public OnOtpSendHandler getHandler() { + return this.backingStore.get("handler"); + } + /** + * 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("handler", this.getHandler()); + } + /** + * Sets the handler property value. Used to configure what to invoke if the onEmailOTPSend event resolves to this listener. This base class serves as a generic OTP event handler used for both email and SMS OTP messages. + * @param value Value to set for the handler property. + */ + public void setHandler(@jakarta.annotation.Nullable final OnOtpSendHandler value) { + this.backingStore.set("handler", value); + } +} diff --git a/src/main/java/com/microsoft/graph/generated/models/OnOtpSendCustomExtension.java b/src/main/java/com/microsoft/graph/generated/models/OnOtpSendCustomExtension.java new file mode 100644 index 00000000000..d71e4f2d0f9 --- /dev/null +++ b/src/main/java/com/microsoft/graph/generated/models/OnOtpSendCustomExtension.java @@ -0,0 +1,45 @@ +package com.microsoft.graph.models; + +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParseNode; +import com.microsoft.kiota.serialization.SerializationWriter; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +@jakarta.annotation.Generated("com.microsoft.kiota") +public class OnOtpSendCustomExtension extends CustomAuthenticationExtension implements Parsable { + /** + * Instantiates a new {@link OnOtpSendCustomExtension} and sets the default values. + */ + public OnOtpSendCustomExtension() { + super(); + this.setOdataType("#microsoft.graph.onOtpSendCustomExtension"); + } + /** + * 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 OnOtpSendCustomExtension} + */ + @jakarta.annotation.Nonnull + public static OnOtpSendCustomExtension createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new OnOtpSendCustomExtension(); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers()); + return deserializerMap; + } + /** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ + public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) { + Objects.requireNonNull(writer); + super.serialize(writer); + } +} diff --git a/src/main/java/com/microsoft/graph/generated/models/OnOtpSendCustomExtensionHandler.java b/src/main/java/com/microsoft/graph/generated/models/OnOtpSendCustomExtensionHandler.java new file mode 100644 index 00000000000..9fa88ccc32a --- /dev/null +++ b/src/main/java/com/microsoft/graph/generated/models/OnOtpSendCustomExtensionHandler.java @@ -0,0 +1,79 @@ +package com.microsoft.graph.models; + +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParseNode; +import com.microsoft.kiota.serialization.SerializationWriter; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +@jakarta.annotation.Generated("com.microsoft.kiota") +public class OnOtpSendCustomExtensionHandler extends OnOtpSendHandler implements Parsable { + /** + * Instantiates a new {@link OnOtpSendCustomExtensionHandler} and sets the default values. + */ + public OnOtpSendCustomExtensionHandler() { + super(); + this.setOdataType("#microsoft.graph.onOtpSendCustomExtensionHandler"); + } + /** + * 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 OnOtpSendCustomExtensionHandler} + */ + @jakarta.annotation.Nonnull + public static OnOtpSendCustomExtensionHandler createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new OnOtpSendCustomExtensionHandler(); + } + /** + * Gets the configuration property value. Configuration regarding properties of the custom extension that are can be overwritten for the onEmailOtpSendListener event listener. + * @return a {@link CustomExtensionOverwriteConfiguration} + */ + @jakarta.annotation.Nullable + public CustomExtensionOverwriteConfiguration getConfiguration() { + return this.backingStore.get("configuration"); + } + /** + * Gets the customExtension property value. The customExtension property + * @return a {@link OnOtpSendCustomExtension} + */ + @jakarta.annotation.Nullable + public OnOtpSendCustomExtension getCustomExtension() { + return this.backingStore.get("customExtension"); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers()); + deserializerMap.put("configuration", (n) -> { this.setConfiguration(n.getObjectValue(CustomExtensionOverwriteConfiguration::createFromDiscriminatorValue)); }); + deserializerMap.put("customExtension", (n) -> { this.setCustomExtension(n.getObjectValue(OnOtpSendCustomExtension::createFromDiscriminatorValue)); }); + return deserializerMap; + } + /** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ + public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) { + Objects.requireNonNull(writer); + super.serialize(writer); + writer.writeObjectValue("configuration", this.getConfiguration()); + writer.writeObjectValue("customExtension", this.getCustomExtension()); + } + /** + * Sets the configuration property value. Configuration regarding properties of the custom extension that are can be overwritten for the onEmailOtpSendListener event listener. + * @param value Value to set for the configuration property. + */ + public void setConfiguration(@jakarta.annotation.Nullable final CustomExtensionOverwriteConfiguration value) { + this.backingStore.set("configuration", value); + } + /** + * Sets the customExtension property value. The customExtension property + * @param value Value to set for the customExtension property. + */ + public void setCustomExtension(@jakarta.annotation.Nullable final OnOtpSendCustomExtension value) { + this.backingStore.set("customExtension", value); + } +} diff --git a/src/main/java/com/microsoft/graph/generated/models/OnOtpSendHandler.java b/src/main/java/com/microsoft/graph/generated/models/OnOtpSendHandler.java new file mode 100644 index 00000000000..320bad8e75a --- /dev/null +++ b/src/main/java/com/microsoft/graph/generated/models/OnOtpSendHandler.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 OnOtpSendHandler implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link OnOtpSendHandler} and sets the default values. + */ + public OnOtpSendHandler() { + 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 OnOtpSendHandler} + */ + @jakarta.annotation.Nonnull + public static OnOtpSendHandler 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.onOtpSendCustomExtensionHandler": return new OnOtpSendCustomExtensionHandler(); + } + } + return new OnOtpSendHandler(); + } + /** + * 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/OutOfOfficeSettings.java b/src/main/java/com/microsoft/graph/generated/models/OutOfOfficeSettings.java index f8a5b84407b..92505e98f1c 100644 --- a/src/main/java/com/microsoft/graph/generated/models/OutOfOfficeSettings.java +++ b/src/main/java/com/microsoft/graph/generated/models/OutOfOfficeSettings.java @@ -68,7 +68,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the isOutOfOffice property value. The isOutOfOffice property + * Gets the isOutOfOffice property value. If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -76,7 +76,7 @@ public Boolean getIsOutOfOffice() { return this.backingStore.get("isOutOfOffice"); } /** - * Gets the message property value. The message property + * Gets the message property value. The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office). * @return a {@link String} */ @jakarta.annotation.Nullable @@ -118,14 +118,14 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the isOutOfOffice property value. The isOutOfOffice property + * Sets the isOutOfOffice property value. If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false. * @param value Value to set for the isOutOfOffice property. */ public void setIsOutOfOffice(@jakarta.annotation.Nullable final Boolean value) { this.backingStore.set("isOutOfOffice", value); } /** - * Sets the message property value. The message property + * Sets the message property value. The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office). * @param value Value to set for the message property. */ public void setMessage(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/Presence.java b/src/main/java/com/microsoft/graph/generated/models/Presence.java index f487918b5ab..2aa1ca95878 100644 --- a/src/main/java/com/microsoft/graph/generated/models/Presence.java +++ b/src/main/java/com/microsoft/graph/generated/models/Presence.java @@ -33,7 +33,7 @@ public String getActivity() { return this.backingStore.get("activity"); } /** - * Gets the availability property value. The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown + * Gets the availability property value. The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -55,7 +55,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the outOfOfficeSettings property value. The outOfOfficeSettings property + * Gets the outOfOfficeSettings property value. The user's out-of-office settings. * @return a {@link OutOfOfficeSettings} */ @jakarta.annotation.Nullable @@ -63,7 +63,7 @@ public OutOfOfficeSettings getOutOfOfficeSettings() { return this.backingStore.get("outOfOfficeSettings"); } /** - * Gets the sequenceNumber property value. The sequenceNumber property + * Gets the sequenceNumber property value. The lexicographically sortable string stamp that represents the version of a presence object. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -98,21 +98,21 @@ public void setActivity(@jakarta.annotation.Nullable final String value) { this.backingStore.set("activity", value); } /** - * Sets the availability property value. The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown + * Sets the availability property value. The base presence information for a user. Possible values are Available, availableIdle, Away, beRightBack, Busy, busyIdle, DoNotDisturb, Offline, presenceUnknown. * @param value Value to set for the availability property. */ public void setAvailability(@jakarta.annotation.Nullable final String value) { this.backingStore.set("availability", value); } /** - * Sets the outOfOfficeSettings property value. The outOfOfficeSettings property + * Sets the outOfOfficeSettings property value. The user's out-of-office settings. * @param value Value to set for the outOfOfficeSettings property. */ public void setOutOfOfficeSettings(@jakarta.annotation.Nullable final OutOfOfficeSettings value) { this.backingStore.set("outOfOfficeSettings", value); } /** - * Sets the sequenceNumber property value. The sequenceNumber property + * Sets the sequenceNumber property value. The lexicographically sortable string stamp that represents the version of a presence object. * @param value Value to set for the sequenceNumber property. */ public void setSequenceNumber(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/WindowsDefenderProductStatus.java b/src/main/java/com/microsoft/graph/generated/models/WindowsDefenderProductStatus.java index 7a67c147d2b..00ca3297007 100644 --- a/src/main/java/com/microsoft/graph/generated/models/WindowsDefenderProductStatus.java +++ b/src/main/java/com/microsoft/graph/generated/models/WindowsDefenderProductStatus.java @@ -18,11 +18,11 @@ public enum WindowsDefenderProductStatus implements ValuedEnum { PendingFullScanDueToThreatAction("pendingFullScanDueToThreatAction"), /** Pending reboot due to threat action */ PendingRebootDueToThreatAction("pendingRebootDueToThreatAction"), - /** Pending manual steps due to threat action */ + /** Pending manual steps due to threat action */ PendingManualStepsDueToThreatAction("pendingManualStepsDueToThreatAction"), - /** AV signatures out of date */ + /** Antivirus (AV) signatures out of date */ AvSignaturesOutOfDate("avSignaturesOutOfDate"), - /** AS signatures out of date */ + /** Antisypware (AS) signatures out of date */ AsSignaturesOutOfDate("asSignaturesOutOfDate"), /** No quick scan has happened for a specified period */ NoQuickScanHappenedForSpecifiedPeriod("noQuickScanHappenedForSpecifiedPeriod"), diff --git a/src/main/java/com/microsoft/graph/generated/models/WindowsUpdateForBusinessUpdateWeeks.java b/src/main/java/com/microsoft/graph/generated/models/WindowsUpdateForBusinessUpdateWeeks.java index 24d80fee877..1a732b708a4 100644 --- a/src/main/java/com/microsoft/graph/generated/models/WindowsUpdateForBusinessUpdateWeeks.java +++ b/src/main/java/com/microsoft/graph/generated/models/WindowsUpdateForBusinessUpdateWeeks.java @@ -20,7 +20,7 @@ public enum WindowsUpdateForBusinessUpdateWeeks implements ValuedEnum { FourthWeek("fourthWeek"), /** Scheduled the update installation on every week of the month */ EveryWeek("everyWeek"), - /** Evolvable enum member */ + /** Evolvable enumeration sentinel value. Do not use. */ UnknownFutureValue("unknownFutureValue"); public final String value; WindowsUpdateForBusinessUpdateWeeks(final String value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/WindowsUpdateNotificationDisplayOption.java b/src/main/java/com/microsoft/graph/generated/models/WindowsUpdateNotificationDisplayOption.java index 34bf3f5eb31..824c4fd692b 100644 --- a/src/main/java/com/microsoft/graph/generated/models/WindowsUpdateNotificationDisplayOption.java +++ b/src/main/java/com/microsoft/graph/generated/models/WindowsUpdateNotificationDisplayOption.java @@ -16,7 +16,7 @@ public enum WindowsUpdateNotificationDisplayOption implements ValuedEnum { RestartWarningsOnly("restartWarningsOnly"), /** Turn off all notifications, including restart warnings. */ DisableAllNotifications("disableAllNotifications"), - /** Evolvable enum member */ + /** Evolvable enumeration sentinel value. Do not use. */ UnknownFutureValue("unknownFutureValue"); public final String value; WindowsUpdateNotificationDisplayOption(final String value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/WorkbookWorksheetProtectionOptions.java b/src/main/java/com/microsoft/graph/generated/models/WorkbookWorksheetProtectionOptions.java index 6b1d87bbe3d..d0d641fe65c 100644 --- a/src/main/java/com/microsoft/graph/generated/models/WorkbookWorksheetProtectionOptions.java +++ b/src/main/java/com/microsoft/graph/generated/models/WorkbookWorksheetProtectionOptions.java @@ -48,7 +48,7 @@ public Map getAdditionalData() { return value; } /** - * Gets the allowAutoFilter property value. Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. + * Gets the allowAutoFilter property value. Represents the worksheet protection option of allowing using auto filter feature. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -56,7 +56,7 @@ public Boolean getAllowAutoFilter() { return this.backingStore.get("allowAutoFilter"); } /** - * Gets the allowDeleteColumns property value. Indicates whether the worksheet protection option to allow deleting columns is enabled. + * Gets the allowDeleteColumns property value. Represents the worksheet protection option of allowing deleting columns. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -64,7 +64,7 @@ public Boolean getAllowDeleteColumns() { return this.backingStore.get("allowDeleteColumns"); } /** - * Gets the allowDeleteRows property value. Indicates whether the worksheet protection option to allow deleting rows is enabled. + * Gets the allowDeleteRows property value. Represents the worksheet protection option of allowing deleting rows. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -72,7 +72,7 @@ public Boolean getAllowDeleteRows() { return this.backingStore.get("allowDeleteRows"); } /** - * Gets the allowFormatCells property value. Indicates whether the worksheet protection option to allow formatting cells is enabled. + * Gets the allowFormatCells property value. Represents the worksheet protection option of allowing formatting cells. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -80,7 +80,7 @@ public Boolean getAllowFormatCells() { return this.backingStore.get("allowFormatCells"); } /** - * Gets the allowFormatColumns property value. Indicates whether the worksheet protection option to allow formatting columns is enabled. + * Gets the allowFormatColumns property value. Represents the worksheet protection option of allowing formatting columns. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -88,7 +88,7 @@ public Boolean getAllowFormatColumns() { return this.backingStore.get("allowFormatColumns"); } /** - * Gets the allowFormatRows property value. Indicates whether the worksheet protection option to allow formatting rows is enabled. + * Gets the allowFormatRows property value. Represents the worksheet protection option of allowing formatting rows. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -96,7 +96,7 @@ public Boolean getAllowFormatRows() { return this.backingStore.get("allowFormatRows"); } /** - * Gets the allowInsertColumns property value. Indicates whether the worksheet protection option to allow inserting columns is enabled. + * Gets the allowInsertColumns property value. Represents the worksheet protection option of allowing inserting columns. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -104,7 +104,7 @@ public Boolean getAllowInsertColumns() { return this.backingStore.get("allowInsertColumns"); } /** - * Gets the allowInsertHyperlinks property value. Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. + * Gets the allowInsertHyperlinks property value. Represents the worksheet protection option of allowing inserting hyperlinks. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -112,7 +112,7 @@ public Boolean getAllowInsertHyperlinks() { return this.backingStore.get("allowInsertHyperlinks"); } /** - * Gets the allowInsertRows property value. Indicates whether the worksheet protection option to allow inserting rows is enabled. + * Gets the allowInsertRows property value. Represents the worksheet protection option of allowing inserting rows. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -120,7 +120,7 @@ public Boolean getAllowInsertRows() { return this.backingStore.get("allowInsertRows"); } /** - * Gets the allowPivotTables property value. Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. + * Gets the allowPivotTables property value. Represents the worksheet protection option of allowing using pivot table feature. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -128,7 +128,7 @@ public Boolean getAllowPivotTables() { return this.backingStore.get("allowPivotTables"); } /** - * Gets the allowSort property value. Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. + * Gets the allowSort property value. Represents the worksheet protection option of allowing using sort feature. * @return a {@link Boolean} */ @jakarta.annotation.Nullable @@ -200,77 +200,77 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers deserializerMap.put("cloudAttachmentVersion", (n) -> { this.setCloudAttachmentVersion(n.getEnumValue(CloudAttachmentVersion::forValue)); }); deserializerMap.put("documentVersion", (n) -> { this.setDocumentVersion(n.getEnumValue(DocumentVersion::forValue)); }); deserializerMap.put("itemsToInclude", (n) -> { this.setItemsToInclude(n.getEnumSetValue(ItemsToInclude::forValue)); }); + deserializerMap.put("reportFileMetadata", (n) -> { this.setReportFileMetadata(n.getCollectionOfObjectValues(ReportFileMetadata::createFromDiscriminatorValue)); }); deserializerMap.put("reviewSet", (n) -> { this.setReviewSet(n.getObjectValue(EdiscoveryReviewSet::createFromDiscriminatorValue)); }); deserializerMap.put("search", (n) -> { this.setSearch(n.getObjectValue(EdiscoverySearch::createFromDiscriminatorValue)); }); return deserializerMap; @@ -72,6 +73,14 @@ public Map> getFieldDeserializers public EnumSet getItemsToInclude() { return this.backingStore.get("itemsToInclude"); } + /** + * Gets the reportFileMetadata property value. Contains the properties for report file metadata, including downloadUrl, fileName, and size. + * @return a {@link java.util.List} + */ + @jakarta.annotation.Nullable + public java.util.List getReportFileMetadata() { + return this.backingStore.get("reportFileMetadata"); + } /** * Gets the reviewSet property value. eDiscovery review set to which items matching source collection query gets added. * @return a {@link EdiscoveryReviewSet} @@ -99,6 +108,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("cloudAttachmentVersion", this.getCloudAttachmentVersion()); writer.writeEnumValue("documentVersion", this.getDocumentVersion()); writer.writeEnumSetValue("itemsToInclude", this.getItemsToInclude()); + writer.writeCollectionOfObjectValues("reportFileMetadata", this.getReportFileMetadata()); writer.writeObjectValue("reviewSet", this.getReviewSet()); writer.writeObjectValue("search", this.getSearch()); } @@ -130,6 +140,13 @@ public void setDocumentVersion(@jakarta.annotation.Nullable final DocumentVersio public void setItemsToInclude(@jakarta.annotation.Nullable final EnumSet value) { this.backingStore.set("itemsToInclude", value); } + /** + * Sets the reportFileMetadata property value. Contains the properties for report file metadata, including downloadUrl, fileName, and size. + * @param value Value to set for the reportFileMetadata property. + */ + public void setReportFileMetadata(@jakarta.annotation.Nullable final java.util.List value) { + this.backingStore.set("reportFileMetadata", value); + } /** * Sets the reviewSet property value. eDiscovery review set to which items matching source collection query gets added. * @param value Value to set for the reviewSet property. diff --git a/src/main/java/com/microsoft/graph/generated/models/security/EdiscoveryEstimateOperation.java b/src/main/java/com/microsoft/graph/generated/models/security/EdiscoveryEstimateOperation.java index 558ca84fbcc..35f7caa415a 100644 --- a/src/main/java/com/microsoft/graph/generated/models/security/EdiscoveryEstimateOperation.java +++ b/src/main/java/com/microsoft/graph/generated/models/security/EdiscoveryEstimateOperation.java @@ -35,6 +35,7 @@ public Map> getFieldDeserializers deserializerMap.put("indexedItemCount", (n) -> { this.setIndexedItemCount(n.getLongValue()); }); deserializerMap.put("indexedItemsSize", (n) -> { this.setIndexedItemsSize(n.getLongValue()); }); deserializerMap.put("mailboxCount", (n) -> { this.setMailboxCount(n.getIntegerValue()); }); + deserializerMap.put("reportFileMetadata", (n) -> { this.setReportFileMetadata(n.getCollectionOfObjectValues(ReportFileMetadata::createFromDiscriminatorValue)); }); deserializerMap.put("search", (n) -> { this.setSearch(n.getObjectValue(EdiscoverySearch::createFromDiscriminatorValue)); }); deserializerMap.put("siteCount", (n) -> { this.setSiteCount(n.getIntegerValue()); }); deserializerMap.put("statisticsOptions", (n) -> { this.setStatisticsOptions(n.getEnumSetValue(StatisticsOptions::forValue)); }); @@ -66,6 +67,14 @@ public Long getIndexedItemsSize() { public Integer getMailboxCount() { return this.backingStore.get("mailboxCount"); } + /** + * Gets the reportFileMetadata property value. Contains the properties for report file metadata, including downloadUrl, fileName, and size. + * @return a {@link java.util.List} + */ + @jakarta.annotation.Nullable + public java.util.List getReportFileMetadata() { + return this.backingStore.get("reportFileMetadata"); + } /** * Gets the search property value. eDiscovery search. * @return a {@link EdiscoverySearch} @@ -116,6 +125,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeLongValue("indexedItemCount", this.getIndexedItemCount()); writer.writeLongValue("indexedItemsSize", this.getIndexedItemsSize()); writer.writeIntegerValue("mailboxCount", this.getMailboxCount()); + writer.writeCollectionOfObjectValues("reportFileMetadata", this.getReportFileMetadata()); writer.writeObjectValue("search", this.getSearch()); writer.writeIntegerValue("siteCount", this.getSiteCount()); writer.writeEnumSetValue("statisticsOptions", this.getStatisticsOptions()); @@ -143,6 +153,13 @@ public void setIndexedItemsSize(@jakarta.annotation.Nullable final Long value) { public void setMailboxCount(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("mailboxCount", value); } + /** + * Sets the reportFileMetadata property value. Contains the properties for report file metadata, including downloadUrl, fileName, and size. + * @param value Value to set for the reportFileMetadata property. + */ + public void setReportFileMetadata(@jakarta.annotation.Nullable final java.util.List value) { + this.backingStore.set("reportFileMetadata", value); + } /** * Sets the search property value. eDiscovery search. * @param value Value to set for the search property. diff --git a/src/main/java/com/microsoft/graph/generated/models/security/ReportFileMetadata.java b/src/main/java/com/microsoft/graph/generated/models/security/ReportFileMetadata.java new file mode 100644 index 00000000000..9c900324cb3 --- /dev/null +++ b/src/main/java/com/microsoft/graph/generated/models/security/ReportFileMetadata.java @@ -0,0 +1,158 @@ +package com.microsoft.graph.models.security; + +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 ReportFileMetadata implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link ReportFileMetadata} and sets the default values. + */ + public ReportFileMetadata() { + 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 ReportFileMetadata} + */ + @jakarta.annotation.Nonnull + public static ReportFileMetadata createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new ReportFileMetadata(); + } + /** + * 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 downloadUrl property value. The URL to download the report. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getDownloadUrl() { + return this.backingStore.get("downloadUrl"); + } + /** + * The deserialization information for the current model + * @return a {@link Map>} + */ + @jakarta.annotation.Nonnull + public Map> getFieldDeserializers() { + final HashMap> deserializerMap = new HashMap>(4); + deserializerMap.put("downloadUrl", (n) -> { this.setDownloadUrl(n.getStringValue()); }); + deserializerMap.put("fileName", (n) -> { this.setFileName(n.getStringValue()); }); + deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); }); + deserializerMap.put("size", (n) -> { this.setSize(n.getLongValue()); }); + return deserializerMap; + } + /** + * Gets the fileName property value. The name of the file. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getFileName() { + return this.backingStore.get("fileName"); + } + /** + * Gets the @odata.type property value. The OdataType property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getOdataType() { + return this.backingStore.get("odataType"); + } + /** + * Gets the size property value. The size of the file. + * @return a {@link Long} + */ + @jakarta.annotation.Nullable + public Long getSize() { + return this.backingStore.get("size"); + } + /** + * 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("downloadUrl", this.getDownloadUrl()); + writer.writeStringValue("fileName", this.getFileName()); + writer.writeStringValue("@odata.type", this.getOdataType()); + writer.writeLongValue("size", this.getSize()); + 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 downloadUrl property value. The URL to download the report. + * @param value Value to set for the downloadUrl property. + */ + public void setDownloadUrl(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("downloadUrl", value); + } + /** + * Sets the fileName property value. The name of the file. + * @param value Value to set for the fileName property. + */ + public void setFileName(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("fileName", value); + } + /** + * Sets the @odata.type property value. The OdataType property + * @param value Value to set for the @odata.type property. + */ + public void setOdataType(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("odataType", value); + } + /** + * Sets the size property value. The size of the file. + * @param value Value to set for the size property. + */ + public void setSize(@jakarta.annotation.Nullable final Long value) { + this.backingStore.set("size", value); + } +} diff --git a/src/main/java/com/microsoft/graph/generated/models/security/ResourceAccessEvent.java b/src/main/java/com/microsoft/graph/generated/models/security/ResourceAccessEvent.java new file mode 100644 index 00000000000..3d21440c066 --- /dev/null +++ b/src/main/java/com/microsoft/graph/generated/models/security/ResourceAccessEvent.java @@ -0,0 +1,176 @@ +package com.microsoft.graph.models.security; + +import com.microsoft.kiota.serialization.AdditionalDataHolder; +import com.microsoft.kiota.serialization.Parsable; +import com.microsoft.kiota.serialization.ParseNode; +import com.microsoft.kiota.serialization.SerializationWriter; +import com.microsoft.kiota.store.BackedModel; +import com.microsoft.kiota.store.BackingStore; +import com.microsoft.kiota.store.BackingStoreFactorySingleton; +import java.time.OffsetDateTime; +import java.util.HashMap; +import java.util.Map; +import java.util.Objects; +@jakarta.annotation.Generated("com.microsoft.kiota") +public class ResourceAccessEvent implements AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + @jakarta.annotation.Nonnull + protected BackingStore backingStore; + /** + * Instantiates a new {@link ResourceAccessEvent} and sets the default values. + */ + public ResourceAccessEvent() { + 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 ResourceAccessEvent} + */ + @jakarta.annotation.Nonnull + public static ResourceAccessEvent createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) { + Objects.requireNonNull(parseNode); + return new ResourceAccessEvent(); + } + /** + * Gets the accessDateTime property value. The time of the access event. + * @return a {@link OffsetDateTime} + */ + @jakarta.annotation.Nullable + public OffsetDateTime getAccessDateTime() { + return this.backingStore.get("accessDateTime"); + } + /** + * Gets the accountId property value. The identifier of the user account. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getAccountId() { + return this.backingStore.get("accountId"); + } + /** + * 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>(5); + deserializerMap.put("accessDateTime", (n) -> { this.setAccessDateTime(n.getOffsetDateTimeValue()); }); + deserializerMap.put("accountId", (n) -> { this.setAccountId(n.getStringValue()); }); + deserializerMap.put("ipAddress", (n) -> { this.setIpAddress(n.getStringValue()); }); + deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); }); + deserializerMap.put("resourceIdentifier", (n) -> { this.setResourceIdentifier(n.getStringValue()); }); + return deserializerMap; + } + /** + * Gets the ipAddress property value. IP address of the resource. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getIpAddress() { + return this.backingStore.get("ipAddress"); + } + /** + * Gets the @odata.type property value. The OdataType property + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getOdataType() { + return this.backingStore.get("odataType"); + } + /** + * Gets the resourceIdentifier property value. The protocol and host name pairs describing the connection. + * @return a {@link String} + */ + @jakarta.annotation.Nullable + public String getResourceIdentifier() { + return this.backingStore.get("resourceIdentifier"); + } + /** + * 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.writeOffsetDateTimeValue("accessDateTime", this.getAccessDateTime()); + writer.writeStringValue("accountId", this.getAccountId()); + writer.writeStringValue("ipAddress", this.getIpAddress()); + writer.writeStringValue("@odata.type", this.getOdataType()); + writer.writeStringValue("resourceIdentifier", this.getResourceIdentifier()); + writer.writeAdditionalData(this.getAdditionalData()); + } + /** + * Sets the accessDateTime property value. The time of the access event. + * @param value Value to set for the accessDateTime property. + */ + public void setAccessDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { + this.backingStore.set("accessDateTime", value); + } + /** + * Sets the accountId property value. The identifier of the user account. + * @param value Value to set for the accountId property. + */ + public void setAccountId(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("accountId", value); + } + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param value Value to set for the AdditionalData property. + */ + 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 ipAddress property value. IP address of the resource. + * @param value Value to set for the ipAddress property. + */ + public void setIpAddress(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("ipAddress", value); + } + /** + * Sets the @odata.type property value. The OdataType property + * @param value Value to set for the @odata.type property. + */ + public void setOdataType(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("odataType", value); + } + /** + * Sets the resourceIdentifier property value. The protocol and host name pairs describing the connection. + * @param value Value to set for the resourceIdentifier property. + */ + public void setResourceIdentifier(@jakarta.annotation.Nullable final String value) { + this.backingStore.set("resourceIdentifier", value); + } +} diff --git a/src/main/java/com/microsoft/graph/generated/models/security/UserAccount.java b/src/main/java/com/microsoft/graph/generated/models/security/UserAccount.java index c63e8d67027..ab576d1a56a 100644 --- a/src/main/java/com/microsoft/graph/generated/models/security/UserAccount.java +++ b/src/main/java/com/microsoft/graph/generated/models/security/UserAccount.java @@ -93,12 +93,13 @@ public String getDomainName() { */ @jakarta.annotation.Nonnull public Map> getFieldDeserializers() { - final HashMap> deserializerMap = new HashMap>(7); + final HashMap> deserializerMap = new HashMap>(8); deserializerMap.put("accountName", (n) -> { this.setAccountName(n.getStringValue()); }); deserializerMap.put("azureAdUserId", (n) -> { this.setAzureAdUserId(n.getStringValue()); }); deserializerMap.put("displayName", (n) -> { this.setDisplayName(n.getStringValue()); }); deserializerMap.put("domainName", (n) -> { this.setDomainName(n.getStringValue()); }); deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); }); + deserializerMap.put("resourceAccessEvents", (n) -> { this.setResourceAccessEvents(n.getCollectionOfObjectValues(ResourceAccessEvent::createFromDiscriminatorValue)); }); deserializerMap.put("userPrincipalName", (n) -> { this.setUserPrincipalName(n.getStringValue()); }); deserializerMap.put("userSid", (n) -> { this.setUserSid(n.getStringValue()); }); return deserializerMap; @@ -111,6 +112,14 @@ public Map> getFieldDeserializers public String getOdataType() { return this.backingStore.get("odataType"); } + /** + * Gets the resourceAccessEvents property value. Information on resource access attempts made by the user account. + * @return a {@link java.util.List} + */ + @jakarta.annotation.Nullable + public java.util.List getResourceAccessEvents() { + return this.backingStore.get("resourceAccessEvents"); + } /** * Gets the userPrincipalName property value. The user principal name of the account in Microsoft Entra ID. * @return a {@link String} @@ -138,6 +147,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeStringValue("displayName", this.getDisplayName()); writer.writeStringValue("domainName", this.getDomainName()); writer.writeStringValue("@odata.type", this.getOdataType()); + writer.writeCollectionOfObjectValues("resourceAccessEvents", this.getResourceAccessEvents()); writer.writeStringValue("userPrincipalName", this.getUserPrincipalName()); writer.writeStringValue("userSid", this.getUserSid()); writer.writeAdditionalData(this.getAdditionalData()); @@ -192,6 +202,13 @@ public void setDomainName(@jakarta.annotation.Nullable final String value) { public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } + /** + * Sets the resourceAccessEvents property value. Information on resource access attempts made by the user account. + * @param value Value to set for the resourceAccessEvents property. + */ + public void setResourceAccessEvents(@jakarta.annotation.Nullable final java.util.List value) { + this.backingStore.set("resourceAccessEvents", value); + } /** * Sets the userPrincipalName property value. The user principal name of the account in Microsoft Entra ID. * @param value Value to set for the userPrincipalName property. diff --git a/src/main/java/com/microsoft/graph/generated/organization/OrganizationRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/organization/OrganizationRequestBuilder.java index 6d5e0495bd0..bc57bc27004 100644 --- a/src/main/java/com/microsoft/graph/generated/organization/OrganizationRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/organization/OrganizationRequestBuilder.java @@ -96,21 +96,21 @@ public OrganizationRequestBuilder(@jakarta.annotation.Nonnull final String rawUr super(requestAdapter, "{+baseurl}/organization{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. There's only one organization object in the collection. * @return a {@link OrganizationCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public OrganizationCollectionResponse get() { return get(null); } /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. There's only one organization object in the collection. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link OrganizationCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public OrganizationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -145,7 +145,7 @@ public Organization post(@jakarta.annotation.Nonnull final Organization body, @j return this.requestAdapter.send(requestInfo, errorMapping, Organization::createFromDiscriminatorValue); } /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. There's only one organization object in the collection. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -153,7 +153,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. There's only one organization object in the collection. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -199,7 +199,7 @@ public OrganizationRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri return new OrganizationRequestBuilder(rawUrl, requestAdapter); } /** - * List properties and relationships of the organization objects. + * Retrieve a list of organization objects. There's only one organization object in the collection. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/organization/item/OrganizationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/organization/item/OrganizationItemRequestBuilder.java index 079e175669c..c8b48c57fe4 100644 --- a/src/main/java/com/microsoft/graph/generated/organization/item/OrganizationItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/organization/item/OrganizationItemRequestBuilder.java @@ -136,21 +136,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. * @return a {@link Organization} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public Organization get() { return get(null); } /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link Organization} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public Organization get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -207,7 +207,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -215,7 +215,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -267,7 +267,7 @@ public OrganizationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/organization/item/branding/localizations/item/bannerlogo/BannerLogoRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/organization/item/branding/localizations/item/bannerlogo/BannerLogoRequestBuilder.java index a5f45d634e0..1045ee91d47 100644 --- a/src/main/java/com/microsoft/graph/generated/organization/item/branding/localizations/item/bannerlogo/BannerLogoRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/organization/item/branding/localizations/item/bannerlogo/BannerLogoRequestBuilder.java @@ -54,21 +54,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. + * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. * @return a {@link InputStream} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public InputStream get() { return get(null); } /** - * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. + * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link InputStream} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public InputStream get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -128,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. + * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. + * Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. * @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/sites/item/lists/item/ListItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/sites/item/lists/item/ListItemRequestBuilder.java index abc6014c2e0..64edf4bfcd9 100644 --- a/src/main/java/com/microsoft/graph/generated/sites/item/lists/item/ListItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/sites/item/lists/item/ListItemRequestBuilder.java @@ -127,21 +127,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Returns the metadata for a list. + * Get a list of rich long-running operations associated with a list. * @return a {@link List} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public List get() { return get(null); } /** - * Returns the metadata for a list. + * Get a list of rich long-running operations associated with a list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link List} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public List get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -196,7 +196,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Returns the metadata for a list. + * Get a list of rich long-running operations associated with a list. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -204,7 +204,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Returns the metadata for a list. + * Get a list of rich long-running operations associated with a list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -256,7 +256,7 @@ public ListItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Returns the metadata for a list. + * Get a list of rich long-running operations associated with a list. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/teams/item/channels/item/messages/MessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/teams/item/channels/item/messages/MessagesRequestBuilder.java index aaef76f21d0..55b49961cfd 100644 --- a/src/main/java/com/microsoft/graph/generated/teams/item/channels/item/messages/MessagesRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/teams/item/channels/item/messages/MessagesRequestBuilder.java @@ -93,23 +93,23 @@ public ChatMessageCollectionResponse get(@jakarta.annotation.Nullable final java return this.requestAdapter.send(requestInfo, errorMapping, ChatMessageCollectionResponse::createFromDiscriminatorValue); } /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified channel. * @param body The request body * @return a {@link ChatMessage} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body) { return post(body, null); } /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link ChatMessage} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -140,7 +140,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified channel. * @param body The request body * @return a {@link RequestInformation} */ @@ -149,7 +149,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f return toPostRequestInformation(body, null); } /** - * Send a new chatMessage in the specified channel or a chat. + * Send a new chatMessage in the specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} diff --git a/src/main/java/com/microsoft/graph/generated/teams/item/channels/item/messages/item/replies/RepliesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/teams/item/channels/item/messages/item/replies/RepliesRequestBuilder.java index 829f1e96834..cfb10bf3b18 100644 --- a/src/main/java/com/microsoft/graph/generated/teams/item/channels/item/messages/item/replies/RepliesRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/teams/item/channels/item/messages/item/replies/RepliesRequestBuilder.java @@ -93,23 +93,23 @@ public ChatMessageCollectionResponse get(@jakarta.annotation.Nullable final java return this.requestAdapter.send(requestInfo, errorMapping, ChatMessageCollectionResponse::createFromDiscriminatorValue); } /** - * Create a new reply to a chatMessage in a specified channel. + * Send a new reply to a chatMessage in a specified channel. * @param body The request body * @return a {@link ChatMessage} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body) { return post(body, null); } /** - * Create a new reply to a chatMessage in a specified channel. + * Send a new reply to a chatMessage in a specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link ChatMessage} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -140,7 +140,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Create a new reply to a chatMessage in a specified channel. + * Send a new reply to a chatMessage in a specified channel. * @param body The request body * @return a {@link RequestInformation} */ @@ -149,7 +149,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f return toPostRequestInformation(body, null); } /** - * Create a new reply to a chatMessage in a specified channel. + * Send a new reply to a chatMessage in a specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} diff --git a/src/main/java/com/microsoft/graph/generated/tenantrelationships/multitenantorganization/MultiTenantOrganizationRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/tenantrelationships/multitenantorganization/MultiTenantOrganizationRequestBuilder.java index 606ce442cce..baa62c16117 100644 --- a/src/main/java/com/microsoft/graph/generated/tenantrelationships/multitenantorganization/MultiTenantOrganizationRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/tenantrelationships/multitenantorganization/MultiTenantOrganizationRequestBuilder.java @@ -79,23 +79,23 @@ public MultiTenantOrganization get(@jakarta.annotation.Nullable final java.util. return this.requestAdapter.send(requestInfo, errorMapping, MultiTenantOrganization::createFromDiscriminatorValue); } /** - * Update the properties of a multitenant organization. + * Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization. * @param body The request body * @return a {@link MultiTenantOrganization} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public MultiTenantOrganization patch(@jakarta.annotation.Nonnull final MultiTenantOrganization body) { return patch(body, null); } /** - * Update the properties of a multitenant organization. + * Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link MultiTenantOrganization} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public MultiTenantOrganization patch(@jakarta.annotation.Nonnull final MultiTenantOrganization body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -126,7 +126,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f return requestInfo; } /** - * Update the properties of a multitenant organization. + * Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization. * @param body The request body * @return a {@link RequestInformation} */ @@ -135,7 +135,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull return toPatchRequestInformation(body, null); } /** - * Update the properties of a multitenant organization. + * Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization. * @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/users/UsersRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/users/UsersRequestBuilder.java index d41242a7a1b..02e27cc8bad 100644 --- a/src/main/java/com/microsoft/graph/generated/users/UsersRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/users/UsersRequestBuilder.java @@ -96,21 +96,21 @@ public UsersRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak super(requestAdapter, "{+baseurl}/users{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24top}", rawUrl); } /** - * Retrieve a list of user objects. + * List properties and relationships of the user objects. * @return a {@link UserCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public UserCollectionResponse get() { return get(null); } /** - * Retrieve a list of user objects. + * List properties and relationships of the user objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link UserCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public UserCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -124,7 +124,7 @@ public UserCollectionResponse get(@jakarta.annotation.Nullable final java.util.f * @param body The request body * @return a {@link User} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public User post(@jakarta.annotation.Nonnull final User body) { @@ -136,7 +136,7 @@ public User post(@jakarta.annotation.Nonnull final User body) { * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link User} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public User post(@jakarta.annotation.Nonnull final User body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -147,7 +147,7 @@ public User post(@jakarta.annotation.Nonnull final User body, @jakarta.annotatio return this.requestAdapter.send(requestInfo, errorMapping, User::createFromDiscriminatorValue); } /** - * Retrieve a list of user objects. + * List properties and relationships of the user objects. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -155,7 +155,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Retrieve a list of user objects. + * List properties and relationships of the user objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -201,7 +201,7 @@ public UsersRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawU return new UsersRequestBuilder(rawUrl, requestAdapter); } /** - * Retrieve a list of user objects. + * List properties and relationships of the user objects. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/users/item/UserItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/users/item/UserItemRequestBuilder.java index 0c9924a6d79..8d8c91fa107 100644 --- a/src/main/java/com/microsoft/graph/generated/users/item/UserItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/users/item/UserItemRequestBuilder.java @@ -774,7 +774,7 @@ public User get(@jakarta.annotation.Nullable final java.util.function.ConsumerFind more info here + * @see Find more info here */ @jakarta.annotation.Nullable public User patch(@jakarta.annotation.Nonnull final User body) { @@ -786,7 +786,7 @@ public User patch(@jakarta.annotation.Nonnull final User body) { * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link User} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public User patch(@jakarta.annotation.Nonnull final User body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { diff --git a/src/main/java/com/microsoft/graph/generated/users/item/presence/PresenceRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/users/item/presence/PresenceRequestBuilder.java index 66991f42811..24a60472129 100644 --- a/src/main/java/com/microsoft/graph/generated/users/item/presence/PresenceRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/users/item/presence/PresenceRequestBuilder.java @@ -100,21 +100,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Get a user's presence information. + * Set a presence status message for a user. An optional expiration date and time can be supplied. * @return a {@link Presence} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public Presence get() { return get(null); } /** - * Get a user's presence information. + * Set a presence status message for a user. An optional expiration date and time can be supplied. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link Presence} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public Presence get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -169,7 +169,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Get a user's presence information. + * Set a presence status message for a user. An optional expiration date and time can be supplied. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -177,7 +177,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get a user's presence information. + * Set a presence status message for a user. An optional expiration date and time can be supplied. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -229,7 +229,7 @@ public PresenceRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Get a user's presence information. + * Set a presence status message for a user. An optional expiration date and time can be supplied. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/userswithuserprincipalname/UsersWithUserPrincipalNameRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/userswithuserprincipalname/UsersWithUserPrincipalNameRequestBuilder.java index 913d16473f7..5c644292d50 100644 --- a/src/main/java/com/microsoft/graph/generated/userswithuserprincipalname/UsersWithUserPrincipalNameRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/userswithuserprincipalname/UsersWithUserPrincipalNameRequestBuilder.java @@ -87,7 +87,7 @@ public User get(@jakarta.annotation.Nullable final java.util.function.ConsumerFind more info here + * @see Find more info here */ @jakarta.annotation.Nullable public User patch(@jakarta.annotation.Nonnull final User body) { @@ -99,7 +99,7 @@ public User patch(@jakarta.annotation.Nonnull final User body) { * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link User} * @throws ODataError When receiving a 4XX or 5XX status code - * @see Find more info here + * @see Find more info here */ @jakarta.annotation.Nullable public User patch(@jakarta.annotation.Nonnull final User body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {