From c34df0246e8bf66acb6b8048142225418a473c2b Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 18 Aug 2026 23:12:10 +0000 Subject: [PATCH] feat(generation): update request builders and models Update generated files with build 234077 --- .../TargetedMessagesRequestBuilder.java | 10 ++-- ...TargetedChatMessageItemRequestBuilder.java | 10 ++-- .../recovery/jobs/JobsRequestBuilder.java | 12 +++-- .../RecoveryJobBaseItemRequestBuilder.java | 10 ++-- .../snapshots/SnapshotsRequestBuilder.java | 12 +++-- .../item/SnapshotItemRequestBuilder.java | 10 ++-- .../RecoveryJobsRequestBuilder.java | 10 ++-- .../item/RecoveryJobItemRequestBuilder.java | 10 ++-- .../RecoveryPreviewJobsRequestBuilder.java | 10 ++-- .../RecoveryPreviewJobItemRequestBuilder.java | 10 ++-- .../AssignSensitivityLabelRequestBuilder.java | 10 ++-- .../microsoft/graph/generated/kiota-lock.json | 2 +- ...essReviewInstanceDecisionItemResource.java | 4 +- .../graph/generated/models/Chat.java | 4 +- .../graph/generated/models/Security.java | 4 +- .../generated/models/TargetedChatMessage.java | 4 +- .../EntityTypeAndIds.java | 4 +- .../entrarecoveryservices/Recovery.java | 8 +-- .../RecoveryChangeObjectBase.java | 8 +-- .../entrarecoveryservices/RecoveryJob.java | 12 ++--- .../RecoveryJobBase.java | 24 ++++----- .../RecoveryJobEntityNameAndIdsFilter.java | 4 +- .../RecoveryJobEntityNamesFilter.java | 4 +- .../entrarecoveryservices/Snapshot.java | 16 +++--- .../models/security/AuditCoreRoot.java | 4 +- .../generated/models/security/AuditData.java | 4 +- .../models/security/AuditLogQuery.java | 52 +++++++++---------- .../models/security/AuditLogRecord.java | 44 ++++++++-------- .../auditlog/AuditLogRequestBuilder.java | 10 ++-- .../item/records/RecordsRequestBuilder.java | 10 ++-- .../AuditLogRecordItemRequestBuilder.java | 10 ++-- .../TargetedMessagesRequestBuilder.java | 10 ++-- ...TargetedChatMessageItemRequestBuilder.java | 10 ++-- .../DeleteTargetedMessageRequestBuilder.java | 10 ++-- ...etainedTargetedMessagesRequestBuilder.java | 12 +++-- .../GetAllTargetedMessagesRequestBuilder.java | 12 +++-- 36 files changed, 206 insertions(+), 194 deletions(-) diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java index ece2dfe118b..3a1a8a29f99 100644 --- a/src/main/java/com/microsoft/graph/generated/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java @@ -60,7 +60,7 @@ public TargetedMessagesRequestBuilder(@jakarta.annotation.Nonnull final String r super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/targetedMessages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @return a {@link TargetedChatMessageCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public TargetedChatMessageCollectionResponse get() { return get(null); } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link TargetedChatMessageCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public TargetedChatMessage post(@jakarta.annotation.Nonnull final TargetedChatMe return this.requestAdapter.send(requestInfo, errorMapping, TargetedChatMessage::createFromDiscriminatorValue); } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public TargetedMessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final return new TargetedMessagesRequestBuilder(rawUrl, requestAdapter); } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java index 5641c4c03ab..02ae838c7a7 100644 --- a/src/main/java/com/microsoft/graph/generated/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java @@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @return a {@link TargetedChatMessage} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -82,7 +82,7 @@ public TargetedChatMessage get() { return get(null); } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link TargetedChatMessage} * @throws ODataError When receiving a 4XX or 5XX status code @@ -140,7 +140,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -200,7 +200,7 @@ public TargetedChatMessageItemRequestBuilder withUrl(@jakarta.annotation.Nonnull public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/directory/recovery/jobs/JobsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/recovery/jobs/JobsRequestBuilder.java index 0dbfddfd398..2cc2e597616 100644 --- a/src/main/java/com/microsoft/graph/generated/directory/recovery/jobs/JobsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/directory/recovery/jobs/JobsRequestBuilder.java @@ -60,19 +60,21 @@ public JobsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jaka super(requestAdapter, "{+baseurl}/directory/recovery/jobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Get jobs from directory + * Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant. * @return a {@link RecoveryJobBaseCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ @jakarta.annotation.Nullable public RecoveryJobBaseCollectionResponse get() { return get(null); } /** - * Get jobs from directory + * Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RecoveryJobBaseCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ @jakarta.annotation.Nullable public RecoveryJobBaseCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -107,7 +109,7 @@ public RecoveryJobBase post(@jakarta.annotation.Nonnull final RecoveryJobBase bo return this.requestAdapter.send(requestInfo, errorMapping, RecoveryJobBase::createFromDiscriminatorValue); } /** - * Get jobs from directory + * Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get jobs from directory + * Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +163,7 @@ public JobsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUr return new JobsRequestBuilder(rawUrl, requestAdapter); } /** - * Get jobs from directory + * Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/directory/recovery/jobs/item/RecoveryJobBaseItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/recovery/jobs/item/RecoveryJobBaseItemRequestBuilder.java index ff16a212c1a..d03f90e3e1b 100644 --- a/src/main/java/com/microsoft/graph/generated/directory/recovery/jobs/item/RecoveryJobBaseItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/directory/recovery/jobs/item/RecoveryJobBaseItemRequestBuilder.java @@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Get jobs from directory + * Collection of all recovery jobs (both preview and recovery) for the tenant. * @return a {@link RecoveryJobBase} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -73,7 +73,7 @@ public RecoveryJobBase get() { return get(null); } /** - * Get jobs from directory + * Collection of all recovery jobs (both preview and recovery) for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RecoveryJobBase} * @throws ODataError When receiving a 4XX or 5XX status code @@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Get jobs from directory + * Collection of all recovery jobs (both preview and recovery) for the tenant. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get jobs from directory + * Collection of all recovery jobs (both preview and recovery) for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -191,7 +191,7 @@ public RecoveryJobBaseItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fin public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Get jobs from directory + * Collection of all recovery jobs (both preview and recovery) for the tenant. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/SnapshotsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/SnapshotsRequestBuilder.java index 51e3269347f..2b5f4545306 100644 --- a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/SnapshotsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/SnapshotsRequestBuilder.java @@ -60,19 +60,21 @@ public SnapshotsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, super(requestAdapter, "{+baseurl}/directory/recovery/snapshots{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Get snapshots from directory + * Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored. * @return a {@link SnapshotCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ @jakarta.annotation.Nullable public SnapshotCollectionResponse get() { return get(null); } /** - * Get snapshots from directory + * Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link SnapshotCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ @jakarta.annotation.Nullable public SnapshotCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -107,7 +109,7 @@ public Snapshot post(@jakarta.annotation.Nonnull final Snapshot body, @jakarta.a return this.requestAdapter.send(requestInfo, errorMapping, Snapshot::createFromDiscriminatorValue); } /** - * Get snapshots from directory + * Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +117,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get snapshots from directory + * Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +163,7 @@ public SnapshotsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String return new SnapshotsRequestBuilder(rawUrl, requestAdapter); } /** - * Get snapshots from directory + * Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/SnapshotItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/SnapshotItemRequestBuilder.java index 0330946be3b..084cb1b0671 100644 --- a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/SnapshotItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/SnapshotItemRequestBuilder.java @@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Get snapshots from directory + * Collection of backup snapshots available for the tenant. * @return a {@link Snapshot} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -82,7 +82,7 @@ public Snapshot get() { return get(null); } /** - * Get snapshots from directory + * Collection of backup snapshots available for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link Snapshot} * @throws ODataError When receiving a 4XX or 5XX status code @@ -140,7 +140,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Get snapshots from directory + * Collection of backup snapshots available for the tenant. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get snapshots from directory + * Collection of backup snapshots available for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -200,7 +200,7 @@ public SnapshotItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Get snapshots from directory + * Collection of backup snapshots available for the tenant. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoveryjobs/RecoveryJobsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoveryjobs/RecoveryJobsRequestBuilder.java index e7bb8180423..9adcd63ffaa 100644 --- a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoveryjobs/RecoveryJobsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoveryjobs/RecoveryJobsRequestBuilder.java @@ -59,7 +59,7 @@ public RecoveryJobsRequestBuilder(@jakarta.annotation.Nonnull final String rawUr super(requestAdapter, "{+baseurl}/directory/recovery/snapshots/{snapshot%2Did}/recoveryJobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @return a {@link RecoveryJobCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -68,7 +68,7 @@ public RecoveryJobCollectionResponse get() { return get(null); } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RecoveryJobCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -81,7 +81,7 @@ public RecoveryJobCollectionResponse get(@jakarta.annotation.Nullable final java return this.requestAdapter.send(requestInfo, errorMapping, RecoveryJobCollectionResponse::createFromDiscriminatorValue); } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -89,7 +89,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -111,7 +111,7 @@ public RecoveryJobsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri return new RecoveryJobsRequestBuilder(rawUrl, requestAdapter); } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoveryjobs/item/RecoveryJobItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoveryjobs/item/RecoveryJobItemRequestBuilder.java index 8efe1bf0f8b..7f3647064f5 100644 --- a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoveryjobs/item/RecoveryJobItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoveryjobs/item/RecoveryJobItemRequestBuilder.java @@ -37,7 +37,7 @@ public RecoveryJobItemRequestBuilder(@jakarta.annotation.Nonnull final String ra super(requestAdapter, "{+baseurl}/directory/recovery/snapshots/{snapshot%2Did}/recoveryJobs/{recoveryJob%2Did}{?%24expand,%24select}", rawUrl); } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @return a {@link RecoveryJob} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -46,7 +46,7 @@ public RecoveryJob get() { return get(null); } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RecoveryJob} * @throws ODataError When receiving a 4XX or 5XX status code @@ -59,7 +59,7 @@ public RecoveryJob get(@jakarta.annotation.Nullable final java.util.function.Con return this.requestAdapter.send(requestInfo, errorMapping, RecoveryJob::createFromDiscriminatorValue); } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -89,7 +89,7 @@ public RecoveryJobItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final S return new RecoveryJobItemRequestBuilder(rawUrl, requestAdapter); } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoverypreviewjobs/RecoveryPreviewJobsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoverypreviewjobs/RecoveryPreviewJobsRequestBuilder.java index 72215bc9f20..ff6b976beb2 100644 --- a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoverypreviewjobs/RecoveryPreviewJobsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoverypreviewjobs/RecoveryPreviewJobsRequestBuilder.java @@ -59,7 +59,7 @@ public RecoveryPreviewJobsRequestBuilder(@jakarta.annotation.Nonnull final Strin super(requestAdapter, "{+baseurl}/directory/recovery/snapshots/{snapshot%2Did}/recoveryPreviewJobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @return a {@link RecoveryPreviewJobCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -68,7 +68,7 @@ public RecoveryPreviewJobCollectionResponse get() { return get(null); } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RecoveryPreviewJobCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -81,7 +81,7 @@ public RecoveryPreviewJobCollectionResponse get(@jakarta.annotation.Nullable fin return this.requestAdapter.send(requestInfo, errorMapping, RecoveryPreviewJobCollectionResponse::createFromDiscriminatorValue); } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -89,7 +89,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -111,7 +111,7 @@ public RecoveryPreviewJobsRequestBuilder withUrl(@jakarta.annotation.Nonnull fin return new RecoveryPreviewJobsRequestBuilder(rawUrl, requestAdapter); } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoverypreviewjobs/item/RecoveryPreviewJobItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoverypreviewjobs/item/RecoveryPreviewJobItemRequestBuilder.java index a08d6cc78c6..7c1b92b93da 100644 --- a/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoverypreviewjobs/item/RecoveryPreviewJobItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/directory/recovery/snapshots/item/recoverypreviewjobs/item/RecoveryPreviewJobItemRequestBuilder.java @@ -37,7 +37,7 @@ public RecoveryPreviewJobItemRequestBuilder(@jakarta.annotation.Nonnull final St super(requestAdapter, "{+baseurl}/directory/recovery/snapshots/{snapshot%2Did}/recoveryPreviewJobs/{recoveryPreviewJob%2Did}{?%24expand,%24select}", rawUrl); } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @return a {@link RecoveryPreviewJob} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -46,7 +46,7 @@ public RecoveryPreviewJob get() { return get(null); } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RecoveryPreviewJob} * @throws ODataError When receiving a 4XX or 5XX status code @@ -59,7 +59,7 @@ public RecoveryPreviewJob get(@jakarta.annotation.Nullable final java.util.funct return this.requestAdapter.send(requestInfo, errorMapping, RecoveryPreviewJob::createFromDiscriminatorValue); } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -89,7 +89,7 @@ public RecoveryPreviewJobItemRequestBuilder withUrl(@jakarta.annotation.Nonnull return new RecoveryPreviewJobItemRequestBuilder(rawUrl, requestAdapter); } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/assignsensitivitylabel/AssignSensitivityLabelRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/assignsensitivitylabel/AssignSensitivityLabelRequestBuilder.java index 8bb665de594..e9510d1c1d4 100644 --- a/src/main/java/com/microsoft/graph/generated/drives/item/items/item/assignsensitivitylabel/AssignSensitivityLabelRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/drives/item/items/item/assignsensitivitylabel/AssignSensitivityLabelRequestBuilder.java @@ -35,18 +35,20 @@ public AssignSensitivityLabelRequestBuilder(@jakarta.annotation.Nonnull final St super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/assignSensitivityLabel", rawUrl); } /** - * Invoke action assignSensitivityLabel + * Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. * @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 AssignSensitivityLabelPostRequestBody body) { post(body, null); } /** - * Invoke action assignSensitivityLabel + * Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. * @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 AssignSensitivityLabelPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { Objects.requireNonNull(body); @@ -56,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final AssignSensitivityLabelPostReq this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Invoke action assignSensitivityLabel + * Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. * @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 assignSensitivityLabel + * Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. * @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/kiota-lock.json b/src/main/java/com/microsoft/graph/generated/kiota-lock.json index 979b877c5cd..8ec08360f7c 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": "793F8F6E51013A63CC9E20C4818887CD9F1D782041A82141E4EEB98ABD3B7511D9F7DDA5A504B6CDAC464DD651895A78DDF749C03845E28D132B001A09D600AD", + "descriptionHash": "1670D24DA492A8638DCFD4D6A3F4DB6C1C5080E81D9CFFAC2C8DC3E4CD988231631FC1E9DE0F2791AFD2BA752B720A34CA094B42F880EE0C05E917D532372898", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.34.1", diff --git a/src/main/java/com/microsoft/graph/generated/models/AccessReviewInstanceDecisionItemResource.java b/src/main/java/com/microsoft/graph/generated/models/AccessReviewInstanceDecisionItemResource.java index 7aee9d17fae..eeed9840065 100644 --- a/src/main/java/com/microsoft/graph/generated/models/AccessReviewInstanceDecisionItemResource.java +++ b/src/main/java/com/microsoft/graph/generated/models/AccessReviewInstanceDecisionItemResource.java @@ -102,7 +102,7 @@ public String getOdataType() { return this.backingStore.get("odataType"); } /** - * Gets the type property value. Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy. + * Gets the type property value. Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackage, AccessPackageAssignmentPolicy. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -158,7 +158,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) { this.backingStore.set("odataType", value); } /** - * Sets the type property value. Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy. + * Sets the type property value. Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackage, AccessPackageAssignmentPolicy. * @param value Value to set for the type property. */ public void setType(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/Chat.java b/src/main/java/com/microsoft/graph/generated/models/Chat.java index 7377b03480d..673c73412fd 100644 --- a/src/main/java/com/microsoft/graph/generated/models/Chat.java +++ b/src/main/java/com/microsoft/graph/generated/models/Chat.java @@ -166,7 +166,7 @@ public java.util.List getTabs() { return this.backingStore.get("tabs"); } /** - * Gets the targetedMessages property value. The targetedMessages property + * Gets the targetedMessages property value. A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -331,7 +331,7 @@ public void setTabs(@jakarta.annotation.Nullable final java.util.List this.backingStore.set("tabs", value); } /** - * Sets the targetedMessages property value. The targetedMessages property + * Sets the targetedMessages property value. A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param value Value to set for the targetedMessages property. */ public void setTargetedMessages(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/Security.java b/src/main/java/com/microsoft/graph/generated/models/Security.java index 462436dc623..5744f965e98 100644 --- a/src/main/java/com/microsoft/graph/generated/models/Security.java +++ b/src/main/java/com/microsoft/graph/generated/models/Security.java @@ -62,7 +62,7 @@ public AttackSimulationRoot getAttackSimulation() { return this.backingStore.get("attackSimulation"); } /** - * Gets the auditLog property value. The auditLog property + * Gets the auditLog property value. The entry point for the audit log query API. * @return a {@link AuditCoreRoot} */ @jakarta.annotation.Nullable @@ -236,7 +236,7 @@ public void setAttackSimulation(@jakarta.annotation.Nullable final AttackSimulat this.backingStore.set("attackSimulation", value); } /** - * Sets the auditLog property value. The auditLog property + * Sets the auditLog property value. The entry point for the audit log query API. * @param value Value to set for the auditLog property. */ public void setAuditLog(@jakarta.annotation.Nullable final AuditCoreRoot value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/TargetedChatMessage.java b/src/main/java/com/microsoft/graph/generated/models/TargetedChatMessage.java index 31f6f67b647..897dc63d5fd 100644 --- a/src/main/java/com/microsoft/graph/generated/models/TargetedChatMessage.java +++ b/src/main/java/com/microsoft/graph/generated/models/TargetedChatMessage.java @@ -36,7 +36,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the recipient property value. The recipient property + * Gets the recipient property value. The intended recipient of the targeted message. * @return a {@link Identity} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeObjectValue("recipient", this.getRecipient()); } /** - * Sets the recipient property value. The recipient property + * Sets the recipient property value. The intended recipient of the targeted message. * @param value Value to set for the recipient property. */ public void setRecipient(@jakarta.annotation.Nullable final Identity value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/EntityTypeAndIds.java b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/EntityTypeAndIds.java index a538d3e03d0..088422a944a 100644 --- a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/EntityTypeAndIds.java +++ b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/EntityTypeAndIds.java @@ -56,7 +56,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the entityIds property value. The entityIds property + * Gets the entityIds property value. The list of entity IDs for the specified entity type. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the entityIds property value. The entityIds property + * Sets the entityIds property value. The list of entity IDs for the specified entity type. * @param value Value to set for the entityIds property. */ public void setEntityIds(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/Recovery.java b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/Recovery.java index d49038cf3dc..f247d678f80 100644 --- a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/Recovery.java +++ b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/Recovery.java @@ -37,7 +37,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the jobs property value. The jobs property + * Gets the jobs property value. Collection of all recovery jobs (both preview and recovery) for the tenant. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -45,7 +45,7 @@ public java.util.List getJobs() { return this.backingStore.get("jobs"); } /** - * Gets the snapshots property value. The snapshots property + * Gets the snapshots property value. Collection of backup snapshots available for the tenant. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -63,14 +63,14 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("snapshots", this.getSnapshots()); } /** - * Sets the jobs property value. The jobs property + * Sets the jobs property value. Collection of all recovery jobs (both preview and recovery) for the tenant. * @param value Value to set for the jobs property. */ public void setJobs(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("jobs", value); } /** - * Sets the snapshots property value. The snapshots property + * Sets the snapshots property value. Collection of backup snapshots available for the tenant. * @param value Value to set for the snapshots property. */ public void setSnapshots(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryChangeObjectBase.java b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryChangeObjectBase.java index c3c5ce3544b..61191d49756 100644 --- a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryChangeObjectBase.java +++ b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryChangeObjectBase.java @@ -26,7 +26,7 @@ public static RecoveryChangeObjectBase createFromDiscriminatorValue(@jakarta.ann return new RecoveryChangeObjectBase(); } /** - * Gets the displayName property value. The displayName property + * Gets the displayName property value. The display name of the changed object in its current state, used to uniquely identify the object. Supports $filter (eq, ne, startswith). * @return a {@link String} */ @jakarta.annotation.Nullable @@ -42,7 +42,7 @@ public ResourceTypeName getEntityTypeName() { return this.backingStore.get("entityTypeName"); } /** - * Gets the failureMessage property value. The failureMessage property + * Gets the failureMessage property value. The error message if the change failed to apply. Only populated in getFailedChanges responses. null otherwise. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -83,7 +83,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("recoveryAction", this.getRecoveryAction()); } /** - * Sets the displayName property value. The displayName property + * Sets the displayName property value. The display name of the changed object in its current state, used to uniquely identify the object. Supports $filter (eq, ne, startswith). * @param value Value to set for the displayName property. */ public void setDisplayName(@jakarta.annotation.Nullable final String value) { @@ -97,7 +97,7 @@ public void setEntityTypeName(@jakarta.annotation.Nullable final ResourceTypeNam this.backingStore.set("entityTypeName", value); } /** - * Sets the failureMessage property value. The failureMessage property + * Sets the failureMessage property value. The error message if the change failed to apply. Only populated in getFailedChanges responses. null otherwise. * @param value Value to set for the failureMessage property. */ public void setFailureMessage(@jakarta.annotation.Nullable final String value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJob.java b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJob.java index 195c86021da..f8131414c20 100644 --- a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJob.java +++ b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJob.java @@ -38,7 +38,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the totalFailedChanges property value. The totalFailedChanges property + * Gets the totalFailedChanges property value. The count of changes (including both objects and links) that failed to apply during recovery. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -46,7 +46,7 @@ public Integer getTotalFailedChanges() { return this.backingStore.get("totalFailedChanges"); } /** - * Gets the totalLinksModified property value. The totalLinksModified property + * Gets the totalLinksModified property value. The count of directory object links (relationships) that were successfully modified during recovery. This value may be less than totalChangedLinksCalculated if some link changes failed. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -54,7 +54,7 @@ public Integer getTotalLinksModified() { return this.backingStore.get("totalLinksModified"); } /** - * Gets the totalObjectsModified property value. The totalObjectsModified property + * Gets the totalObjectsModified property value. The count of directory objects that were successfully modified during recovery. This value may be less than totalChangedObjectsCalculated if some object changes failed. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -73,21 +73,21 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeIntegerValue("totalObjectsModified", this.getTotalObjectsModified()); } /** - * Sets the totalFailedChanges property value. The totalFailedChanges property + * Sets the totalFailedChanges property value. The count of changes (including both objects and links) that failed to apply during recovery. * @param value Value to set for the totalFailedChanges property. */ public void setTotalFailedChanges(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("totalFailedChanges", value); } /** - * Sets the totalLinksModified property value. The totalLinksModified property + * Sets the totalLinksModified property value. The count of directory object links (relationships) that were successfully modified during recovery. This value may be less than totalChangedLinksCalculated if some link changes failed. * @param value Value to set for the totalLinksModified property. */ public void setTotalLinksModified(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("totalLinksModified", value); } /** - * Sets the totalObjectsModified property value. The totalObjectsModified property + * Sets the totalObjectsModified property value. The count of directory objects that were successfully modified during recovery. This value may be less than totalChangedObjectsCalculated if some object changes failed. * @param value Value to set for the totalObjectsModified property. */ public void setTotalObjectsModified(@jakarta.annotation.Nullable final Integer value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobBase.java b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobBase.java index c4022665508..acad256315b 100644 --- a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobBase.java +++ b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobBase.java @@ -51,7 +51,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the filteringCriteria property value. The filteringCriteria property + * Gets the filteringCriteria property value. Optional filtering criteria used to scope the job to specific entity types or entity IDs. * @return a {@link RecoveryJobFilteringCriteriaBase} */ @jakarta.annotation.Nullable @@ -59,7 +59,7 @@ public RecoveryJobFilteringCriteriaBase getFilteringCriteria() { return this.backingStore.get("filteringCriteria"); } /** - * Gets the jobCompletionDateTime property value. The jobCompletionDateTime property + * Gets the jobCompletionDateTime property value. The date and time when the job completed. Null if the job is still running. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -67,7 +67,7 @@ public OffsetDateTime getJobCompletionDateTime() { return this.backingStore.get("jobCompletionDateTime"); } /** - * Gets the jobStartDateTime property value. The jobStartDateTime property + * Gets the jobStartDateTime property value. The date and time when the job started. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -83,7 +83,7 @@ public RecoveryStatus getStatus() { return this.backingStore.get("status"); } /** - * Gets the targetStateDateTime property value. The targetStateDateTime property + * Gets the targetStateDateTime property value. The target snapshot timestamp to which the tenant is being restored. Supports $filter (eq, ne). * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -91,7 +91,7 @@ public OffsetDateTime getTargetStateDateTime() { return this.backingStore.get("targetStateDateTime"); } /** - * Gets the totalChangedLinksCalculated property value. The totalChangedLinksCalculated property + * Gets the totalChangedLinksCalculated property value. The total count of changed directory object links (relationships) calculated by the job. null until the job completes calculation. Not all calculated link changes may be successfully applied; see totalLinksModified on derived types for the count of links that were actually modified. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -99,7 +99,7 @@ public Integer getTotalChangedLinksCalculated() { return this.backingStore.get("totalChangedLinksCalculated"); } /** - * Gets the totalChangedObjectsCalculated property value. The totalChangedObjectsCalculated property + * Gets the totalChangedObjectsCalculated property value. The total count of changed directory objects calculated by the job. null until the job completes calculation. Not all calculated object changes may be successfully applied; see totalObjectsModified on derived types for the count of objects that were actually modified. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -122,21 +122,21 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeIntegerValue("totalChangedObjectsCalculated", this.getTotalChangedObjectsCalculated()); } /** - * Sets the filteringCriteria property value. The filteringCriteria property + * Sets the filteringCriteria property value. Optional filtering criteria used to scope the job to specific entity types or entity IDs. * @param value Value to set for the filteringCriteria property. */ public void setFilteringCriteria(@jakarta.annotation.Nullable final RecoveryJobFilteringCriteriaBase value) { this.backingStore.set("filteringCriteria", value); } /** - * Sets the jobCompletionDateTime property value. The jobCompletionDateTime property + * Sets the jobCompletionDateTime property value. The date and time when the job completed. Null if the job is still running. * @param value Value to set for the jobCompletionDateTime property. */ public void setJobCompletionDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { this.backingStore.set("jobCompletionDateTime", value); } /** - * Sets the jobStartDateTime property value. The jobStartDateTime property + * Sets the jobStartDateTime property value. The date and time when the job started. * @param value Value to set for the jobStartDateTime property. */ public void setJobStartDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { @@ -150,21 +150,21 @@ public void setStatus(@jakarta.annotation.Nullable final RecoveryStatus value) { this.backingStore.set("status", value); } /** - * Sets the targetStateDateTime property value. The targetStateDateTime property + * Sets the targetStateDateTime property value. The target snapshot timestamp to which the tenant is being restored. Supports $filter (eq, ne). * @param value Value to set for the targetStateDateTime property. */ public void setTargetStateDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { this.backingStore.set("targetStateDateTime", value); } /** - * Sets the totalChangedLinksCalculated property value. The totalChangedLinksCalculated property + * Sets the totalChangedLinksCalculated property value. The total count of changed directory object links (relationships) calculated by the job. null until the job completes calculation. Not all calculated link changes may be successfully applied; see totalLinksModified on derived types for the count of links that were actually modified. * @param value Value to set for the totalChangedLinksCalculated property. */ public void setTotalChangedLinksCalculated(@jakarta.annotation.Nullable final Integer value) { this.backingStore.set("totalChangedLinksCalculated", value); } /** - * Sets the totalChangedObjectsCalculated property value. The totalChangedObjectsCalculated property + * Sets the totalChangedObjectsCalculated property value. The total count of changed directory objects calculated by the job. null until the job completes calculation. Not all calculated object changes may be successfully applied; see totalObjectsModified on derived types for the count of objects that were actually modified. * @param value Value to set for the totalChangedObjectsCalculated property. */ public void setTotalChangedObjectsCalculated(@jakarta.annotation.Nullable final Integer value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobEntityNameAndIdsFilter.java b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobEntityNameAndIdsFilter.java index b42a6f4dac9..c66c7f5ac02 100644 --- a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobEntityNameAndIdsFilter.java +++ b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobEntityNameAndIdsFilter.java @@ -36,7 +36,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the filterValues property value. The filterValues property + * Gets the filterValues property value. The list of entity type and ID pairs to include in the recovery job. Duplicate entity types are not allowed and return a 400 Bad Request error. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("filterValues", this.getFilterValues()); } /** - * Sets the filterValues property value. The filterValues property + * Sets the filterValues property value. The list of entity type and ID pairs to include in the recovery job. Duplicate entity types are not allowed and return a 400 Bad Request error. * @param value Value to set for the filterValues property. */ public void setFilterValues(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobEntityNamesFilter.java b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobEntityNamesFilter.java index 02b623af991..a8de4d8c09f 100644 --- a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobEntityNamesFilter.java +++ b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/RecoveryJobEntityNamesFilter.java @@ -26,7 +26,7 @@ public static RecoveryJobEntityNamesFilter createFromDiscriminatorValue(@jakarta return new RecoveryJobEntityNamesFilter(); } /** - * Gets the entityTypes property value. The entityTypes property + * Gets the entityTypes property value. The list of entity types to include in the recovery job. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -53,7 +53,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfEnumValues("entityTypes", this.getEntityTypes()); } /** - * Sets the entityTypes property value. The entityTypes property + * Sets the entityTypes property value. The list of entity types to include in the recovery job. * @param value Value to set for the entityTypes property. */ public void setEntityTypes(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/Snapshot.java b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/Snapshot.java index 47ced8e490d..2efcdb33842 100644 --- a/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/Snapshot.java +++ b/src/main/java/com/microsoft/graph/generated/models/entrarecoveryservices/Snapshot.java @@ -27,7 +27,7 @@ public static Snapshot createFromDiscriminatorValue(@jakarta.annotation.Nonnull return new Snapshot(); } /** - * Gets the createdDateTime property value. The createdDateTime property + * Gets the createdDateTime property value. The date and time when the snapshot was created. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -48,7 +48,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the recoveryJobs property value. The recoveryJobs property + * Gets the recoveryJobs property value. Collection of recovery jobs created for this snapshot. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -56,7 +56,7 @@ public java.util.List getRecoveryJobs() { return this.backingStore.get("recoveryJobs"); } /** - * Gets the recoveryPreviewJobs property value. The recoveryPreviewJobs property + * Gets the recoveryPreviewJobs property value. Collection of preview jobs created for this snapshot. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -64,7 +64,7 @@ public java.util.List getRecoveryPreviewJobs() { return this.backingStore.get("recoveryPreviewJobs"); } /** - * Gets the totalChangedObjects property value. The totalChangedObjects property + * Gets the totalChangedObjects property value. The total number of changed objects identified in this snapshot. * @return a {@link Integer} */ @jakarta.annotation.Nullable @@ -84,28 +84,28 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeIntegerValue("totalChangedObjects", this.getTotalChangedObjects()); } /** - * Sets the createdDateTime property value. The createdDateTime property + * Sets the createdDateTime property value. The date and time when the snapshot was created. * @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 recoveryJobs property value. The recoveryJobs property + * Sets the recoveryJobs property value. Collection of recovery jobs created for this snapshot. * @param value Value to set for the recoveryJobs property. */ public void setRecoveryJobs(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("recoveryJobs", value); } /** - * Sets the recoveryPreviewJobs property value. The recoveryPreviewJobs property + * Sets the recoveryPreviewJobs property value. Collection of preview jobs created for this snapshot. * @param value Value to set for the recoveryPreviewJobs property. */ public void setRecoveryPreviewJobs(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("recoveryPreviewJobs", value); } /** - * Sets the totalChangedObjects property value. The totalChangedObjects property + * Sets the totalChangedObjects property value. The total number of changed objects identified in this snapshot. * @param value Value to set for the totalChangedObjects property. */ public void setTotalChangedObjects(@jakarta.annotation.Nullable final Integer value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/security/AuditCoreRoot.java b/src/main/java/com/microsoft/graph/generated/models/security/AuditCoreRoot.java index c3bec53f8b5..c6e989959da 100644 --- a/src/main/java/com/microsoft/graph/generated/models/security/AuditCoreRoot.java +++ b/src/main/java/com/microsoft/graph/generated/models/security/AuditCoreRoot.java @@ -39,7 +39,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the queries property value. The queries property + * Gets the queries property value. The collection of audit log queries. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -56,7 +56,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfObjectValues("queries", this.getQueries()); } /** - * Sets the queries property value. The queries property + * Sets the queries property value. The collection of audit log queries. * @param value Value to set for the queries property. */ public void setQueries(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/security/AuditData.java b/src/main/java/com/microsoft/graph/generated/models/security/AuditData.java index 16ada3d555b..8de14176463 100644 --- a/src/main/java/com/microsoft/graph/generated/models/security/AuditData.java +++ b/src/main/java/com/microsoft/graph/generated/models/security/AuditData.java @@ -457,7 +457,7 @@ public BackingStore getBackingStore() { return this.backingStore; } /** - * Gets the dynamicProperties property value. The dynamicProperties property + * Gets the dynamicProperties property value. An open-type dictionary that contains dynamic audit event properties as name-value pairs. * @return a {@link AuditRecordTypeDictionary} */ @jakarta.annotation.Nullable @@ -509,7 +509,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value this.backingStore = value; } /** - * Sets the dynamicProperties property value. The dynamicProperties property + * Sets the dynamicProperties property value. An open-type dictionary that contains dynamic audit event properties as name-value pairs. * @param value Value to set for the dynamicProperties property. */ public void setDynamicProperties(@jakarta.annotation.Nullable final AuditRecordTypeDictionary value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/security/AuditLogQuery.java b/src/main/java/com/microsoft/graph/generated/models/security/AuditLogQuery.java index a14c0324795..f58e95ff31d 100644 --- a/src/main/java/com/microsoft/graph/generated/models/security/AuditLogQuery.java +++ b/src/main/java/com/microsoft/graph/generated/models/security/AuditLogQuery.java @@ -30,7 +30,7 @@ public static AuditLogQuery createFromDiscriminatorValue(@jakarta.annotation.Non return new AuditLogQuery(); } /** - * Gets the administrativeUnitIdFilters property value. The administrative units tagged to an audit log record. + * Gets the administrativeUnitIdFilters property value. The collection of administrative unit IDs to filter on. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -38,7 +38,7 @@ public java.util.List getAdministrativeUnitIdFilters() { return this.backingStore.get("administrativeUnitIdFilters"); } /** - * Gets the displayName property value. The display name of the saved audit log query. + * Gets the displayName property value. The display name of the audit log query. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -68,7 +68,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the filterEndDateTime property value. The end date of the date range in the query. + * Gets the filterEndDateTime property value. The end date and time of the audit log query filter. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -76,7 +76,7 @@ public OffsetDateTime getFilterEndDateTime() { return this.backingStore.get("filterEndDateTime"); } /** - * Gets the filterStartDateTime property value. The start date of the date range in the query. + * Gets the filterStartDateTime property value. The start date and time of the audit log query filter. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -84,7 +84,7 @@ public OffsetDateTime getFilterStartDateTime() { return this.backingStore.get("filterStartDateTime"); } /** - * Gets the ipAddressFilters property value. The IP address of the device that was used when the activity was logged. + * Gets the ipAddressFilters property value. The collection of IP addresses to filter on. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -92,7 +92,7 @@ public java.util.List getIpAddressFilters() { return this.backingStore.get("ipAddressFilters"); } /** - * Gets the keywordFilter property value. Free text field to search non-indexed properties of the audit log. + * Gets the keywordFilter property value. The keyword to filter on. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -100,7 +100,7 @@ public String getKeywordFilter() { return this.backingStore.get("keywordFilter"); } /** - * Gets the objectIdFilters property value. For SharePoint and OneDrive for Business activity, the full path name of the file or folder accessed by the user. For Exchange admin audit logging, the name of the object that was modified by the cmdlet. + * Gets the objectIdFilters property value. The collection of object IDs to filter on. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -108,7 +108,7 @@ public java.util.List getObjectIdFilters() { return this.backingStore.get("objectIdFilters"); } /** - * Gets the operationFilters property value. The name of the user or admin activity. For a description of the most common operations/activities, see Search the audit log in the Office 365 Protection Center. + * Gets the operationFilters property value. The collection of operations to filter on. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -116,7 +116,7 @@ public java.util.List getOperationFilters() { return this.backingStore.get("operationFilters"); } /** - * Gets the records property value. An individual audit log record. + * Gets the records property value. The collection of audit log records retrieved by the query. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -124,7 +124,7 @@ public java.util.List getRecords() { return this.backingStore.get("records"); } /** - * Gets the recordTypeFilters property value. The type of operation indicated by the record. For the list of member values, see auditLogRecordType. + * Gets the recordTypeFilters property value. The collection of record types to filter on. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -132,7 +132,7 @@ public java.util.List getRecordTypeFilters() { return this.backingStore.get("recordTypeFilters"); } /** - * Gets the serviceFilters property value. The serviceFilters property + * Gets the serviceFilters property value. The collection of services to filter on. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -140,7 +140,7 @@ public java.util.List getServiceFilters() { return this.backingStore.get("serviceFilters"); } /** - * Gets the status property value. Describes the current status of the query. The possible values are: notStarted, running, succeeded, failed, cancelled, unknownFutureValue. + * Gets the status property value. The status of the audit log query. Possible values are: notStarted, running, succeeded, failed, cancelled, unknownFutureValue. * @return a {@link AuditLogQueryStatus} */ @jakarta.annotation.Nullable @@ -148,7 +148,7 @@ public AuditLogQueryStatus getStatus() { return this.backingStore.get("status"); } /** - * Gets the userPrincipalNameFilters property value. The UPN (user principal name) of the user who performed the action (specified in the operation property) that resulted in the record being logged; for example, myname@mydomain_name. + * Gets the userPrincipalNameFilters property value. The collection of user principal names to filter on. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -177,91 +177,91 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeCollectionOfPrimitiveValues("userPrincipalNameFilters", this.getUserPrincipalNameFilters()); } /** - * Sets the administrativeUnitIdFilters property value. The administrative units tagged to an audit log record. + * Sets the administrativeUnitIdFilters property value. The collection of administrative unit IDs to filter on. * @param value Value to set for the administrativeUnitIdFilters property. */ public void setAdministrativeUnitIdFilters(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("administrativeUnitIdFilters", value); } /** - * Sets the displayName property value. The display name of the saved audit log query. + * Sets the displayName property value. The display name of the audit log query. * @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 filterEndDateTime property value. The end date of the date range in the query. + * Sets the filterEndDateTime property value. The end date and time of the audit log query filter. * @param value Value to set for the filterEndDateTime property. */ public void setFilterEndDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { this.backingStore.set("filterEndDateTime", value); } /** - * Sets the filterStartDateTime property value. The start date of the date range in the query. + * Sets the filterStartDateTime property value. The start date and time of the audit log query filter. * @param value Value to set for the filterStartDateTime property. */ public void setFilterStartDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) { this.backingStore.set("filterStartDateTime", value); } /** - * Sets the ipAddressFilters property value. The IP address of the device that was used when the activity was logged. + * Sets the ipAddressFilters property value. The collection of IP addresses to filter on. * @param value Value to set for the ipAddressFilters property. */ public void setIpAddressFilters(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("ipAddressFilters", value); } /** - * Sets the keywordFilter property value. Free text field to search non-indexed properties of the audit log. + * Sets the keywordFilter property value. The keyword to filter on. * @param value Value to set for the keywordFilter property. */ public void setKeywordFilter(@jakarta.annotation.Nullable final String value) { this.backingStore.set("keywordFilter", value); } /** - * Sets the objectIdFilters property value. For SharePoint and OneDrive for Business activity, the full path name of the file or folder accessed by the user. For Exchange admin audit logging, the name of the object that was modified by the cmdlet. + * Sets the objectIdFilters property value. The collection of object IDs to filter on. * @param value Value to set for the objectIdFilters property. */ public void setObjectIdFilters(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("objectIdFilters", value); } /** - * Sets the operationFilters property value. The name of the user or admin activity. For a description of the most common operations/activities, see Search the audit log in the Office 365 Protection Center. + * Sets the operationFilters property value. The collection of operations to filter on. * @param value Value to set for the operationFilters property. */ public void setOperationFilters(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("operationFilters", value); } /** - * Sets the records property value. An individual audit log record. + * Sets the records property value. The collection of audit log records retrieved by the query. * @param value Value to set for the records property. */ public void setRecords(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("records", value); } /** - * Sets the recordTypeFilters property value. The type of operation indicated by the record. For the list of member values, see auditLogRecordType. + * Sets the recordTypeFilters property value. The collection of record types to filter on. * @param value Value to set for the recordTypeFilters property. */ public void setRecordTypeFilters(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("recordTypeFilters", value); } /** - * Sets the serviceFilters property value. The serviceFilters property + * Sets the serviceFilters property value. The collection of services to filter on. * @param value Value to set for the serviceFilters property. */ public void setServiceFilters(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("serviceFilters", value); } /** - * Sets the status property value. Describes the current status of the query. The possible values are: notStarted, running, succeeded, failed, cancelled, unknownFutureValue. + * Sets the status property value. The status of the audit log query. Possible values are: notStarted, running, succeeded, failed, cancelled, unknownFutureValue. * @param value Value to set for the status property. */ public void setStatus(@jakarta.annotation.Nullable final AuditLogQueryStatus value) { this.backingStore.set("status", value); } /** - * Sets the userPrincipalNameFilters property value. The UPN (user principal name) of the user who performed the action (specified in the operation property) that resulted in the record being logged; for example, myname@mydomain_name. + * Sets the userPrincipalNameFilters property value. The collection of user principal names to filter on. * @param value Value to set for the userPrincipalNameFilters property. */ public void setUserPrincipalNameFilters(@jakarta.annotation.Nullable final java.util.List value) { diff --git a/src/main/java/com/microsoft/graph/generated/models/security/AuditLogRecord.java b/src/main/java/com/microsoft/graph/generated/models/security/AuditLogRecord.java index be2a666a216..1c21d2c5081 100644 --- a/src/main/java/com/microsoft/graph/generated/models/security/AuditLogRecord.java +++ b/src/main/java/com/microsoft/graph/generated/models/security/AuditLogRecord.java @@ -30,7 +30,7 @@ public static AuditLogRecord createFromDiscriminatorValue(@jakarta.annotation.No return new AuditLogRecord(); } /** - * Gets the administrativeUnits property value. The administrative units tagged to an audit log record. + * Gets the administrativeUnits property value. The collection of administrative units associated with the record. * @return a {@link java.util.List} */ @jakarta.annotation.Nullable @@ -38,7 +38,7 @@ public java.util.List getAdministrativeUnits() { return this.backingStore.get("administrativeUnits"); } /** - * Gets the auditData property value. A JSON object that contains the actual audit log data. + * Gets the auditData property value. The audit data associated with the record. * @return a {@link AuditData} */ @jakarta.annotation.Nullable @@ -46,7 +46,7 @@ public AuditData getAuditData() { return this.backingStore.get("auditData"); } /** - * Gets the auditLogRecordType property value. The type of operation indicated by the record. For the list of member values, see auditLogRecordType. + * Gets the auditLogRecordType property value. The type of the audit log record. * @return a {@link AuditLogRecordType} */ @jakarta.annotation.Nullable @@ -54,7 +54,7 @@ public AuditLogRecordType getAuditLogRecordType() { return this.backingStore.get("auditLogRecordType"); } /** - * Gets the clientIp property value. The IP address of the device used when the activity was logged. The IP address is displayed in either an IPv4 or IPv6 address format. + * Gets the clientIp property value. The IP address of the client that performed the activity. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -62,7 +62,7 @@ public String getClientIp() { return this.backingStore.get("clientIp"); } /** - * Gets the createdDateTime property value. The date and time in UTC when the user performed the activity. + * Gets the createdDateTime property value. The date and time when the activity was performed. * @return a {@link OffsetDateTime} */ @jakarta.annotation.Nullable @@ -91,7 +91,7 @@ public Map> getFieldDeserializers return deserializerMap; } /** - * Gets the objectId property value. For Exchange admin audit logging, the name of the object modified by the cmdlet. For SharePoint activity, the full URL path name of the file or folder accessed by a user. For Microsoft Entra activity, the name of the user account that was modified. + * Gets the objectId property value. The identifier of the object that was affected by the activity. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -99,7 +99,7 @@ public String getObjectId() { return this.backingStore.get("objectId"); } /** - * Gets the operation property value. The name of the user or admin activity. + * Gets the operation property value. The name of the activity that was performed. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -107,7 +107,7 @@ public String getOperation() { return this.backingStore.get("operation"); } /** - * Gets the organizationId property value. The GUID for your organization. + * Gets the organizationId property value. The GUID of the organization's Microsoft 365 tenant. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -123,7 +123,7 @@ public String getService() { return this.backingStore.get("service"); } /** - * Gets the userId property value. The user who performed the action (specified in the Operation property) that resulted in the record being logged. Audit records for activity performed by system accounts (such as SHAREPOINT/system or NT AUTHORITY/SYSTEM) are also included in the audit log. Another common value for the UserId property is app@sharepoint. It indicates that the 'user' who performed the activity was an application with the necessary permissions in SharePoint to perform organization-wide actions (such as searching a SharePoint site or OneDrive account) on behalf of a user, admin, or service. + * Gets the userId property value. The identifier of the user, system account, service, or application that performed the activity. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -131,7 +131,7 @@ public String getUserId() { return this.backingStore.get("userId"); } /** - * Gets the userPrincipalName property value. UPN of the user who performed the action. + * Gets the userPrincipalName property value. The user principal name of the user who performed the activity. * @return a {@link String} */ @jakarta.annotation.Nullable @@ -139,7 +139,7 @@ public String getUserPrincipalName() { return this.backingStore.get("userPrincipalName"); } /** - * Gets the userType property value. The type of user that performed the operation. The possible values are: regular, reserved, admin, dcAdmin, system, application, servicePrincipal, customPolicy, systemPolicy, partnerTechnician, guest, unknownFutureValue. + * Gets the userType property value. The type of user who performed the activity. Possible values are: regular, reserved, admin, dcAdmin, system, application, servicePrincipal, customPolicy, systemPolicy, partnerTechnician, guest, unknownFutureValue. * @return a {@link AuditLogUserType} */ @jakarta.annotation.Nullable @@ -167,56 +167,56 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ writer.writeEnumValue("userType", this.getUserType()); } /** - * Sets the administrativeUnits property value. The administrative units tagged to an audit log record. + * Sets the administrativeUnits property value. The collection of administrative units associated with the record. * @param value Value to set for the administrativeUnits property. */ public void setAdministrativeUnits(@jakarta.annotation.Nullable final java.util.List value) { this.backingStore.set("administrativeUnits", value); } /** - * Sets the auditData property value. A JSON object that contains the actual audit log data. + * Sets the auditData property value. The audit data associated with the record. * @param value Value to set for the auditData property. */ public void setAuditData(@jakarta.annotation.Nullable final AuditData value) { this.backingStore.set("auditData", value); } /** - * Sets the auditLogRecordType property value. The type of operation indicated by the record. For the list of member values, see auditLogRecordType. + * Sets the auditLogRecordType property value. The type of the audit log record. * @param value Value to set for the auditLogRecordType property. */ public void setAuditLogRecordType(@jakarta.annotation.Nullable final AuditLogRecordType value) { this.backingStore.set("auditLogRecordType", value); } /** - * Sets the clientIp property value. The IP address of the device used when the activity was logged. The IP address is displayed in either an IPv4 or IPv6 address format. + * Sets the clientIp property value. The IP address of the client that performed the activity. * @param value Value to set for the clientIp property. */ public void setClientIp(@jakarta.annotation.Nullable final String value) { this.backingStore.set("clientIp", value); } /** - * Sets the createdDateTime property value. The date and time in UTC when the user performed the activity. + * Sets the createdDateTime property value. The date and time when the activity was performed. * @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 objectId property value. For Exchange admin audit logging, the name of the object modified by the cmdlet. For SharePoint activity, the full URL path name of the file or folder accessed by a user. For Microsoft Entra activity, the name of the user account that was modified. + * Sets the objectId property value. The identifier of the object that was affected by the activity. * @param value Value to set for the objectId property. */ public void setObjectId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("objectId", value); } /** - * Sets the operation property value. The name of the user or admin activity. + * Sets the operation property value. The name of the activity that was performed. * @param value Value to set for the operation property. */ public void setOperation(@jakarta.annotation.Nullable final String value) { this.backingStore.set("operation", value); } /** - * Sets the organizationId property value. The GUID for your organization. + * Sets the organizationId property value. The GUID of the organization's Microsoft 365 tenant. * @param value Value to set for the organizationId property. */ public void setOrganizationId(@jakarta.annotation.Nullable final String value) { @@ -230,21 +230,21 @@ public void setService(@jakarta.annotation.Nullable final String value) { this.backingStore.set("service", value); } /** - * Sets the userId property value. The user who performed the action (specified in the Operation property) that resulted in the record being logged. Audit records for activity performed by system accounts (such as SHAREPOINT/system or NT AUTHORITY/SYSTEM) are also included in the audit log. Another common value for the UserId property is app@sharepoint. It indicates that the 'user' who performed the activity was an application with the necessary permissions in SharePoint to perform organization-wide actions (such as searching a SharePoint site or OneDrive account) on behalf of a user, admin, or service. + * Sets the userId property value. The identifier of the user, system account, service, or application that performed the activity. * @param value Value to set for the userId property. */ public void setUserId(@jakarta.annotation.Nullable final String value) { this.backingStore.set("userId", value); } /** - * Sets the userPrincipalName property value. UPN of the user who performed the action. + * Sets the userPrincipalName property value. The user principal name of the user who performed the activity. * @param value Value to set for the userPrincipalName property. */ public void setUserPrincipalName(@jakarta.annotation.Nullable final String value) { this.backingStore.set("userPrincipalName", value); } /** - * Sets the userType property value. The type of user that performed the operation. The possible values are: regular, reserved, admin, dcAdmin, system, application, servicePrincipal, customPolicy, systemPolicy, partnerTechnician, guest, unknownFutureValue. + * Sets the userType property value. The type of user who performed the activity. Possible values are: regular, reserved, admin, dcAdmin, system, application, servicePrincipal, customPolicy, systemPolicy, partnerTechnician, guest, unknownFutureValue. * @param value Value to set for the userType property. */ public void setUserType(@jakarta.annotation.Nullable final AuditLogUserType value) { diff --git a/src/main/java/com/microsoft/graph/generated/security/auditlog/AuditLogRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/security/auditlog/AuditLogRequestBuilder.java index 51d7c190228..0b4c469319f 100644 --- a/src/main/java/com/microsoft/graph/generated/security/auditlog/AuditLogRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/security/auditlog/AuditLogRequestBuilder.java @@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Get auditLog from security + * The entry point for the audit log query API. * @return a {@link AuditCoreRoot} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -73,7 +73,7 @@ public AuditCoreRoot get() { return get(null); } /** - * Get auditLog from security + * The entry point for the audit log query API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link AuditCoreRoot} * @throws ODataError When receiving a 4XX or 5XX status code @@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Get auditLog from security + * The entry point for the audit log query API. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get auditLog from security + * The entry point for the audit log query API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -191,7 +191,7 @@ public AuditLogRequestBuilder withUrl(@jakarta.annotation.Nonnull final String r public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Get auditLog from security + * The entry point for the audit log query API. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/security/auditlog/queries/item/records/RecordsRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/security/auditlog/queries/item/records/RecordsRequestBuilder.java index 347e9c5f0e0..133ddba21f9 100644 --- a/src/main/java/com/microsoft/graph/generated/security/auditlog/queries/item/records/RecordsRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/security/auditlog/queries/item/records/RecordsRequestBuilder.java @@ -59,7 +59,7 @@ public RecordsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j super(requestAdapter, "{+baseurl}/security/auditLog/queries/{auditLogQuery%2Did}/records{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @return a {@link AuditLogRecordCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -68,7 +68,7 @@ public AuditLogRecordCollectionResponse get() { return get(null); } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link AuditLogRecordCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -81,7 +81,7 @@ public AuditLogRecordCollectionResponse get(@jakarta.annotation.Nullable final j return this.requestAdapter.send(requestInfo, errorMapping, AuditLogRecordCollectionResponse::createFromDiscriminatorValue); } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -89,7 +89,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -111,7 +111,7 @@ public RecordsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra return new RecordsRequestBuilder(rawUrl, requestAdapter); } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/security/auditlog/queries/item/records/item/AuditLogRecordItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/security/auditlog/queries/item/records/item/AuditLogRecordItemRequestBuilder.java index 8f82e5f6122..a0b35c051df 100644 --- a/src/main/java/com/microsoft/graph/generated/security/auditlog/queries/item/records/item/AuditLogRecordItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/security/auditlog/queries/item/records/item/AuditLogRecordItemRequestBuilder.java @@ -37,7 +37,7 @@ public AuditLogRecordItemRequestBuilder(@jakarta.annotation.Nonnull final String super(requestAdapter, "{+baseurl}/security/auditLog/queries/{auditLogQuery%2Did}/records/{auditLogRecord%2Did}{?%24expand,%24select}", rawUrl); } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @return a {@link AuditLogRecord} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -46,7 +46,7 @@ public AuditLogRecord get() { return get(null); } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link AuditLogRecord} * @throws ODataError When receiving a 4XX or 5XX status code @@ -59,7 +59,7 @@ public AuditLogRecord get(@jakarta.annotation.Nullable final java.util.function. return this.requestAdapter.send(requestInfo, errorMapping, AuditLogRecord::createFromDiscriminatorValue); } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -89,7 +89,7 @@ public AuditLogRecordItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fina return new AuditLogRecordItemRequestBuilder(rawUrl, requestAdapter); } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/users/item/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/users/item/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java index edfe8c1c1a5..261cfb88915 100644 --- a/src/main/java/com/microsoft/graph/generated/users/item/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/users/item/chats/item/targetedmessages/TargetedMessagesRequestBuilder.java @@ -60,7 +60,7 @@ public TargetedMessagesRequestBuilder(@jakarta.annotation.Nonnull final String r super(requestAdapter, "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/targetedMessages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @return a {@link TargetedChatMessageCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -69,7 +69,7 @@ public TargetedChatMessageCollectionResponse get() { return get(null); } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link TargetedChatMessageCollectionResponse} * @throws ODataError When receiving a 4XX or 5XX status code @@ -107,7 +107,7 @@ public TargetedChatMessage post(@jakarta.annotation.Nonnull final TargetedChatMe return this.requestAdapter.send(requestInfo, errorMapping, TargetedChatMessage::createFromDiscriminatorValue); } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -161,7 +161,7 @@ public TargetedMessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final return new TargetedMessagesRequestBuilder(rawUrl, requestAdapter); } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/users/item/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/users/item/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java index ee6fb5e3996..d51c7456061 100644 --- a/src/main/java/com/microsoft/graph/generated/users/item/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/users/item/chats/item/targetedmessages/item/TargetedChatMessageItemRequestBuilder.java @@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @return a {@link TargetedChatMessage} * @throws ODataError When receiving a 4XX or 5XX status code */ @@ -82,7 +82,7 @@ public TargetedChatMessage get() { return get(null); } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link TargetedChatMessage} * @throws ODataError When receiving a 4XX or 5XX status code @@ -140,7 +140,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl return requestInfo; } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -200,7 +200,7 @@ public TargetedChatMessageItemRequestBuilder withUrl(@jakarta.annotation.Nonnull public class DeleteRequestConfiguration extends BaseRequestConfiguration { } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/users/item/teamwork/deletetargetedmessage/DeleteTargetedMessageRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/users/item/teamwork/deletetargetedmessage/DeleteTargetedMessageRequestBuilder.java index ba8730d80ee..654be5560b3 100644 --- a/src/main/java/com/microsoft/graph/generated/users/item/teamwork/deletetargetedmessage/DeleteTargetedMessageRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/users/item/teamwork/deletetargetedmessage/DeleteTargetedMessageRequestBuilder.java @@ -35,18 +35,20 @@ public DeleteTargetedMessageRequestBuilder(@jakarta.annotation.Nonnull final Str super(requestAdapter, "{+baseurl}/users/{user%2Did}/teamwork/deleteTargetedMessage", rawUrl); } /** - * Invoke action deleteTargetedMessage + * Delete a specific targeted message from a channel context. Teams administrators can use this API to remove targeted messages by providing the message ID, team ID, and channel ID. * @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 DeleteTargetedMessagePostRequestBody body) { post(body, null); } /** - * Invoke action deleteTargetedMessage + * Delete a specific targeted message from a channel context. Teams administrators can use this API to remove targeted messages by providing the message ID, team ID, and channel ID. * @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 DeleteTargetedMessagePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { Objects.requireNonNull(body); @@ -56,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final DeleteTargetedMessagePostRequ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class); } /** - * Invoke action deleteTargetedMessage + * Delete a specific targeted message from a channel context. Teams administrators can use this API to remove targeted messages by providing the message ID, team ID, and channel ID. * @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 deleteTargetedMessage + * Delete a specific targeted message from a channel context. Teams administrators can use this API to remove targeted messages by providing the message ID, team ID, and channel ID. * @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/item/teamwork/getallretainedtargetedmessages/GetAllRetainedTargetedMessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/users/item/teamwork/getallretainedtargetedmessages/GetAllRetainedTargetedMessagesRequestBuilder.java index 86b0d68e618..026363801f0 100644 --- a/src/main/java/com/microsoft/graph/generated/users/item/teamwork/getallretainedtargetedmessages/GetAllRetainedTargetedMessagesRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/users/item/teamwork/getallretainedtargetedmessages/GetAllRetainedTargetedMessagesRequestBuilder.java @@ -36,19 +36,21 @@ public GetAllRetainedTargetedMessagesRequestBuilder(@jakarta.annotation.Nonnull super(requestAdapter, "{+baseurl}/users/{user%2Did}/teamwork/getAllRetainedTargetedMessages(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Invoke function getAllRetainedTargetedMessages + * Get all retained targeted messages sent to a specific user in group chats and channels. * @return a {@link GetAllRetainedTargetedMessagesGetResponse} * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ @jakarta.annotation.Nullable public GetAllRetainedTargetedMessagesGetResponse get() { return get(null); } /** - * Invoke function getAllRetainedTargetedMessages + * Get all retained targeted messages sent to a specific user in group chats and channels. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link GetAllRetainedTargetedMessagesGetResponse} * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ @jakarta.annotation.Nullable public GetAllRetainedTargetedMessagesGetResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -58,7 +60,7 @@ public GetAllRetainedTargetedMessagesGetResponse get(@jakarta.annotation.Nullabl return this.requestAdapter.send(requestInfo, errorMapping, GetAllRetainedTargetedMessagesGetResponse::createFromDiscriminatorValue); } /** - * Invoke function getAllRetainedTargetedMessages + * Get all retained targeted messages sent to a specific user in group chats and channels. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -66,7 +68,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Invoke function getAllRetainedTargetedMessages + * Get all retained targeted messages sent to a specific user in group chats and channels. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -88,7 +90,7 @@ public GetAllRetainedTargetedMessagesRequestBuilder withUrl(@jakarta.annotation. return new GetAllRetainedTargetedMessagesRequestBuilder(rawUrl, requestAdapter); } /** - * Invoke function getAllRetainedTargetedMessages + * Get all retained targeted messages sent to a specific user in group chats and channels. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters { diff --git a/src/main/java/com/microsoft/graph/generated/users/item/teamwork/getalltargetedmessages/GetAllTargetedMessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/generated/users/item/teamwork/getalltargetedmessages/GetAllTargetedMessagesRequestBuilder.java index bbbc38f2d93..512c6762f93 100644 --- a/src/main/java/com/microsoft/graph/generated/users/item/teamwork/getalltargetedmessages/GetAllTargetedMessagesRequestBuilder.java +++ b/src/main/java/com/microsoft/graph/generated/users/item/teamwork/getalltargetedmessages/GetAllTargetedMessagesRequestBuilder.java @@ -36,19 +36,21 @@ public GetAllTargetedMessagesRequestBuilder(@jakarta.annotation.Nonnull final St super(requestAdapter, "{+baseurl}/users/{user%2Did}/teamwork/getAllTargetedMessages(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl); } /** - * Invoke function getAllTargetedMessages + * Get all targeted messages sent to a specific user in group chats and channels. * @return a {@link GetAllTargetedMessagesGetResponse} * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ @jakarta.annotation.Nullable public GetAllTargetedMessagesGetResponse get() { return get(null); } /** - * Invoke function getAllTargetedMessages + * Get all targeted messages sent to a specific user in group chats and channels. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link GetAllTargetedMessagesGetResponse} * @throws ODataError When receiving a 4XX or 5XX status code + * @see Find more info here */ @jakarta.annotation.Nullable public GetAllTargetedMessagesGetResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) { @@ -58,7 +60,7 @@ public GetAllTargetedMessagesGetResponse get(@jakarta.annotation.Nullable final return this.requestAdapter.send(requestInfo, errorMapping, GetAllTargetedMessagesGetResponse::createFromDiscriminatorValue); } /** - * Invoke function getAllTargetedMessages + * Get all targeted messages sent to a specific user in group chats and channels. * @return a {@link RequestInformation} */ @jakarta.annotation.Nonnull @@ -66,7 +68,7 @@ public RequestInformation toGetRequestInformation() { return toGetRequestInformation(null); } /** - * Invoke function getAllTargetedMessages + * Get all targeted messages sent to a specific user in group chats and channels. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return a {@link RequestInformation} */ @@ -88,7 +90,7 @@ public GetAllTargetedMessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull return new GetAllTargetedMessagesRequestBuilder(rawUrl, requestAdapter); } /** - * Invoke function getAllTargetedMessages + * Get all targeted messages sent to a specific user in group chats and channels. */ @jakarta.annotation.Generated("com.microsoft.kiota") public class GetQueryParameters implements QueryParameters {