diff --git a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java
index 0159ff148ea..8cc3dbb44bf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java
@@ -37,18 +37,18 @@ public ResourceConnectionItemRequestBuilder(@jakarta.annotation.Nonnull final St
super(requestAdapter, "{+baseurl}/admin/windows/updates/resourceConnections/{resourceConnection%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete an operationalInsightsConnection object.
+ * Delete a resourceConnection object.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete an operationalInsightsConnection object.
+ * Delete a resourceConnection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -106,7 +106,7 @@ public ResourceConnection patch(@jakarta.annotation.Nonnull final ResourceConnec
return this.requestAdapter.send(requestInfo, errorMapping, ResourceConnection::createFromDiscriminatorValue);
}
/**
- * Delete an operationalInsightsConnection object.
+ * Delete a resourceConnection object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -114,7 +114,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete an operationalInsightsConnection object.
+ * Delete a resourceConnection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
diff --git a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatableassets/item/UpdatableAssetItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatableassets/item/UpdatableAssetItemRequestBuilder.java
index 33340f5a660..30315385c2f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatableassets/item/UpdatableAssetItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatableassets/item/UpdatableAssetItemRequestBuilder.java
@@ -73,18 +73,18 @@ public UpdatableAssetItemRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/admin/windows/updates/updatableAssets/{updatableAsset%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered from the deployment service and automatically unenrolled from management by the service for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
+ * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered from the deployment service and automatically unenrolled from management by the service for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
+ * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -142,7 +142,7 @@ public UpdatableAsset patch(@jakarta.annotation.Nonnull final UpdatableAsset bod
return this.requestAdapter.send(requestInfo, errorMapping, UpdatableAsset::createFromDiscriminatorValue);
}
/**
- * Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered from the deployment service and automatically unenrolled from management by the service for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
+ * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -150,7 +150,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered from the deployment service and automatically unenrolled from management by the service for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
+ * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
diff --git a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java
index 966ec8ffabe..d9064253cfa 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java
@@ -46,18 +46,18 @@ public ComplianceChangeItemRequestBuilder(@jakarta.annotation.Nonnull final Stri
super(requestAdapter, "{+baseurl}/admin/windows/updates/updatePolicies/{updatePolicy%2Did}/complianceChanges/{complianceChange%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete a contentApproval object.
+ * Delete a complianceChange object.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete a contentApproval object.
+ * Delete a complianceChange object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -66,21 +66,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read the properties and relationships of a contentApproval object.
+ * Read the properties and relationships of a complianceChange object.
* @return a {@link ComplianceChange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ComplianceChange get() {
return get(null);
}
/**
- * Read the properties and relationships of a contentApproval object.
+ * Read the properties and relationships of a complianceChange object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ComplianceChange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ComplianceChange get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -117,7 +117,7 @@ public ComplianceChange patch(@jakarta.annotation.Nonnull final ComplianceChange
return this.requestAdapter.send(requestInfo, errorMapping, ComplianceChange::createFromDiscriminatorValue);
}
/**
- * Delete a contentApproval object.
+ * Delete a complianceChange object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -125,7 +125,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete a contentApproval object.
+ * Delete a complianceChange object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -137,7 +137,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read the properties and relationships of a contentApproval object.
+ * Read the properties and relationships of a complianceChange object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -145,7 +145,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read the properties and relationships of a contentApproval object.
+ * Read the properties and relationships of a complianceChange object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -197,7 +197,7 @@ public ComplianceChangeItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read the properties and relationships of a contentApproval object.
+ * Read the properties and relationships of a complianceChange object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/alternativerecording/AlternativeRecordingRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/alternativerecording/AlternativeRecordingRequestBuilder.java
index 01d6901eeee..fe121f31f2a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/alternativerecording/AlternativeRecordingRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/alternativerecording/AlternativeRecordingRequestBuilder.java
@@ -36,14 +36,14 @@ public AlternativeRecordingRequestBuilder(@jakarta.annotation.Nonnull final Stri
super(requestAdapter, "{+baseurl}/app/onlineMeetings/{onlineMeeting%2Did}/alternativeRecording", rawUrl);
}
/**
- * Delete alternativeRecording for the navigation property onlineMeetings in app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete alternativeRecording for the navigation property onlineMeetings in app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -54,7 +54,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get alternativeRecording for the navigation property onlineMeetings from app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -63,7 +63,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get alternativeRecording for the navigation property onlineMeetings from app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -76,7 +76,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update alternativeRecording for the navigation property onlineMeetings in app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param body Binary request body
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -86,7 +86,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update alternativeRecording for the navigation property onlineMeetings in app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
@@ -101,7 +101,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Delete alternativeRecording for the navigation property onlineMeetings in app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -109,7 +109,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete alternativeRecording for the navigation property onlineMeetings in app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -121,7 +121,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get alternativeRecording for the navigation property onlineMeetings from app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -129,7 +129,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get alternativeRecording for the navigation property onlineMeetings from app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -141,7 +141,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update alternativeRecording for the navigation property onlineMeetings in app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -150,7 +150,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update alternativeRecording for the navigation property onlineMeetings in app
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java
index df16b5e9fe7..05bfb01c106 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java
@@ -36,14 +36,14 @@ public AttendeeReportRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/app/onlineMeetings/{onlineMeeting%2Did}/attendeeReport", rawUrl);
}
/**
- * Delete attendeeReport for the navigation property onlineMeetings in app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete attendeeReport for the navigation property onlineMeetings in app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -54,7 +54,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get attendeeReport for the navigation property onlineMeetings from app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -63,7 +63,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get attendeeReport for the navigation property onlineMeetings from app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -76,7 +76,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update attendeeReport for the navigation property onlineMeetings in app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param body Binary request body
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -86,7 +86,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update attendeeReport for the navigation property onlineMeetings in app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
@@ -101,7 +101,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Delete attendeeReport for the navigation property onlineMeetings in app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -109,7 +109,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete attendeeReport for the navigation property onlineMeetings in app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -121,7 +121,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get attendeeReport for the navigation property onlineMeetings from app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -129,7 +129,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get attendeeReport for the navigation property onlineMeetings from app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -141,7 +141,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update attendeeReport for the navigation property onlineMeetings in app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -150,7 +150,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update attendeeReport for the navigation property onlineMeetings in app
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/meetingattendancereport/MeetingAttendanceReportRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/meetingattendancereport/MeetingAttendanceReportRequestBuilder.java
index 83515588c04..29b98c040e8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/meetingattendancereport/MeetingAttendanceReportRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/meetingattendancereport/MeetingAttendanceReportRequestBuilder.java
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get meetingAttendanceReport from app
+ * The attendance report of the latest online meeting session. Read-only.
* @return a {@link MeetingAttendanceReport}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -73,7 +73,7 @@ public MeetingAttendanceReport get() {
return get(null);
}
/**
- * Get meetingAttendanceReport from app
+ * The attendance report of the latest online meeting session. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MeetingAttendanceReport}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get meetingAttendanceReport from app
+ * The attendance report of the latest online meeting session. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get meetingAttendanceReport from app
+ * The attendance report of the latest online meeting session. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +191,7 @@ public MeetingAttendanceReportRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get meetingAttendanceReport from app
+ * The attendance report of the latest online meeting session. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/recording/RecordingRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/recording/RecordingRequestBuilder.java
index f2245911fff..84e80030edd 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/recording/RecordingRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/app/onlinemeetings/item/recording/RecordingRequestBuilder.java
@@ -36,14 +36,14 @@ public RecordingRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/app/onlineMeetings/{onlineMeeting%2Did}/recording", rawUrl);
}
/**
- * Delete recording for the navigation property onlineMeetings in app
+ * The content stream of the recording of a Teams live event. Read-only.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete recording for the navigation property onlineMeetings in app
+ * The content stream of the recording of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -54,7 +54,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get recording for the navigation property onlineMeetings from app
+ * The content stream of the recording of a Teams live event. Read-only.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -63,7 +63,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get recording for the navigation property onlineMeetings from app
+ * The content stream of the recording of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -76,7 +76,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update recording for the navigation property onlineMeetings in app
+ * The content stream of the recording of a Teams live event. Read-only.
* @param body Binary request body
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -86,7 +86,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update recording for the navigation property onlineMeetings in app
+ * The content stream of the recording of a Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
@@ -101,7 +101,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Delete recording for the navigation property onlineMeetings in app
+ * The content stream of the recording of a Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -109,7 +109,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete recording for the navigation property onlineMeetings in app
+ * The content stream of the recording of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -121,7 +121,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get recording for the navigation property onlineMeetings from app
+ * The content stream of the recording of a Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -129,7 +129,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get recording for the navigation property onlineMeetings from app
+ * The content stream of the recording of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -141,7 +141,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update recording for the navigation property onlineMeetings in app
+ * The content stream of the recording of a Teams live event. Read-only.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -150,7 +150,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update recording for the navigation property onlineMeetings in app
+ * The content stream of the recording of a Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/chats/getallmessages/GetAllMessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/chats/getallmessages/GetAllMessagesRequestBuilder.java
index 4d504e8ce54..2995aeeeb4c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/chats/getallmessages/GetAllMessagesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/chats/getallmessages/GetAllMessagesRequestBuilder.java
@@ -36,19 +36,21 @@ public GetAllMessagesRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/chats/getAllMessages(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top,model*}", rawUrl);
}
/**
- * Invoke function getAllMessages
+ * Get all messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.
* @return a {@link GetAllMessagesGetResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public GetAllMessagesGetResponse get() {
return get(null);
}
/**
- * Invoke function getAllMessages
+ * Get all messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetAllMessagesGetResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public GetAllMessagesGetResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -58,7 +60,7 @@ public GetAllMessagesGetResponse get(@jakarta.annotation.Nullable final java.uti
return this.requestAdapter.send(requestInfo, errorMapping, GetAllMessagesGetResponse::createFromDiscriminatorValue);
}
/**
- * Invoke function getAllMessages
+ * Get all messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -66,7 +68,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Invoke function getAllMessages
+ * Get all messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -88,7 +90,7 @@ public GetAllMessagesRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
return new GetAllMessagesRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Invoke function getAllMessages
+ * Get all messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/MessagesRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/MessagesRequestBuilder.java
index 8b513a472d4..28d22f038c8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/MessagesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/MessagesRequestBuilder.java
@@ -93,23 +93,23 @@ public ChatMessageCollectionResponse get(@jakarta.annotation.Nullable final java
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessageCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Send a new chatMessage in the specified channel or a chat.
+ * Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message.
* @param body The request body
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body) {
return post(body, null);
}
/**
- * Send a new chatMessage in the specified channel or a chat.
+ * Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ChatMessage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ChatMessage post(@jakarta.annotation.Nonnull final ChatMessage body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -140,7 +140,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Send a new chatMessage in the specified channel or a chat.
+ * Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -149,7 +149,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Send a new chatMessage in the specified channel or a chat.
+ * Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/alternativerecording/AlternativeRecordingRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/alternativerecording/AlternativeRecordingRequestBuilder.java
index b6eb69cce7f..fc1a3ff2187 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/alternativerecording/AlternativeRecordingRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/alternativerecording/AlternativeRecordingRequestBuilder.java
@@ -36,14 +36,14 @@ public AlternativeRecordingRequestBuilder(@jakarta.annotation.Nonnull final Stri
super(requestAdapter, "{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/alternativeRecording", rawUrl);
}
/**
- * Delete alternativeRecording for the navigation property onlineMeetings in communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete alternativeRecording for the navigation property onlineMeetings in communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -54,7 +54,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get alternativeRecording for the navigation property onlineMeetings from communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -63,7 +63,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get alternativeRecording for the navigation property onlineMeetings from communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -76,7 +76,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update alternativeRecording for the navigation property onlineMeetings in communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param body Binary request body
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -86,7 +86,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update alternativeRecording for the navigation property onlineMeetings in communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
@@ -101,7 +101,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Delete alternativeRecording for the navigation property onlineMeetings in communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -109,7 +109,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete alternativeRecording for the navigation property onlineMeetings in communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -121,7 +121,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get alternativeRecording for the navigation property onlineMeetings from communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -129,7 +129,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get alternativeRecording for the navigation property onlineMeetings from communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -141,7 +141,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update alternativeRecording for the navigation property onlineMeetings in communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -150,7 +150,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update alternativeRecording for the navigation property onlineMeetings in communications
+ * The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java
index d2f4c0d11b8..2c234623ad3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/attendeereport/AttendeeReportRequestBuilder.java
@@ -36,14 +36,14 @@ public AttendeeReportRequestBuilder(@jakarta.annotation.Nonnull final String raw
super(requestAdapter, "{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendeeReport", rawUrl);
}
/**
- * Delete attendeeReport for the navigation property onlineMeetings in communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete attendeeReport for the navigation property onlineMeetings in communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -54,7 +54,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get attendeeReport for the navigation property onlineMeetings from communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -63,7 +63,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get attendeeReport for the navigation property onlineMeetings from communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -76,7 +76,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update attendeeReport for the navigation property onlineMeetings in communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param body Binary request body
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -86,7 +86,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update attendeeReport for the navigation property onlineMeetings in communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
@@ -101,7 +101,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Delete attendeeReport for the navigation property onlineMeetings in communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -109,7 +109,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete attendeeReport for the navigation property onlineMeetings in communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -121,7 +121,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get attendeeReport for the navigation property onlineMeetings from communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -129,7 +129,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get attendeeReport for the navigation property onlineMeetings from communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -141,7 +141,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update attendeeReport for the navigation property onlineMeetings in communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -150,7 +150,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update attendeeReport for the navigation property onlineMeetings in communications
+ * The content stream of the attendee report of a Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/meetingattendancereport/MeetingAttendanceReportRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/meetingattendancereport/MeetingAttendanceReportRequestBuilder.java
index 647a72270ab..8a0f4bd0d0f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/meetingattendancereport/MeetingAttendanceReportRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/meetingattendancereport/MeetingAttendanceReportRequestBuilder.java
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get meetingAttendanceReport from communications
+ * The attendance report of the latest online meeting session. Read-only.
* @return a {@link MeetingAttendanceReport}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -73,7 +73,7 @@ public MeetingAttendanceReport get() {
return get(null);
}
/**
- * Get meetingAttendanceReport from communications
+ * The attendance report of the latest online meeting session. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MeetingAttendanceReport}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get meetingAttendanceReport from communications
+ * The attendance report of the latest online meeting session. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get meetingAttendanceReport from communications
+ * The attendance report of the latest online meeting session. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +191,7 @@ public MeetingAttendanceReportRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get meetingAttendanceReport from communications
+ * The attendance report of the latest online meeting session. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/recording/RecordingRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/recording/RecordingRequestBuilder.java
index 1c893102bd5..92bcc6403fa 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/recording/RecordingRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/communications/onlinemeetings/item/recording/RecordingRequestBuilder.java
@@ -36,14 +36,14 @@ public RecordingRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/recording", rawUrl);
}
/**
- * Delete recording for the navigation property onlineMeetings in communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete recording for the navigation property onlineMeetings in communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -54,7 +54,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get recording for the navigation property onlineMeetings from communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -63,7 +63,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get recording for the navigation property onlineMeetings from communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -76,7 +76,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update recording for the navigation property onlineMeetings in communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @param body Binary request body
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -86,7 +86,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update recording for the navigation property onlineMeetings in communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
@@ -101,7 +101,7 @@ public InputStream put(@jakarta.annotation.Nonnull final InputStream body, @jaka
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Delete recording for the navigation property onlineMeetings in communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -109,7 +109,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete recording for the navigation property onlineMeetings in communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -121,7 +121,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get recording for the navigation property onlineMeetings from communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -129,7 +129,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get recording for the navigation property onlineMeetings from communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -141,7 +141,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update recording for the navigation property onlineMeetings in communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -150,7 +150,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update recording for the navigation property onlineMeetings in communications
+ * The content stream of the recording of a Teams live event. Read-only.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java
index dd7a7e224f4..1839e20b236 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/AssignmentsRequestBuilder.java
@@ -60,7 +60,7 @@ public AssignmentsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @return a {@link IosLobAppProvisioningConfigurationAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public IosLobAppProvisioningConfigurationAssignmentCollectionResponse get() {
return get(null);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IosLobAppProvisioningConfigurationAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public IosLobAppProvisioningConfigurationAssignment post(@jakarta.annotation.Non
return this.requestAdapter.send(requestInfo, errorMapping, IosLobAppProvisioningConfigurationAssignment::createFromDiscriminatorValue);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public AssignmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new AssignmentsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java
index 8c1b1d177df..1b7ff14e809 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @return a {@link IosLobAppProvisioningConfigurationAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public IosLobAppProvisioningConfigurationAssignment get() {
return get(null);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IosLobAppProvisioningConfigurationAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder withUrl(@j
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The associated group assignments for IosLobAppProvisioningConfiguration.
+ * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java
index 5201d91207f..85300d81088 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidForWorkApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 095644e85bc..d26c73a1965 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidforworkapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java
index 1cbf3465bf3..c922a99f4df 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 83c554d47e9..3d15c4b162a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java
index fb75ea9cae5..288186f5aa9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidManagedStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index b34e4712e11..d0739df9aaa 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidmanagedstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java
index bc4b74edfe7..26b80345d76 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index afb17fd4283..40ef0b7e0f9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphandroidstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java
index f8ecd8850ce..a6f42336567 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 79aa03f5435..78c711007ee 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java
index 3b57ea0d42e..4b445add130 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 6f3e3da3bee..8cb167e1818 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java
index ac647643cea..1019ab36a41 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index bb98730a238..7abf21a1865 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphiosvppapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java
index 62879441aac..639157f50a2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 067c15c0018..e1fcf7421c0 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacosdmgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java
index fa61178aa94..a2447293579 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index c5f923dd0bf..0f333eadae5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacoslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java
index 60c827f1553..36f80c8068f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSPkgApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index d281533fb62..4c369a25e33 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmacospkgapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java
index 1d02bc88588..4f92afd48b8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 773a6aa21aa..aaaa5a3b5cf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedandroidlobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java
index e699247752a..635e265ca03 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 22f0aff3b0b..1e4cbb8ee80 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedioslobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java
index faa646754b5..9191819c7d7 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index c4e44738fc4..ee4f61be9f7 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmanagedmobilelobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java
index 1324fa486f8..e87573c9016 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 2c76825f527..0db0156f773 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphmicrosoftstoreforbusinessapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java
index ffc42ee8f86..39a5d63a8cd 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 573cb5229a7..09c80567a6d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwin32lobapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java
index 5e966ff3df5..6314df56796 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 2d06381033a..4c3169e6d7e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java
index 38df293efb1..2fb0a8cdc70 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 6fc0b00e297..9ed0f591924 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsmobilemsi/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java
index b3ee7dc7b4b..d5d91664713 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsStoreApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 974e6aafb6a..d77bceda908 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsstoreapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java
index c8965a3eedd..26468a82a26 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 520ab96bff9..64c80d046e7 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowsuniversalappx/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java
index 96eb7788d90..13198b08b8c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 3d666d541d5..8f678c2730f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwindowswebapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java
index 46e38ce5c5b..e60bfe2be17 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.winGetApp/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index ba71fedb0fc..c1b1a6df829 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/graphwingetapp/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java
index bd8b64e2dc7..c15d8ff17cb 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/RelationshipsRequestBuilder.java
@@ -60,7 +60,7 @@ public RelationshipsRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/relationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -69,7 +69,7 @@ public MobileAppRelationshipCollectionResponse get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationshipCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,7 +107,7 @@ public MobileAppRelationship post(@jakarta.annotation.Nonnull final MobileAppRel
return this.requestAdapter.send(requestInfo, errorMapping, MobileAppRelationship::createFromDiscriminatorValue);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -115,7 +115,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -161,7 +161,7 @@ public RelationshipsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new RelationshipsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java
index 16159b61426..a60b4475d09 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/mobileapps/item/relationships/item/MobileAppRelationshipItemRequestBuilder.java
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public MobileAppRelationship get() {
return get(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MobileAppRelationship}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -182,7 +182,7 @@ public MobileAppRelationshipItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * List of relationships for this mobile app.
+ * The set of direct relationships for this app.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/comanageddevices/item/getcloudpcreviewstatus/GetCloudPcReviewStatusRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/comanageddevices/item/getcloudpcreviewstatus/GetCloudPcReviewStatusRequestBuilder.java
index 20435ae11dc..60a6287389d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/comanageddevices/item/getcloudpcreviewstatus/GetCloudPcReviewStatusRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/comanageddevices/item/getcloudpcreviewstatus/GetCloudPcReviewStatusRequestBuilder.java
@@ -39,9 +39,12 @@ public GetCloudPcReviewStatusRequestBuilder(@jakarta.annotation.Nonnull final St
* Get the review status of a specific Cloud PC device.
* @return a {@link CloudPcReviewStatus}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
* @see Find more info here
*/
@jakarta.annotation.Nullable
+ @Deprecated
public CloudPcReviewStatus get() {
return get(null);
}
@@ -50,9 +53,12 @@ public CloudPcReviewStatus get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcReviewStatus}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
* @see Find more info here
*/
@jakarta.annotation.Nullable
+ @Deprecated
public CloudPcReviewStatus get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -62,8 +68,11 @@ public CloudPcReviewStatus get(@jakarta.annotation.Nullable final java.util.func
/**
* Get the review status of a specific Cloud PC device.
* @return a {@link RequestInformation}
+ * @deprecated
+ * The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -71,8 +80,11 @@ public RequestInformation toGetRequestInformation() {
* Get the review status of a specific Cloud PC device.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
+ * @deprecated
+ * The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new);
@@ -83,8 +95,11 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link GetCloudPcReviewStatusRequestBuilder}
+ * @deprecated
+ * The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public GetCloudPcReviewStatusRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new GetCloudPcReviewStatusRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/comanageddevices/item/setcloudpcreviewstatus/SetCloudPcReviewStatusRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/comanageddevices/item/setcloudpcreviewstatus/SetCloudPcReviewStatusRequestBuilder.java
index 9c88c84339d..1e48f4410d8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/comanageddevices/item/setcloudpcreviewstatus/SetCloudPcReviewStatusRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/comanageddevices/item/setcloudpcreviewstatus/SetCloudPcReviewStatusRequestBuilder.java
@@ -38,8 +38,11 @@ public SetCloudPcReviewStatusRequestBuilder(@jakarta.annotation.Nonnull final St
* Set the review status of a specific Cloud PC device. Use this API to set the review status of a Cloud PC to in review if you consider a Cloud PC as suspicious. After the review is completed, use this API again to set the Cloud PC back to a normal state.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API as of 2024-01/setCloudPcReviewStatus
* @see Find more info here
*/
+ @Deprecated
public void post(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostRequestBody body) {
post(body, null);
}
@@ -48,8 +51,11 @@ public void post(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostReq
* @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
+ * @deprecated
+ * The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API as of 2024-01/setCloudPcReviewStatus
* @see Find more info here
*/
+ @Deprecated
public void post(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
@@ -61,8 +67,11 @@ public void post(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostReq
* Set the review status of a specific Cloud PC device. Use this API to set the review status of a Cloud PC to in review if you consider a Cloud PC as suspicious. After the review is completed, use this API again to set the Cloud PC back to a normal state.
* @param body The request body
* @return a {@link RequestInformation}
+ * @deprecated
+ * The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API as of 2024-01/setCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostRequestBody body) {
return toPostRequestInformation(body, null);
}
@@ -71,8 +80,11 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
+ * @deprecated
+ * The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API as of 2024-01/setCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
@@ -85,8 +97,11 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link SetCloudPcReviewStatusRequestBuilder}
+ * @deprecated
+ * The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API as of 2024-01/setCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public SetCloudPcReviewStatusRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new SetCloudPcReviewStatusRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/manageddevices/item/getcloudpcreviewstatus/GetCloudPcReviewStatusRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/manageddevices/item/getcloudpcreviewstatus/GetCloudPcReviewStatusRequestBuilder.java
index 277d428475a..1db9dd22730 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/manageddevices/item/getcloudpcreviewstatus/GetCloudPcReviewStatusRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/manageddevices/item/getcloudpcreviewstatus/GetCloudPcReviewStatusRequestBuilder.java
@@ -39,9 +39,12 @@ public GetCloudPcReviewStatusRequestBuilder(@jakarta.annotation.Nonnull final St
* Get the review status of a specific Cloud PC device.
* @return a {@link CloudPcReviewStatus}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
* @see Find more info here
*/
@jakarta.annotation.Nullable
+ @Deprecated
public CloudPcReviewStatus get() {
return get(null);
}
@@ -50,9 +53,12 @@ public CloudPcReviewStatus get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcReviewStatus}
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
* @see Find more info here
*/
@jakarta.annotation.Nullable
+ @Deprecated
public CloudPcReviewStatus get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -62,8 +68,11 @@ public CloudPcReviewStatus get(@jakarta.annotation.Nullable final java.util.func
/**
* Get the review status of a specific Cloud PC device.
* @return a {@link RequestInformation}
+ * @deprecated
+ * The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -71,8 +80,11 @@ public RequestInformation toGetRequestInformation() {
* Get the review status of a specific Cloud PC device.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
+ * @deprecated
+ * The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new);
@@ -83,8 +95,11 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link GetCloudPcReviewStatusRequestBuilder}
+ * @deprecated
+ * The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public GetCloudPcReviewStatusRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new GetCloudPcReviewStatusRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/manageddevices/item/setcloudpcreviewstatus/SetCloudPcReviewStatusRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/manageddevices/item/setcloudpcreviewstatus/SetCloudPcReviewStatusRequestBuilder.java
index a883a56be2e..4107ea94a95 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/manageddevices/item/setcloudpcreviewstatus/SetCloudPcReviewStatusRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/manageddevices/item/setcloudpcreviewstatus/SetCloudPcReviewStatusRequestBuilder.java
@@ -38,8 +38,11 @@ public SetCloudPcReviewStatusRequestBuilder(@jakarta.annotation.Nonnull final St
* Set the review status of a specific Cloud PC device. Use this API to set the review status of a Cloud PC to in review if you consider a Cloud PC as suspicious. After the review is completed, use this API again to set the Cloud PC back to a normal state.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
+ * @deprecated
+ * The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API as of 2024-01/setCloudPcReviewStatus
* @see Find more info here
*/
+ @Deprecated
public void post(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostRequestBody body) {
post(body, null);
}
@@ -48,8 +51,11 @@ public void post(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostReq
* @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
+ * @deprecated
+ * The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API as of 2024-01/setCloudPcReviewStatus
* @see Find more info here
*/
+ @Deprecated
public void post(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
@@ -61,8 +67,11 @@ public void post(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostReq
* Set the review status of a specific Cloud PC device. Use this API to set the review status of a Cloud PC to in review if you consider a Cloud PC as suspicious. After the review is completed, use this API again to set the Cloud PC back to a normal state.
* @param body The request body
* @return a {@link RequestInformation}
+ * @deprecated
+ * The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API as of 2024-01/setCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostRequestBody body) {
return toPostRequestInformation(body, null);
}
@@ -71,8 +80,11 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
+ * @deprecated
+ * The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API as of 2024-01/setCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final SetCloudPcReviewStatusPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
@@ -85,8 +97,11 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link SetCloudPcReviewStatusRequestBuilder}
+ * @deprecated
+ * The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API as of 2024-01/setCloudPcReviewStatus
*/
@jakarta.annotation.Nonnull
+ @Deprecated
public SetCloudPcReviewStatusRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new SetCloudPcReviewStatusRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/CloudPCItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/CloudPCItemRequestBuilder.java
index 1eb7f78570f..6e89fc1f727 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/CloudPCItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/CloudPCItemRequestBuilder.java
@@ -15,7 +15,9 @@
import com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.reprovision.ReprovisionRequestBuilder;
import com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.resize.ResizeRequestBuilder;
import com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.restore.RestoreRequestBuilder;
+import com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.retrievereviewstatus.RetrieveReviewStatusRequestBuilder;
import com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.retrypartneragentinstallation.RetryPartnerAgentInstallationRequestBuilder;
+import com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.setreviewstatus.SetReviewStatusRequestBuilder;
import com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.start.StartRequestBuilder;
import com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.stop.StopRequestBuilder;
import com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.troubleshoot.TroubleshootRequestBuilder;
@@ -159,6 +161,14 @@ public ResizeRequestBuilder resize() {
public RestoreRequestBuilder restore() {
return new RestoreRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Provides operations to call the retrieveReviewStatus method.
+ * @return a {@link RetrieveReviewStatusRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public RetrieveReviewStatusRequestBuilder retrieveReviewStatus() {
+ return new RetrieveReviewStatusRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to call the retryPartnerAgentInstallation method.
* @return a {@link RetryPartnerAgentInstallationRequestBuilder}
@@ -167,6 +177,14 @@ public RestoreRequestBuilder restore() {
public RetryPartnerAgentInstallationRequestBuilder retryPartnerAgentInstallation() {
return new RetryPartnerAgentInstallationRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Provides operations to call the setReviewStatus method.
+ * @return a {@link SetReviewStatusRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public SetReviewStatusRequestBuilder setReviewStatus() {
+ return new SetReviewStatusRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to call the start method.
* @return a {@link StartRequestBuilder}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/retrievereviewstatus/RetrieveReviewStatusRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/retrievereviewstatus/RetrieveReviewStatusRequestBuilder.java
new file mode 100644
index 00000000000..6b80c36a703
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/retrievereviewstatus/RetrieveReviewStatusRequestBuilder.java
@@ -0,0 +1,96 @@
+package com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.retrievereviewstatus;
+
+import com.microsoft.graph.beta.models.CloudPcReviewStatus;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to call the retrieveReviewStatus method.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class RetrieveReviewStatusRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link RetrieveReviewStatusRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public RetrieveReviewStatusRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC%2Did}/retrieveReviewStatus()", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link RetrieveReviewStatusRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public RetrieveReviewStatusRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC%2Did}/retrieveReviewStatus()", rawUrl);
+ }
+ /**
+ * Invoke function retrieveReviewStatus
+ * @return a {@link CloudPcReviewStatus}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public CloudPcReviewStatus get() {
+ return get(null);
+ }
+ /**
+ * Invoke function retrieveReviewStatus
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link CloudPcReviewStatus}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public CloudPcReviewStatus get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, CloudPcReviewStatus::createFromDiscriminatorValue);
+ }
+ /**
+ * Invoke function retrieveReviewStatus
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Invoke function retrieveReviewStatus
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link RetrieveReviewStatusRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public RetrieveReviewStatusRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new RetrieveReviewStatusRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/setreviewstatus/SetReviewStatusPostRequestBody.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/setreviewstatus/SetReviewStatusPostRequestBody.java
new file mode 100644
index 00000000000..def91cf2074
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/setreviewstatus/SetReviewStatusPostRequestBody.java
@@ -0,0 +1,108 @@
+package com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.setreviewstatus;
+
+import com.microsoft.graph.beta.models.CloudPcReviewStatus;
+import com.microsoft.kiota.serialization.AdditionalDataHolder;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import com.microsoft.kiota.store.BackedModel;
+import com.microsoft.kiota.store.BackingStore;
+import com.microsoft.kiota.store.BackingStoreFactorySingleton;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class SetReviewStatusPostRequestBody implements AdditionalDataHolder, BackedModel, Parsable {
+ /**
+ * Stores model information.
+ */
+ @jakarta.annotation.Nonnull
+ protected BackingStore backingStore;
+ /**
+ * Instantiates a new {@link SetReviewStatusPostRequestBody} and sets the default values.
+ */
+ public SetReviewStatusPostRequestBody() {
+ this.backingStore = BackingStoreFactorySingleton.instance.createBackingStore();
+ this.setAdditionalData(new HashMap<>());
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link SetReviewStatusPostRequestBody}
+ */
+ @jakarta.annotation.Nonnull
+ public static SetReviewStatusPostRequestBody createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new SetReviewStatusPostRequestBody();
+ }
+ /**
+ * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map getAdditionalData() {
+ Map value = this.backingStore.get("additionalData");
+ if(value == null) {
+ value = new HashMap<>();
+ this.setAdditionalData(value);
+ }
+ return value;
+ }
+ /**
+ * Gets the backingStore property value. Stores model information.
+ * @return a {@link BackingStore}
+ */
+ @jakarta.annotation.Nonnull
+ public BackingStore getBackingStore() {
+ return this.backingStore;
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(1);
+ deserializerMap.put("reviewStatus", (n) -> { this.setReviewStatus(n.getObjectValue(CloudPcReviewStatus::createFromDiscriminatorValue)); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the reviewStatus property value. The reviewStatus property
+ * @return a {@link CloudPcReviewStatus}
+ */
+ @jakarta.annotation.Nullable
+ public CloudPcReviewStatus getReviewStatus() {
+ return this.backingStore.get("reviewStatus");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ writer.writeObjectValue("reviewStatus", this.getReviewStatus());
+ writer.writeAdditionalData(this.getAdditionalData());
+ }
+ /**
+ * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+ * @param value Value to set for the AdditionalData property.
+ */
+ public void setAdditionalData(@jakarta.annotation.Nullable final Map value) {
+ this.backingStore.set("additionalData", value);
+ }
+ /**
+ * Sets the backingStore property value. Stores model information.
+ * @param value Value to set for the backingStore property.
+ */
+ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value) {
+ Objects.requireNonNull(value);
+ this.backingStore = value;
+ }
+ /**
+ * Sets the reviewStatus property value. The reviewStatus property
+ * @param value Value to set for the reviewStatus property.
+ */
+ public void setReviewStatus(@jakarta.annotation.Nullable final CloudPcReviewStatus value) {
+ this.backingStore.set("reviewStatus", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/setreviewstatus/SetReviewStatusRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/setreviewstatus/SetReviewStatusRequestBuilder.java
new file mode 100644
index 00000000000..0b4cd1fdf8c
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/cloudpcs/item/setreviewstatus/SetReviewStatusRequestBuilder.java
@@ -0,0 +1,98 @@
+package com.microsoft.graph.beta.devicemanagement.virtualendpoint.cloudpcs.item.setreviewstatus;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to call the setReviewStatus method.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class SetReviewStatusRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link SetReviewStatusRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public SetReviewStatusRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC%2Did}/setReviewStatus", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link SetReviewStatusRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public SetReviewStatusRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC%2Did}/setReviewStatus", rawUrl);
+ }
+ /**
+ * Invoke action setReviewStatus
+ * @param body The request body
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void post(@jakarta.annotation.Nonnull final SetReviewStatusPostRequestBody body) {
+ post(body, null);
+ }
+ /**
+ * Invoke action setReviewStatus
+ * @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
+ */
+ public void post(@jakarta.annotation.Nonnull final SetReviewStatusPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
+ /**
+ * Invoke action setReviewStatus
+ * @param body The request body
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final SetReviewStatusPostRequestBody body) {
+ return toPostRequestInformation(body, null);
+ }
+ /**
+ * Invoke action setReviewStatus
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final SetReviewStatusPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link SetReviewStatusRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public SetReviewStatusRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new SetReviewStatusRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class PostRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/ProvisioningPoliciesRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/ProvisioningPoliciesRequestBuilder.java
index 65970bfc901..be9664dd96b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/ProvisioningPoliciesRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/ProvisioningPoliciesRequestBuilder.java
@@ -27,10 +27,7 @@ public class ProvisioningPoliciesRequestBuilder extends BaseRequestBuilder {
/**
* Provides operations to call the applyConfig method.
* @return a {@link ApplyConfigRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public ApplyConfigRequestBuilder applyConfig() {
return new ApplyConfigRequestBuilder(pathParameters, requestAdapter);
@@ -38,10 +35,7 @@ public ApplyConfigRequestBuilder applyConfig() {
/**
* Provides operations to count the resources in the collection.
* @return a {@link CountRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public CountRequestBuilder count() {
return new CountRequestBuilder(pathParameters, requestAdapter);
@@ -50,11 +44,8 @@ public CountRequestBuilder count() {
* Provides operations to manage the provisioningPolicies property of the microsoft.graph.virtualEndpoint entity.
* @param cloudPcProvisioningPolicyId The unique identifier of cloudPcProvisioningPolicy
* @return a {@link CloudPcProvisioningPolicyItemRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public CloudPcProvisioningPolicyItemRequestBuilder byCloudPcProvisioningPolicyId(@jakarta.annotation.Nonnull final String cloudPcProvisioningPolicyId) {
Objects.requireNonNull(cloudPcProvisioningPolicyId);
final HashMap urlTplParams = new HashMap(this.pathParameters);
@@ -81,12 +72,9 @@ public ProvisioningPoliciesRequestBuilder(@jakarta.annotation.Nonnull final Stri
* List properties and relationships of the cloudPcProvisioningPolicy objects.
* @return a {@link CloudPcProvisioningPolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicyCollectionResponse get() {
return get(null);
}
@@ -95,12 +83,9 @@ public CloudPcProvisioningPolicyCollectionResponse get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcProvisioningPolicyCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -112,12 +97,9 @@ public CloudPcProvisioningPolicyCollectionResponse get(@jakarta.annotation.Nulla
* @param body The request body
* @return a {@link CloudPcProvisioningPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicy post(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicy body) {
return post(body, null);
}
@@ -127,12 +109,9 @@ public CloudPcProvisioningPolicy post(@jakarta.annotation.Nonnull final CloudPcP
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcProvisioningPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicy post(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
@@ -143,11 +122,8 @@ public CloudPcProvisioningPolicy post(@jakarta.annotation.Nonnull final CloudPcP
/**
* List properties and relationships of the cloudPcProvisioningPolicy objects.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -155,11 +131,8 @@ public RequestInformation toGetRequestInformation() {
* List properties and relationships of the cloudPcProvisioningPolicy objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -170,11 +143,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Create a new cloudPcProvisioningPolicy object.
* @param body The request body
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicy body) {
return toPostRequestInformation(body, null);
}
@@ -183,11 +153,8 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
@@ -200,11 +167,8 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link ProvisioningPoliciesRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public ProvisioningPoliciesRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new ProvisioningPoliciesRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/applyconfig/ApplyConfigRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/applyconfig/ApplyConfigRequestBuilder.java
index 6b9dd01d750..2d60e631c7b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/applyconfig/ApplyConfigRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/applyconfig/ApplyConfigRequestBuilder.java
@@ -38,11 +38,8 @@ public ApplyConfigRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
* Update the provisioning policy configuration for a set of Cloud PC devices by their IDs. This method supports retry and allows you to apply the configuration to a subset of Cloud PCs initially to test.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
- @Deprecated
public void post(@jakarta.annotation.Nonnull final ApplyConfigPostRequestBody body) {
post(body, null);
}
@@ -51,11 +48,8 @@ public void post(@jakarta.annotation.Nonnull final ApplyConfigPostRequestBody bo
* @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
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
- @Deprecated
public void post(@jakarta.annotation.Nonnull final ApplyConfigPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
@@ -67,11 +61,8 @@ public void post(@jakarta.annotation.Nonnull final ApplyConfigPostRequestBody bo
* Update the provisioning policy configuration for a set of Cloud PC devices by their IDs. This method supports retry and allows you to apply the configuration to a subset of Cloud PCs initially to test.
* @param body The request body
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ApplyConfigPostRequestBody body) {
return toPostRequestInformation(body, null);
}
@@ -80,11 +71,8 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ApplyConfigPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
@@ -97,11 +85,8 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link ApplyConfigRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public ApplyConfigRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new ApplyConfigRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/count/CountRequestBuilder.java
index 2e661b82736..5b8a8eb4a7c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/count/CountRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/count/CountRequestBuilder.java
@@ -39,11 +39,8 @@ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
* Get the number of the resource
* @return a {@link Integer}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public Integer get() {
return get(null);
}
@@ -52,11 +49,8 @@ public Integer get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Integer}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -66,11 +60,8 @@ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consume
/**
* Get the number of the resource
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -78,11 +69,8 @@ public RequestInformation toGetRequestInformation() {
* Get the number of the resource
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -93,11 +81,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link CountRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new CountRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/CloudPcProvisioningPolicyItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/CloudPcProvisioningPolicyItemRequestBuilder.java
index 43588d8cfa7..1b92b1532ac 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/CloudPcProvisioningPolicyItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/CloudPcProvisioningPolicyItemRequestBuilder.java
@@ -26,10 +26,7 @@ public class CloudPcProvisioningPolicyItemRequestBuilder extends BaseRequestBuil
/**
* Provides operations to call the apply method.
* @return a {@link ApplyRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public ApplyRequestBuilder apply() {
return new ApplyRequestBuilder(pathParameters, requestAdapter);
@@ -37,10 +34,7 @@ public ApplyRequestBuilder apply() {
/**
* Provides operations to call the assign method.
* @return a {@link AssignRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public AssignRequestBuilder assign() {
return new AssignRequestBuilder(pathParameters, requestAdapter);
@@ -48,10 +42,7 @@ public AssignRequestBuilder assign() {
/**
* Provides operations to manage the assignments property of the microsoft.graph.cloudPcProvisioningPolicy entity.
* @return a {@link AssignmentsRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public AssignmentsRequestBuilder assignments() {
return new AssignmentsRequestBuilder(pathParameters, requestAdapter);
@@ -75,11 +66,8 @@ public CloudPcProvisioningPolicyItemRequestBuilder(@jakarta.annotation.Nonnull f
/**
* Delete a cloudPcProvisioningPolicy object. You cant delete a policy thats in use.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
- @Deprecated
public void delete() {
delete(null);
}
@@ -87,11 +75,8 @@ public void delete() {
* Delete a cloudPcProvisioningPolicy object. You cant delete a policy thats in use.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
- @Deprecated
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -102,12 +87,9 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
* Read the properties and relationships of a cloudPcProvisioningPolicy object.
* @return a {@link CloudPcProvisioningPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicy get() {
return get(null);
}
@@ -116,12 +98,9 @@ public CloudPcProvisioningPolicy get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcProvisioningPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicy get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -133,12 +112,9 @@ public CloudPcProvisioningPolicy get(@jakarta.annotation.Nullable final java.uti
* @param body The request body
* @return a {@link CloudPcProvisioningPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicy patch(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicy body) {
return patch(body, null);
}
@@ -148,12 +124,9 @@ public CloudPcProvisioningPolicy patch(@jakarta.annotation.Nonnull final CloudPc
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcProvisioningPolicy}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicy patch(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration);
@@ -164,11 +137,8 @@ public CloudPcProvisioningPolicy patch(@jakarta.annotation.Nonnull final CloudPc
/**
* Delete a cloudPcProvisioningPolicy object. You cant delete a policy thats in use.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
@@ -176,11 +146,8 @@ public RequestInformation toDeleteRequestInformation() {
* Delete a cloudPcProvisioningPolicy object. You cant delete a policy thats in use.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
@@ -190,11 +157,8 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
/**
* Read the properties and relationships of a cloudPcProvisioningPolicy object.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -202,11 +166,8 @@ public RequestInformation toGetRequestInformation() {
* Read the properties and relationships of a cloudPcProvisioningPolicy object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -217,11 +178,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Update the properties of a cloudPcProvisioningPolicy object.
* @param body The request body
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicy body) {
return toPatchRequestInformation(body, null);
}
@@ -230,11 +188,8 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicy body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = new RequestInformation(HttpMethod.PATCH, urlTemplate, pathParameters);
@@ -247,11 +202,8 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link CloudPcProvisioningPolicyItemRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public CloudPcProvisioningPolicyItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new CloudPcProvisioningPolicyItemRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/apply/ApplyRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/apply/ApplyRequestBuilder.java
index 6d496f36b19..521dc8f4cbd 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/apply/ApplyRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/apply/ApplyRequestBuilder.java
@@ -38,11 +38,8 @@ public ApplyRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
* Apply the current provisioning policy configuration to all Cloud PC devices under a specified policy. Currently, the region is the only policy setting that you can apply.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
- @Deprecated
public void post(@jakarta.annotation.Nonnull final ApplyPostRequestBody body) {
post(body, null);
}
@@ -51,11 +48,8 @@ public void post(@jakarta.annotation.Nonnull final ApplyPostRequestBody body) {
* @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
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
- @Deprecated
public void post(@jakarta.annotation.Nonnull final ApplyPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
@@ -67,11 +61,8 @@ public void post(@jakarta.annotation.Nonnull final ApplyPostRequestBody body, @j
* Apply the current provisioning policy configuration to all Cloud PC devices under a specified policy. Currently, the region is the only policy setting that you can apply.
* @param body The request body
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ApplyPostRequestBody body) {
return toPostRequestInformation(body, null);
}
@@ -80,11 +71,8 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final ApplyPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
@@ -97,11 +85,8 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link ApplyRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public ApplyRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new ApplyRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assign/AssignRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assign/AssignRequestBuilder.java
index f00d82c9afa..e8b3f7abc3d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assign/AssignRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assign/AssignRequestBuilder.java
@@ -38,11 +38,8 @@ public AssignRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
* Assign cloudPcProvisioningPolicy to user groups.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
- @Deprecated
public void post(@jakarta.annotation.Nonnull final AssignPostRequestBody body) {
post(body, null);
}
@@ -51,11 +48,8 @@ public void post(@jakarta.annotation.Nonnull final AssignPostRequestBody body) {
* @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
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
* @see Find more info here
*/
- @Deprecated
public void post(@jakarta.annotation.Nonnull final AssignPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
@@ -67,11 +61,8 @@ public void post(@jakarta.annotation.Nonnull final AssignPostRequestBody body, @
* Assign cloudPcProvisioningPolicy to user groups.
* @param body The request body
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final AssignPostRequestBody body) {
return toPostRequestInformation(body, null);
}
@@ -80,11 +71,8 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final AssignPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
@@ -97,11 +85,8 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link AssignRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public AssignRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new AssignRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/AssignmentsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/AssignmentsRequestBuilder.java
index e90b5ba39e6..4b2d9dbdbcf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/AssignmentsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/AssignmentsRequestBuilder.java
@@ -26,10 +26,7 @@ public class AssignmentsRequestBuilder extends BaseRequestBuilder {
/**
* Provides operations to count the resources in the collection.
* @return a {@link CountRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public CountRequestBuilder count() {
return new CountRequestBuilder(pathParameters, requestAdapter);
@@ -38,11 +35,8 @@ public CountRequestBuilder count() {
* Provides operations to manage the assignments property of the microsoft.graph.cloudPcProvisioningPolicy entity.
* @param cloudPcProvisioningPolicyAssignmentId The unique identifier of cloudPcProvisioningPolicyAssignment
* @return a {@link CloudPcProvisioningPolicyAssignmentItemRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public CloudPcProvisioningPolicyAssignmentItemRequestBuilder byCloudPcProvisioningPolicyAssignmentId(@jakarta.annotation.Nonnull final String cloudPcProvisioningPolicyAssignmentId) {
Objects.requireNonNull(cloudPcProvisioningPolicyAssignmentId);
final HashMap urlTplParams = new HashMap(this.pathParameters);
@@ -69,11 +63,8 @@ public AssignmentsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
* A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
* @return a {@link CloudPcProvisioningPolicyAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicyAssignmentCollectionResponse get() {
return get(null);
}
@@ -82,11 +73,8 @@ public CloudPcProvisioningPolicyAssignmentCollectionResponse get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcProvisioningPolicyAssignmentCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicyAssignmentCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -98,11 +86,8 @@ public CloudPcProvisioningPolicyAssignmentCollectionResponse get(@jakarta.annota
* @param body The request body
* @return a {@link CloudPcProvisioningPolicyAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicyAssignment post(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicyAssignment body) {
return post(body, null);
}
@@ -112,11 +97,8 @@ public CloudPcProvisioningPolicyAssignment post(@jakarta.annotation.Nonnull fina
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcProvisioningPolicyAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicyAssignment post(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicyAssignment body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = toPostRequestInformation(body, requestConfiguration);
@@ -127,11 +109,8 @@ public CloudPcProvisioningPolicyAssignment post(@jakarta.annotation.Nonnull fina
/**
* A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -139,11 +118,8 @@ public RequestInformation toGetRequestInformation() {
* A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -154,11 +130,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Create new navigation property to assignments for deviceManagement
* @param body The request body
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicyAssignment body) {
return toPostRequestInformation(body, null);
}
@@ -167,11 +140,8 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicyAssignment body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
@@ -184,11 +154,8 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link AssignmentsRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public AssignmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new AssignmentsRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/count/CountRequestBuilder.java
index 9509cd547b8..2b0a410a073 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/count/CountRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/count/CountRequestBuilder.java
@@ -39,11 +39,8 @@ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
* Get the number of the resource
* @return a {@link Integer}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public Integer get() {
return get(null);
}
@@ -52,11 +49,8 @@ public Integer get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Integer}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -66,11 +60,8 @@ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consume
/**
* Get the number of the resource
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -78,11 +69,8 @@ public RequestInformation toGetRequestInformation() {
* Get the number of the resource
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -93,11 +81,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link CountRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new CountRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/CloudPcProvisioningPolicyAssignmentItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/CloudPcProvisioningPolicyAssignmentItemRequestBuilder.java
index f67ab736f0b..e1a290836da 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/CloudPcProvisioningPolicyAssignmentItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/CloudPcProvisioningPolicyAssignmentItemRequestBuilder.java
@@ -24,10 +24,7 @@ public class CloudPcProvisioningPolicyAssignmentItemRequestBuilder extends BaseR
/**
* Provides operations to manage the assignedUsers property of the microsoft.graph.cloudPcProvisioningPolicyAssignment entity.
* @return a {@link AssignedUsersRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public AssignedUsersRequestBuilder assignedUsers() {
return new AssignedUsersRequestBuilder(pathParameters, requestAdapter);
@@ -51,10 +48,7 @@ public CloudPcProvisioningPolicyAssignmentItemRequestBuilder(@jakarta.annotation
/**
* Delete navigation property assignments for deviceManagement
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
public void delete() {
delete(null);
}
@@ -62,10 +56,7 @@ public void delete() {
* Delete navigation property assignments for deviceManagement
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -76,11 +67,8 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
* A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
* @return a {@link CloudPcProvisioningPolicyAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicyAssignment get() {
return get(null);
}
@@ -89,11 +77,8 @@ public CloudPcProvisioningPolicyAssignment get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcProvisioningPolicyAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicyAssignment get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -105,11 +90,8 @@ public CloudPcProvisioningPolicyAssignment get(@jakarta.annotation.Nullable fina
* @param body The request body
* @return a {@link CloudPcProvisioningPolicyAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicyAssignment patch(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicyAssignment body) {
return patch(body, null);
}
@@ -119,11 +101,8 @@ public CloudPcProvisioningPolicyAssignment patch(@jakarta.annotation.Nonnull fin
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcProvisioningPolicyAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public CloudPcProvisioningPolicyAssignment patch(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicyAssignment body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration);
@@ -134,11 +113,8 @@ public CloudPcProvisioningPolicyAssignment patch(@jakarta.annotation.Nonnull fin
/**
* Delete navigation property assignments for deviceManagement
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
@@ -146,11 +122,8 @@ public RequestInformation toDeleteRequestInformation() {
* Delete navigation property assignments for deviceManagement
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
@@ -160,11 +133,8 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
/**
* A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -172,11 +142,8 @@ public RequestInformation toGetRequestInformation() {
* A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -187,11 +154,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Update the navigation property assignments in deviceManagement
* @param body The request body
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicyAssignment body) {
return toPatchRequestInformation(body, null);
}
@@ -200,11 +164,8 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final CloudPcProvisioningPolicyAssignment body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = new RequestInformation(HttpMethod.PATCH, urlTemplate, pathParameters);
@@ -217,11 +178,8 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link CloudPcProvisioningPolicyAssignmentItemRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public CloudPcProvisioningPolicyAssignmentItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new CloudPcProvisioningPolicyAssignmentItemRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/AssignedUsersRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/AssignedUsersRequestBuilder.java
index 0131716ef25..ab413abacc9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/AssignedUsersRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/AssignedUsersRequestBuilder.java
@@ -25,10 +25,7 @@ public class AssignedUsersRequestBuilder extends BaseRequestBuilder {
/**
* Provides operations to count the resources in the collection.
* @return a {@link CountRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public CountRequestBuilder count() {
return new CountRequestBuilder(pathParameters, requestAdapter);
@@ -37,11 +34,8 @@ public CountRequestBuilder count() {
* Provides operations to manage the assignedUsers property of the microsoft.graph.cloudPcProvisioningPolicyAssignment entity.
* @param userId The unique identifier of user
* @return a {@link UserItemRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public UserItemRequestBuilder byUserId(@jakarta.annotation.Nonnull final String userId) {
Objects.requireNonNull(userId);
final HashMap urlTplParams = new HashMap(this.pathParameters);
@@ -68,11 +62,8 @@ public AssignedUsersRequestBuilder(@jakarta.annotation.Nonnull final String rawU
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. This property is read-only. Supports$expand.
* @return a {@link UserCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public UserCollectionResponse get() {
return get(null);
}
@@ -81,11 +72,8 @@ public UserCollectionResponse get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link UserCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public UserCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -95,11 +83,8 @@ public UserCollectionResponse get(@jakarta.annotation.Nullable final java.util.f
/**
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. This property is read-only. Supports$expand.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -107,11 +92,8 @@ public RequestInformation toGetRequestInformation() {
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. This property is read-only. Supports$expand.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -122,11 +104,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link AssignedUsersRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public AssignedUsersRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new AssignedUsersRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/count/CountRequestBuilder.java
index 4469f20a058..eb87db02f36 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/count/CountRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/count/CountRequestBuilder.java
@@ -39,11 +39,8 @@ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
* Get the number of the resource
* @return a {@link Integer}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public Integer get() {
return get(null);
}
@@ -52,11 +49,8 @@ public Integer get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Integer}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -66,11 +60,8 @@ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consume
/**
* Get the number of the resource
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -78,11 +69,8 @@ public RequestInformation toGetRequestInformation() {
* Get the number of the resource
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -93,11 +81,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link CountRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new CountRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/UserItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/UserItemRequestBuilder.java
index bc10cff7703..342433ca1c2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/UserItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/UserItemRequestBuilder.java
@@ -25,10 +25,7 @@ public class UserItemRequestBuilder extends BaseRequestBuilder {
/**
* The mailboxSettings property
* @return a {@link MailboxSettingsRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public MailboxSettingsRequestBuilder mailboxSettings() {
return new MailboxSettingsRequestBuilder(pathParameters, requestAdapter);
@@ -36,10 +33,7 @@ public MailboxSettingsRequestBuilder mailboxSettings() {
/**
* The serviceProvisioningErrors property
* @return a {@link ServiceProvisioningErrorsRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public ServiceProvisioningErrorsRequestBuilder serviceProvisioningErrors() {
return new ServiceProvisioningErrorsRequestBuilder(pathParameters, requestAdapter);
@@ -64,11 +58,8 @@ public UserItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @
* The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. This property is read-only. Supports$expand.
* @return a {@link User}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public User get() {
return get(null);
}
@@ -77,11 +68,8 @@ public User get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link User}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public User get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -91,11 +79,8 @@ public User get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -118,11 +100,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link UserItemRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public UserItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new UserItemRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/mailboxsettings/MailboxSettingsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/mailboxsettings/MailboxSettingsRequestBuilder.java
index 386181f1524..c3adfcaad64 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/mailboxsettings/MailboxSettingsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/mailboxsettings/MailboxSettingsRequestBuilder.java
@@ -40,11 +40,8 @@ public MailboxSettingsRequestBuilder(@jakarta.annotation.Nonnull final String ra
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.
* @return a {@link MailboxSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public MailboxSettings get() {
return get(null);
}
@@ -53,11 +50,8 @@ public MailboxSettings get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MailboxSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public MailboxSettings get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -69,11 +63,8 @@ public MailboxSettings get(@jakarta.annotation.Nullable final java.util.function
* @param body The request body
* @return a {@link MailboxSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public MailboxSettings patch(@jakarta.annotation.Nonnull final MailboxSettings body) {
return patch(body, null);
}
@@ -83,11 +74,8 @@ public MailboxSettings patch(@jakarta.annotation.Nonnull final MailboxSettings b
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MailboxSettings}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public MailboxSettings patch(@jakarta.annotation.Nonnull final MailboxSettings body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration);
@@ -98,11 +86,8 @@ public MailboxSettings patch(@jakarta.annotation.Nonnull final MailboxSettings b
/**
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -110,11 +95,8 @@ public RequestInformation toGetRequestInformation() {
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -125,11 +107,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Update property mailboxSettings value.
* @param body The request body
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final MailboxSettings body) {
return toPatchRequestInformation(body, null);
}
@@ -138,11 +117,8 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final MailboxSettings body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
final RequestInformation requestInfo = new RequestInformation(HttpMethod.PATCH, urlTemplate, pathParameters);
@@ -155,11 +131,8 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link MailboxSettingsRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public MailboxSettingsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new MailboxSettingsRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
index 8e8fb0c4051..32250bea287 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/ServiceProvisioningErrorsRequestBuilder.java
@@ -24,10 +24,7 @@ public class ServiceProvisioningErrorsRequestBuilder extends BaseRequestBuilder
/**
* Provides operations to count the resources in the collection.
* @return a {@link CountRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
- @Deprecated
@jakarta.annotation.Nonnull
public CountRequestBuilder count() {
return new CountRequestBuilder(pathParameters, requestAdapter);
@@ -52,11 +49,8 @@ public ServiceProvisioningErrorsRequestBuilder(@jakarta.annotation.Nonnull final
* Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public ServiceProvisioningErrorCollectionResponse get() {
return get(null);
}
@@ -65,11 +59,8 @@ public ServiceProvisioningErrorCollectionResponse get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ServiceProvisioningErrorCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -79,11 +70,8 @@ public ServiceProvisioningErrorCollectionResponse get(@jakarta.annotation.Nullab
/**
* Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -91,11 +79,8 @@ public RequestInformation toGetRequestInformation() {
* Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -106,11 +91,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link ServiceProvisioningErrorsRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public ServiceProvisioningErrorsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new ServiceProvisioningErrorsRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/count/CountRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/count/CountRequestBuilder.java
index aaaa1e994a1..ed68d05f22b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/count/CountRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/provisioningpolicies/item/assignments/item/assignedusers/item/serviceprovisioningerrors/count/CountRequestBuilder.java
@@ -39,11 +39,8 @@ public CountRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
* Get the number of the resource
* @return a {@link Integer}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public Integer get() {
return get(null);
}
@@ -52,11 +49,8 @@ public Integer get() {
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Integer}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nullable
- @Deprecated
public Integer get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
final HashMap> errorMapping = new HashMap>();
@@ -66,11 +60,8 @@ public Integer get(@jakarta.annotation.Nullable final java.util.function.Consume
/**
* Get the number of the resource
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
@@ -78,11 +69,8 @@ public RequestInformation toGetRequestInformation() {
* Get the number of the resource
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
@@ -93,11 +81,8 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
* Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
* @param rawUrl The raw URL to use for the request builder.
* @return a {@link CountRequestBuilder}
- * @deprecated
- * The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023. as of 2023-03/onPremisesConnectionId
*/
@jakarta.annotation.Nonnull
- @Deprecated
public CountRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
Objects.requireNonNull(rawUrl);
return new CountRequestBuilder(rawUrl, requestAdapter);
diff --git a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/reports/exportjobs/ExportJobsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/reports/exportjobs/ExportJobsRequestBuilder.java
index 9f32c8b2381..18b2f4b169c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/reports/exportjobs/ExportJobsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/reports/exportjobs/ExportJobsRequestBuilder.java
@@ -82,7 +82,7 @@ public CloudPcExportJobCollectionResponse get(@jakarta.annotation.Nullable final
return this.requestAdapter.send(requestInfo, errorMapping, CloudPcExportJobCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new cloudPcExportJob resource to initiate downloading the entire or specified portion of a report. Use the GET cloudPcExportJob operation to verify the exportJobStatus property of the cloudPcExportJob resource. When the property result is completed, the report has finished downloading to the location specified by the exportUrl property.
+ * Create a new cloudPcExportJob resource to initiate downloading the entire or specified portion of a report. Use the GET cloudPcExportJob operation to verify the exportJobStatus property of the cloudPcExportJob resource. When the property result is completed, the report finishes downloading to the location specified by the exportUrl property.
* @param body The request body
* @return a {@link CloudPcExportJob}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -93,7 +93,7 @@ public CloudPcExportJob post(@jakarta.annotation.Nonnull final CloudPcExportJob
return post(body, null);
}
/**
- * Create a new cloudPcExportJob resource to initiate downloading the entire or specified portion of a report. Use the GET cloudPcExportJob operation to verify the exportJobStatus property of the cloudPcExportJob resource. When the property result is completed, the report has finished downloading to the location specified by the exportUrl property.
+ * Create a new cloudPcExportJob resource to initiate downloading the entire or specified portion of a report. Use the GET cloudPcExportJob operation to verify the exportJobStatus property of the cloudPcExportJob resource. When the property result is completed, the report finishes downloading to the location specified by the exportUrl property.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CloudPcExportJob}
@@ -129,7 +129,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new cloudPcExportJob resource to initiate downloading the entire or specified portion of a report. Use the GET cloudPcExportJob operation to verify the exportJobStatus property of the cloudPcExportJob resource. When the property result is completed, the report has finished downloading to the location specified by the exportUrl property.
+ * Create a new cloudPcExportJob resource to initiate downloading the entire or specified portion of a report. Use the GET cloudPcExportJob operation to verify the exportJobStatus property of the cloudPcExportJob resource. When the property result is completed, the report finishes downloading to the location specified by the exportUrl property.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -138,7 +138,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new cloudPcExportJob resource to initiate downloading the entire or specified portion of a report. Use the GET cloudPcExportJob operation to verify the exportJobStatus property of the cloudPcExportJob resource. When the property result is completed, the report has finished downloading to the location specified by the exportUrl property.
+ * Create a new cloudPcExportJob resource to initiate downloading the entire or specified portion of a report. Use the GET cloudPcExportJob operation to verify the exportJobStatus property of the cloudPcExportJob resource. When the property result is completed, the report finishes downloading to the location specified by the exportUrl property.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/directory/outboundshareduserprofiles/item/tenants/item/TenantReferenceTenantItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/directory/outboundshareduserprofiles/item/tenants/item/TenantReferenceTenantItemRequestBuilder.java
index 79fda6b6694..2f77583c154 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/directory/outboundshareduserprofiles/item/tenants/item/TenantReferenceTenantItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/directory/outboundshareduserprofiles/item/tenants/item/TenantReferenceTenantItemRequestBuilder.java
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * The collection of external Microsoft Entra tenants that the user has shared profile data with. Read-only.
+ * The collection of external Microsoft Entra tenants that the user shared profile data with. Read-only.
* @return a {@link TenantReference}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -73,7 +73,7 @@ public TenantReference get() {
return get(null);
}
/**
- * The collection of external Microsoft Entra tenants that the user has shared profile data with. Read-only.
+ * The collection of external Microsoft Entra tenants that the user shared profile data with. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TenantReference}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,7 +131,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * The collection of external Microsoft Entra tenants that the user has shared profile data with. Read-only.
+ * The collection of external Microsoft Entra tenants that the user shared profile data with. Read-only.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -139,7 +139,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * The collection of external Microsoft Entra tenants that the user has shared profile data with. Read-only.
+ * The collection of external Microsoft Entra tenants that the user shared profile data with. Read-only.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -191,7 +191,7 @@ public TenantReferenceTenantItemRequestBuilder withUrl(@jakarta.annotation.Nonnu
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * The collection of external Microsoft Entra tenants that the user has shared profile data with. Read-only.
+ * The collection of external Microsoft Entra tenants that the user shared profile data with. Read-only.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/activities/item/driveitem/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/activities/item/driveitem/content/ContentRequestBuilder.java
index 288a45e4c30..6a1269be034 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/activities/item/driveitem/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/activities/item/driveitem/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/activities/{itemActivityOLD%2Did}/driveItem/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/bundles/item/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/bundles/item/content/ContentRequestBuilder.java
index 9fa25e16966..c8eeed54fec 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/bundles/item/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/bundles/item/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/bundles/{driveItem%2Did}/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property bundles in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property bundles in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property bundles from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property bundles from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property bundles in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property bundles in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property bundles in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property bundles in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property bundles from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property bundles from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property bundles in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property bundles in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property bundles from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/following/item/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/following/item/content/ContentRequestBuilder.java
index 52e114ad94c..357b06f0cea 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/following/item/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/following/item/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/following/{driveItem%2Did}/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property following in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property following in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property following from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property following from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property following in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property following in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property following in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property following in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property following from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property following from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property following in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property following in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property following from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/analytics/itemactivitystats/item/activities/item/driveitem/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/analytics/itemactivitystats/item/activities/item/driveitem/content/ContentRequestBuilder.java
index b18919e621d..7094e2298f5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/analytics/itemactivitystats/item/activities/item/driveitem/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/analytics/itemactivitystats/item/activities/item/driveitem/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/children/item/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/children/item/content/ContentRequestBuilder.java
index 67015b18ec2..83eaab58323 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/children/item/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/children/item/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/children/{driveItem%2Did1}/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property children in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property children in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property children from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property children from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property children in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property children in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property children in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property children in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property children from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property children from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property children in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property children in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property children from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/content/ContentRequestBuilder.java
index 4d20838f949..d4bc45b5319 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property items in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property items in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property items from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property items from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property items in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property items in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property items in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property items in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property items from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property items from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property items in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property items in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property items from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java
index 3a83f4a240a..2722d4b4840 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/retentionlabel/RetentionLabelRequestBuilder.java
@@ -79,23 +79,23 @@ public ItemRetentionLabel get(@jakarta.annotation.Nullable final java.util.funct
return this.requestAdapter.send(requestInfo, errorMapping, ItemRetentionLabel::createFromDiscriminatorValue);
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @return a {@link ItemRetentionLabel}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ItemRetentionLabel patch(@jakarta.annotation.Nonnull final ItemRetentionLabel body) {
return patch(body, null);
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ItemRetentionLabel}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public ItemRetentionLabel patch(@jakarta.annotation.Nonnull final ItemRetentionLabel body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -146,7 +146,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -155,7 +155,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.
+ * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java
index ff3fa6a9183..6efc0a75066 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/names/item/range/RangeRequestBuilder.java
@@ -36,21 +36,21 @@ public RangeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}/range()", rawUrl);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @return a {@link WorkbookRange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookRange get() {
return get(null);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookRange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookRange get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +60,7 @@ public WorkbookRange get(@jakarta.annotation.Nullable final java.util.function.C
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookRange::createFromDiscriminatorValue);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -68,7 +68,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
index 4ea477e805c..331903a71aa 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/tables/add/AddRequestBuilder.java
@@ -36,23 +36,23 @@ public AddRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/add", rawUrl);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body) {
return post(body, null);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -63,7 +63,7 @@ public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody b
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTable::createFromDiscriminatorValue);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java
index 824de3c0844..ee1ad7e8449 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/names/item/range/RangeRequestBuilder.java
@@ -36,21 +36,21 @@ public RangeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}/range()", rawUrl);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @return a {@link WorkbookRange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookRange get() {
return get(null);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookRange}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookRange get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -60,7 +60,7 @@ public WorkbookRange get(@jakarta.annotation.Nullable final java.util.function.C
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookRange::createFromDiscriminatorValue);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -68,7 +68,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range.
+ * Retrieve the properties and relationships of range object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
index 1eff2c749f4..2b5f324c12d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/items/item/workbook/worksheets/item/tables/add/AddRequestBuilder.java
@@ -36,23 +36,23 @@ public AddRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakar
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/add", rawUrl);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body) {
return post(body, null);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link WorkbookTable}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -63,7 +63,7 @@ public WorkbookTable post(@jakarta.annotation.Nonnull final AddPostRequestBody b
return this.requestAdapter.send(requestInfo, errorMapping, WorkbookTable::createFromDiscriminatorValue);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown.
+ * Use this API to create a new Table.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/list/items/item/activities/item/driveitem/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/list/items/item/activities/item/driveitem/content/ContentRequestBuilder.java
index 1ca762cd26f..4a37cda65ee 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/list/items/item/activities/item/driveitem/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/list/items/item/activities/item/driveitem/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/activities/{itemActivityOLD%2Did}/driveItem/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/list/items/item/driveitem/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/list/items/item/driveitem/content/ContentRequestBuilder.java
index b14b9743f48..01076e3fca5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/list/items/item/driveitem/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/list/items/item/driveitem/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/driveItem/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property driveItem in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property driveItem from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/root/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/root/content/ContentRequestBuilder.java
index 2b320e201b9..2dda356de1a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/root/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/root/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/root/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property root in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property root in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property root from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property root from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property root in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property root in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property root in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property root in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property root from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property root from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property root in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property root in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property root from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/drives/item/special/item/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/drives/item/special/item/content/ContentRequestBuilder.java
index 5b86cab8fdc..38fc94b321c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/drives/item/special/item/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/drives/item/special/item/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/drives/{drive%2Did}/special/{driveItem%2Did}/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property special in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property special in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property special from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property special from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property special in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property special in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property special in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property special in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property special from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property special from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property special in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property special in drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property special from drives
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java
index bfad42f3e7e..8a037ab96f9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/education/users/item/EducationUserItemRequestBuilder.java
@@ -135,23 +135,23 @@ public EducationUser get(@jakarta.annotation.Nullable final java.util.function.C
return this.requestAdapter.send(requestInfo, errorMapping, EducationUser::createFromDiscriminatorValue);
}
/**
- * Update the relatedContact collection of an educationUser object.
+ * Update the properties of an educationuser object.
* @param body The request body
* @return a {@link EducationUser}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public EducationUser patch(@jakarta.annotation.Nonnull final EducationUser body) {
return patch(body, null);
}
/**
- * Update the relatedContact collection of an educationUser object.
+ * Update the properties of an educationuser object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link EducationUser}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public EducationUser patch(@jakarta.annotation.Nonnull final EducationUser body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -202,7 +202,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the relatedContact collection of an educationUser object.
+ * Update the properties of an educationuser object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -211,7 +211,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the relatedContact collection of an educationUser object.
+ * Update the properties of an educationuser object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/schema/SchemaRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/schema/SchemaRequestBuilder.java
index 05701d147cd..c443df23144 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/schema/SchemaRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/connections/item/schema/SchemaRequestBuilder.java
@@ -61,23 +61,23 @@ public Schema get(@jakarta.annotation.Nullable final java.util.function.Consumer
return this.requestAdapter.send(requestInfo, errorMapping, Schema::createFromDiscriminatorValue);
}
/**
- * Update the properties of a schema for an externalConnection.
+ * Create the schema for a Microsoft Search connection.
* @param body The request body
* @return a {@link Schema}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Schema patch(@jakarta.annotation.Nonnull final Schema body) {
return patch(body, null);
}
/**
- * Update the properties of a schema for an externalConnection.
+ * Create the schema for a Microsoft Search connection.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Schema}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Schema patch(@jakarta.annotation.Nonnull final Schema body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -108,7 +108,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of a schema for an externalConnection.
+ * Create the schema for a Microsoft Search connection.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -117,7 +117,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of a schema for an externalConnection.
+ * Create the schema for a Microsoft Search connection.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/item/IndustryDataConnectorItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/item/IndustryDataConnectorItemRequestBuilder.java
index 6b41744b552..766030a8dd2 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/item/IndustryDataConnectorItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/dataconnectors/item/IndustryDataConnectorItemRequestBuilder.java
@@ -99,23 +99,23 @@ public IndustryDataConnector get(@jakarta.annotation.Nullable final java.util.fu
return this.requestAdapter.send(requestInfo, errorMapping, IndustryDataConnector::createFromDiscriminatorValue);
}
/**
- * Update the properties of an azureDataLakeConnector object.
+ * Update the properties of an industryDataConnector object.
* @param body The request body
* @return a {@link IndustryDataConnector}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IndustryDataConnector patch(@jakarta.annotation.Nonnull final IndustryDataConnector body) {
return patch(body, null);
}
/**
- * Update the properties of an azureDataLakeConnector object.
+ * Update the properties of an industryDataConnector object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IndustryDataConnector}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public IndustryDataConnector patch(@jakarta.annotation.Nonnull final IndustryDataConnector body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -166,7 +166,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of an azureDataLakeConnector object.
+ * Update the properties of an industryDataConnector object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -175,7 +175,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of an azureDataLakeConnector object.
+ * Update the properties of an industryDataConnector object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java
index 05d8e37045a..df886a07f8c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/InboundFlowsRequestBuilder.java
@@ -60,21 +60,21 @@ public InboundFlowsRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
super(requestAdapter, "{+baseurl}/external/industryData/inboundFlows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get a list of the inboundFlow objects and their properties.
+ * Get a list of the inboundFileFlow objects and their properties.
* @return a {@link InboundFlowCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InboundFlowCollectionResponse get() {
return get(null);
}
/**
- * Get a list of the inboundFlow objects and their properties.
+ * Get a list of the inboundFileFlow objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InboundFlowCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InboundFlowCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -84,23 +84,23 @@ public InboundFlowCollectionResponse get(@jakarta.annotation.Nullable final java
return this.requestAdapter.send(requestInfo, errorMapping, InboundFlowCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new inboundFlow object. The following prerequisite resources are required when you create an inboundFlow:
+ * Create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow:
* @param body The request body
* @return a {@link InboundFlow}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InboundFlow post(@jakarta.annotation.Nonnull final InboundFlow body) {
return post(body, null);
}
/**
- * Create a new inboundFlow object. The following prerequisite resources are required when you create an inboundFlow:
+ * Create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow:
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InboundFlow}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InboundFlow post(@jakarta.annotation.Nonnull final InboundFlow body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -111,7 +111,7 @@ public InboundFlow post(@jakarta.annotation.Nonnull final InboundFlow body, @jak
return this.requestAdapter.send(requestInfo, errorMapping, InboundFlow::createFromDiscriminatorValue);
}
/**
- * Get a list of the inboundFlow objects and their properties.
+ * Get a list of the inboundFileFlow objects and their properties.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -119,7 +119,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get a list of the inboundFlow objects and their properties.
+ * Get a list of the inboundFileFlow objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new inboundFlow object. The following prerequisite resources are required when you create an inboundFlow:
+ * Create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow:
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new inboundFlow object. The following prerequisite resources are required when you create an inboundFlow:
+ * Create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow:
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -165,7 +165,7 @@ public InboundFlowsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
return new InboundFlowsRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get a list of the inboundFlow objects and their properties.
+ * Get a list of the inboundFileFlow objects and their properties.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/item/InboundFlowItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/item/InboundFlowItemRequestBuilder.java
index 8ce36c6bb3a..983e4fbdb80 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/item/InboundFlowItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/inboundflows/item/InboundFlowItemRequestBuilder.java
@@ -75,21 +75,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read the properties and relationships of an inboundFlow object.
+ * Read the properties and relationships of an inboundFileFlow object.
* @return a {@link InboundFlow}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InboundFlow get() {
return get(null);
}
/**
- * Read the properties and relationships of an inboundFlow object.
+ * Read the properties and relationships of an inboundFileFlow object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InboundFlow}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public InboundFlow get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -146,7 +146,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read the properties and relationships of an inboundFlow object.
+ * Read the properties and relationships of an inboundFileFlow object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -154,7 +154,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read the properties and relationships of an inboundFlow object.
+ * Read the properties and relationships of an inboundFileFlow object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -206,7 +206,7 @@ public InboundFlowItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final S
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read the properties and relationships of an inboundFlow object.
+ * Read the properties and relationships of an inboundFileFlow object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/outboundprovisioningflowsets/item/provisioningflows/item/ProvisioningFlowItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/outboundprovisioningflowsets/item/provisioningflows/item/ProvisioningFlowItemRequestBuilder.java
index 0dfa13cb3cb..666760bb748 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/outboundprovisioningflowsets/item/provisioningflows/item/ProvisioningFlowItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/outboundprovisioningflowsets/item/provisioningflows/item/ProvisioningFlowItemRequestBuilder.java
@@ -1,5 +1,6 @@
package com.microsoft.graph.beta.external.industrydata.outboundprovisioningflowsets.item.provisioningflows.item;
+import com.microsoft.graph.beta.external.industrydata.outboundprovisioningflowsets.item.provisioningflows.item.microsoftgraphindustrydatareset.MicrosoftGraphIndustryDataResetRequestBuilder;
import com.microsoft.graph.beta.models.industrydata.ProvisioningFlow;
import com.microsoft.graph.beta.models.odataerrors.ODataError;
import com.microsoft.kiota.BaseRequestBuilder;
@@ -20,6 +21,14 @@
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class ProvisioningFlowItemRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Provides operations to call the reset method.
+ * @return a {@link MicrosoftGraphIndustryDataResetRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MicrosoftGraphIndustryDataResetRequestBuilder microsoftGraphIndustryDataReset() {
+ return new MicrosoftGraphIndustryDataResetRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Instantiates a new {@link ProvisioningFlowItemRequestBuilder} and sets the default values.
* @param pathParameters Path parameters for the request
diff --git a/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/outboundprovisioningflowsets/item/provisioningflows/item/microsoftgraphindustrydatareset/MicrosoftGraphIndustryDataResetRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/outboundprovisioningflowsets/item/provisioningflows/item/microsoftgraphindustrydatareset/MicrosoftGraphIndustryDataResetRequestBuilder.java
new file mode 100644
index 00000000000..9c2635631bc
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/external/industrydata/outboundprovisioningflowsets/item/provisioningflows/item/microsoftgraphindustrydatareset/MicrosoftGraphIndustryDataResetRequestBuilder.java
@@ -0,0 +1,93 @@
+package com.microsoft.graph.beta.external.industrydata.outboundprovisioningflowsets.item.provisioningflows.item.microsoftgraphindustrydatareset;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to call the reset method.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class MicrosoftGraphIndustryDataResetRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link MicrosoftGraphIndustryDataResetRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public MicrosoftGraphIndustryDataResetRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet%2Did}/provisioningFlows/{provisioningFlow%2Did}/microsoft.graph.industryData.reset", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link MicrosoftGraphIndustryDataResetRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public MicrosoftGraphIndustryDataResetRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet%2Did}/provisioningFlows/{provisioningFlow%2Did}/microsoft.graph.industryData.reset", rawUrl);
+ }
+ /**
+ * Reset a provisioningFlow. This action reprovisions all current data as if it were the initial run, and clears out the existing errors associated with the flow.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ public void post() {
+ post(null);
+ }
+ /**
+ * Reset a provisioningFlow. This action reprovisions all current data as if it were the initial run, and clears out the existing errors associated with the flow.
+ * @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.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toPostRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
+ /**
+ * Reset a provisioningFlow. This action reprovisions all current data as if it were the initial run, and clears out the existing errors associated with the flow.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPostRequestInformation() {
+ return toPostRequestInformation(null);
+ }
+ /**
+ * Reset a provisioningFlow. This action reprovisions all current data as if it were the initial run, and clears out the existing errors associated with the flow.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.POST, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, PostRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link MicrosoftGraphIndustryDataResetRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MicrosoftGraphIndustryDataResetRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new MicrosoftGraphIndustryDataResetRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class PostRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/GroupsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/GroupsRequestBuilder.java
index cb2fd935ec2..ae9adcbc3b1 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/GroupsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/GroupsRequestBuilder.java
@@ -129,23 +129,23 @@ public GroupCollectionResponse get(@jakarta.annotation.Nullable final java.util.
return this.requestAdapter.send(requestInfo, errorMapping, GroupCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.
* @param body The request body
* @return a {@link Group}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Group post(@jakarta.annotation.Nonnull final Group body) {
return post(body, null);
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Group}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Group post(@jakarta.annotation.Nonnull final Group body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -176,7 +176,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -185,7 +185,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.
+ * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/ConversationsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/ConversationsRequestBuilder.java
index 5ae0ca5edd6..e161a86d7a0 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/ConversationsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/ConversationsRequestBuilder.java
@@ -84,23 +84,23 @@ public ConversationCollectionResponse get(@jakarta.annotation.Nullable final jav
return this.requestAdapter.send(requestInfo, errorMapping, ConversationCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation.
+ * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
* @param body The request body
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation post(@jakarta.annotation.Nonnull final Conversation body) {
return post(body, null);
}
/**
- * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation.
+ * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation post(@jakarta.annotation.Nonnull final Conversation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation.
+ * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation.
+ * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
index e32cd587c27..84b2d3d9b1c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/ConversationItemRequestBuilder.java
@@ -66,21 +66,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get a group's conversation object.
+ * Retrieve the properties and relationships of conversation object.
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation get() {
return get(null);
}
/**
- * Get a group's conversation object.
+ * Retrieve the properties and relationships of conversation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Conversation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Conversation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -110,7 +110,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get a group's conversation object.
+ * Retrieve the properties and relationships of conversation object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -118,7 +118,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get a group's conversation object.
+ * Retrieve the properties and relationships of conversation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -146,7 +146,7 @@ public ConversationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get a group's conversation object.
+ * Retrieve the properties and relationships of conversation object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java
index a0a535579af..53b66403afc 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/conversations/item/threads/item/reply/ReplyRequestBuilder.java
@@ -35,20 +35,20 @@ public ReplyRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/reply", rawUrl);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body) {
post(body, null);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -58,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @j
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -67,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/onenote/resources/item/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/onenote/resources/item/content/ContentRequestBuilder.java
index 608956ec1fe..251d209c968 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/onenote/resources/item/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/onenote/resources/item/content/ContentRequestBuilder.java
@@ -37,14 +37,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/onenote/resources/{onenoteResource%2Did}/content", rawUrl);
}
/**
- * Delete content for the navigation property resources in groups
+ * The content of the resource.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property resources in groups
+ * The content of the resource.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property resources from groups
+ * The content of the resource.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property resources from groups
+ * The content of the resource.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -77,7 +77,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property resources in groups
+ * The content of the resource.
* @param body Binary request body
* @return a {@link OnenoteResource}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -87,7 +87,7 @@ public OnenoteResource put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property resources in groups
+ * The content of the resource.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link OnenoteResource}
@@ -102,7 +102,7 @@ public OnenoteResource put(@jakarta.annotation.Nonnull final InputStream body, @
return this.requestAdapter.send(requestInfo, errorMapping, OnenoteResource::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property resources in groups
+ * The content of the resource.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +110,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property resources in groups
+ * The content of the resource.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property resources from groups
+ * The content of the resource.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property resources from groups
+ * The content of the resource.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +142,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property resources in groups
+ * The content of the resource.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +151,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property resources in groups
+ * The content of the resource.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/analytics/itemactivitystats/item/activities/item/driveitem/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/analytics/itemactivitystats/item/activities/item/driveitem/content/ContentRequestBuilder.java
index 966d4be5f39..82c4b406a13 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/analytics/itemactivitystats/item/activities/item/driveitem/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/analytics/itemactivitystats/item/activities/item/driveitem/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/lists/item/items/item/activities/item/driveitem/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/lists/item/items/item/activities/item/driveitem/content/ContentRequestBuilder.java
index 575fa46a062..3dfa5050b93 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/lists/item/items/item/activities/item/driveitem/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/lists/item/items/item/activities/item/driveitem/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/activities/{itemActivityOLD%2Did}/driveItem/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/lists/item/items/item/driveitem/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/lists/item/items/item/driveitem/content/ContentRequestBuilder.java
index 6ab310490b0..ddb7cdb96f8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/lists/item/items/item/driveitem/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/lists/item/items/item/driveitem/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property driveItem in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property driveItem from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/onenote/resources/item/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/onenote/resources/item/content/ContentRequestBuilder.java
index 5c896931f7a..8562b3f7119 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/onenote/resources/item/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/sites/item/onenote/resources/item/content/ContentRequestBuilder.java
@@ -37,14 +37,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}/content", rawUrl);
}
/**
- * Delete content for the navigation property resources in groups
+ * The content of the resource.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property resources in groups
+ * The content of the resource.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property resources from groups
+ * The content of the resource.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -64,7 +64,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property resources from groups
+ * The content of the resource.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -77,7 +77,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property resources in groups
+ * The content of the resource.
* @param body Binary request body
* @return a {@link OnenoteResource}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -87,7 +87,7 @@ public OnenoteResource put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property resources in groups
+ * The content of the resource.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link OnenoteResource}
@@ -102,7 +102,7 @@ public OnenoteResource put(@jakarta.annotation.Nonnull final InputStream body, @
return this.requestAdapter.send(requestInfo, errorMapping, OnenoteResource::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property resources in groups
+ * The content of the resource.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -110,7 +110,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property resources in groups
+ * The content of the resource.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -122,7 +122,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property resources from groups
+ * The content of the resource.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -130,7 +130,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property resources from groups
+ * The content of the resource.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -142,7 +142,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property resources in groups
+ * The content of the resource.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -151,7 +151,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property resources in groups
+ * The content of the resource.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/filesfolder/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/filesfolder/content/ContentRequestBuilder.java
index 7792a1dc768..3af468a8ff6 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/filesfolder/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/filesfolder/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/filesFolder/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property filesFolder from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property filesFolder from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property filesFolder from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property filesFolder from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property filesFolder from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/filesfolder/content/ContentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/filesfolder/content/ContentRequestBuilder.java
index 1f33d96d09b..b7872fab689 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/filesfolder/content/ContentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/filesfolder/content/ContentRequestBuilder.java
@@ -38,14 +38,14 @@ public ContentRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @j
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/filesFolder/content{?%24format*}", rawUrl);
}
/**
- * Delete content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
public void delete() {
delete(null);
}
/**
- * Delete content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -56,7 +56,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get content for the navigation property filesFolder from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -65,7 +65,7 @@ public InputStream get() {
return get(null);
}
/**
- * Get content for the navigation property filesFolder from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link InputStream}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -78,7 +78,7 @@ public InputStream get(@jakarta.annotation.Nullable final java.util.function.Con
return this.requestAdapter.sendPrimitive(requestInfo, errorMapping, InputStream.class);
}
/**
- * Update content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link DriveItem}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -88,7 +88,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body) {
return put(body, null);
}
/**
- * Update content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link DriveItem}
@@ -103,7 +103,7 @@ public DriveItem put(@jakarta.annotation.Nonnull final InputStream body, @jakart
return this.requestAdapter.send(requestInfo, errorMapping, DriveItem::createFromDiscriminatorValue);
}
/**
- * Delete content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -111,7 +111,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -123,7 +123,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get content for the navigation property filesFolder from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get content for the navigation property filesFolder from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -143,7 +143,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @return a {@link RequestInformation}
*/
@@ -152,7 +152,7 @@ public RequestInformation toPutRequestInformation(@jakarta.annotation.Nonnull fi
return toPutRequestInformation(body, null);
}
/**
- * Update content for the navigation property filesFolder in groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
* @param body Binary request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -183,7 +183,7 @@ public ContentRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get content for the navigation property filesFolder from groups
+ * The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java
index 7b06a9732c9..db41219885f 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/ConversationThreadItemRequestBuilder.java
@@ -55,18 +55,18 @@ public ConversationThreadItemRequestBuilder(@jakarta.annotation.Nonnull final St
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}{?%24select}", rawUrl);
}
/**
- * Delete conversationThread.
+ * Delete a thread object.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete conversationThread.
+ * Delete a thread object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -126,7 +126,7 @@ public ConversationThread patch(@jakarta.annotation.Nonnull final ConversationTh
return this.requestAdapter.send(requestInfo, errorMapping, ConversationThread::createFromDiscriminatorValue);
}
/**
- * Delete conversationThread.
+ * Delete a thread object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -134,7 +134,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete conversationThread.
+ * Delete a thread object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
diff --git a/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java
index 87c1e46161c..5b3a74e21b3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/groups/item/threads/item/reply/ReplyRequestBuilder.java
@@ -35,20 +35,20 @@ public ReplyRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jak
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/reply", rawUrl);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body) {
post(body, null);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
Objects.requireNonNull(body);
@@ -58,7 +58,7 @@ public void post(@jakarta.annotation.Nonnull final ReplyPostRequestBody body, @j
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -67,7 +67,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
return toPostRequestInformation(body, null);
}
/**
- * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.
+ * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identity/b2cuserflows/item/userflowidentityproviders/UserFlowIdentityProvidersRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identity/b2cuserflows/item/userflowidentityproviders/UserFlowIdentityProvidersRequestBuilder.java
index facb6fff285..59f4f387ce8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identity/b2cuserflows/item/userflowidentityproviders/UserFlowIdentityProvidersRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identity/b2cuserflows/item/userflowidentityproviders/UserFlowIdentityProvidersRequestBuilder.java
@@ -59,7 +59,7 @@ public UserFlowIdentityProvidersRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/identity/b2cUserFlows/{b2cIdentityUserFlow%2Did}/userFlowIdentityProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Get userFlowIdentityProviders from identity
+ * The identity providers included in the user flow.
* @return a {@link IdentityProviderBaseCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -68,7 +68,7 @@ public IdentityProviderBaseCollectionResponse get() {
return get(null);
}
/**
- * Get userFlowIdentityProviders from identity
+ * The identity providers included in the user flow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IdentityProviderBaseCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -81,7 +81,7 @@ public IdentityProviderBaseCollectionResponse get(@jakarta.annotation.Nullable f
return this.requestAdapter.send(requestInfo, errorMapping, IdentityProviderBaseCollectionResponse::createFromDiscriminatorValue);
}
/**
- * Get userFlowIdentityProviders from identity
+ * The identity providers included in the user flow.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -89,7 +89,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get userFlowIdentityProviders from identity
+ * The identity providers included in the user flow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -111,7 +111,7 @@ public UserFlowIdentityProvidersRequestBuilder withUrl(@jakarta.annotation.Nonnu
return new UserFlowIdentityProvidersRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get userFlowIdentityProviders from identity
+ * The identity providers included in the user flow.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identity/b2cuserflows/item/userflowidentityproviders/item/IdentityProviderBaseItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identity/b2cuserflows/item/userflowidentityproviders/item/IdentityProviderBaseItemRequestBuilder.java
index dcdee17e275..a2b8b41f93a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identity/b2cuserflows/item/userflowidentityproviders/item/IdentityProviderBaseItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identity/b2cuserflows/item/userflowidentityproviders/item/IdentityProviderBaseItemRequestBuilder.java
@@ -37,7 +37,7 @@ public IdentityProviderBaseItemRequestBuilder(@jakarta.annotation.Nonnull final
super(requestAdapter, "{+baseurl}/identity/b2cUserFlows/{b2cIdentityUserFlow%2Did}/userFlowIdentityProviders/{identityProviderBase%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Get userFlowIdentityProviders from identity
+ * The identity providers included in the user flow.
* @return a {@link IdentityProviderBase}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
@@ -46,7 +46,7 @@ public IdentityProviderBase get() {
return get(null);
}
/**
- * Get userFlowIdentityProviders from identity
+ * The identity providers included in the user flow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IdentityProviderBase}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -59,7 +59,7 @@ public IdentityProviderBase get(@jakarta.annotation.Nullable final java.util.fun
return this.requestAdapter.send(requestInfo, errorMapping, IdentityProviderBase::createFromDiscriminatorValue);
}
/**
- * Get userFlowIdentityProviders from identity
+ * The identity providers included in the user flow.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -67,7 +67,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get userFlowIdentityProviders from identity
+ * The identity providers included in the user flow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -89,7 +89,7 @@ public IdentityProviderBaseItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
return new IdentityProviderBaseItemRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get userFlowIdentityProviders from identity
+ * The identity providers included in the user flow.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identity/b2xuserflows/item/identityproviders/item/IdentityProviderItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identity/b2xuserflows/item/identityproviders/item/IdentityProviderItemRequestBuilder.java
index 48f8d8b7ad5..72044d136de 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identity/b2xuserflows/item/identityproviders/item/IdentityProviderItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identity/b2xuserflows/item/identityproviders/item/IdentityProviderItemRequestBuilder.java
@@ -37,7 +37,7 @@ public IdentityProviderItemRequestBuilder(@jakarta.annotation.Nonnull final Stri
super(requestAdapter, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/identityProviders/{identityProvider%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Get identityProviders from identity
+ * The identity providers included in the user flow.
* @return a {@link IdentityProvider}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
@@ -49,7 +49,7 @@ public IdentityProvider get() {
return get(null);
}
/**
- * Get identityProviders from identity
+ * The identity providers included in the user flow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link IdentityProvider}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -65,7 +65,7 @@ public IdentityProvider get(@jakarta.annotation.Nullable final java.util.functio
return this.requestAdapter.send(requestInfo, errorMapping, IdentityProvider::createFromDiscriminatorValue);
}
/**
- * Get identityProviders from identity
+ * The identity providers included in the user flow.
* @return a {@link RequestInformation}
* @deprecated
* The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get identityProviders from identity
+ * The identity providers included in the user flow.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
@@ -104,7 +104,7 @@ public IdentityProviderItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
return new IdentityProviderItemRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Get identityProviders from identity
+ * The identity providers included in the user flow.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/authenticationstrengths/AuthenticationStrengthsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/authenticationstrengths/AuthenticationStrengthsRequestBuilder.java
index bdb50fa6365..dfcf99b547d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/authenticationstrengths/AuthenticationStrengthsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/authenticationstrengths/AuthenticationStrengthsRequestBuilder.java
@@ -85,7 +85,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Get authenticationStrengths from identity
+ * DEPRECATED. See the authenticationStrength relationship instead.
* @return a {@link AuthenticationStrengthRoot}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
@@ -97,7 +97,7 @@ public AuthenticationStrengthRoot get() {
return get(null);
}
/**
- * Get authenticationStrengths from identity
+ * DEPRECATED. See the authenticationStrength relationship instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AuthenticationStrengthRoot}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -170,7 +170,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Get authenticationStrengths from identity
+ * DEPRECATED. See the authenticationStrength relationship instead.
* @return a {@link RequestInformation}
* @deprecated
* The 'authenticationStrengths' segment is deprecated. Please use 'authenticationStrength' instead. as of 2023-02/AuthenticationStrengthsRemove
@@ -181,7 +181,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Get authenticationStrengths from identity
+ * DEPRECATED. See the authenticationStrength relationship instead.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
@@ -245,7 +245,7 @@ public AuthenticationStrengthsRequestBuilder withUrl(@jakarta.annotation.Nonnull
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Get authenticationStrengths from identity
+ * DEPRECATED. See the authenticationStrength relationship instead.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java
index 614ebe23559..e25044878a8 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identity/conditionalaccess/namedlocations/item/NamedLocationItemRequestBuilder.java
@@ -37,18 +37,18 @@ public NamedLocationItemRequestBuilder(@jakarta.annotation.Nonnull final String
super(requestAdapter, "{+baseurl}/identity/conditionalAccess/namedLocations/{namedLocation%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete an ipNamedLocation object.
+ * Delete a namedLocation object.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete() {
delete(null);
}
/**
- * Delete an ipNamedLocation object.
+ * Delete a namedLocation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the properties and relationships of a namedLocation object.
+ * Retrieve the properties and relationships of an ipNamedLocation object.
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation get() {
return get(null);
}
/**
- * Retrieve the properties and relationships of a namedLocation object.
+ * Retrieve the properties and relationships of an ipNamedLocation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -81,23 +81,23 @@ public NamedLocation get(@jakarta.annotation.Nullable final java.util.function.C
return this.requestAdapter.send(requestInfo, errorMapping, NamedLocation::createFromDiscriminatorValue);
}
/**
- * Update the properties of an ipNamedLocation object.
+ * Update the properties of a countryNamedLocation object.
* @param body The request body
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation patch(@jakarta.annotation.Nonnull final NamedLocation body) {
return patch(body, null);
}
/**
- * Update the properties of an ipNamedLocation object.
+ * Update the properties of a countryNamedLocation object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link NamedLocation}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public NamedLocation patch(@jakarta.annotation.Nonnull final NamedLocation body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -108,7 +108,7 @@ public NamedLocation patch(@jakarta.annotation.Nonnull final NamedLocation body,
return this.requestAdapter.send(requestInfo, errorMapping, NamedLocation::createFromDiscriminatorValue);
}
/**
- * Delete an ipNamedLocation object.
+ * Delete a namedLocation object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -116,7 +116,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete an ipNamedLocation object.
+ * Delete a namedLocation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -128,7 +128,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the properties and relationships of a namedLocation object.
+ * Retrieve the properties and relationships of an ipNamedLocation object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -136,7 +136,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties and relationships of a namedLocation object.
+ * Retrieve the properties and relationships of an ipNamedLocation object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
return requestInfo;
}
/**
- * Update the properties of an ipNamedLocation object.
+ * Update the properties of a countryNamedLocation object.
* @param body The request body
* @return a {@link RequestInformation}
*/
@@ -157,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
return toPatchRequestInformation(body, null);
}
/**
- * Update the properties of an ipNamedLocation object.
+ * Update the properties of a countryNamedLocation object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
@@ -188,7 +188,7 @@ public NamedLocationItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the properties and relationships of a namedLocation object.
+ * Retrieve the properties and relationships of an ipNamedLocation object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageassignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageassignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java
index e1150dea0f0..674283c82e3 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageassignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageassignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java
@@ -37,7 +37,7 @@ public AccessPackageAssignmentRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest%2Did}/accessPackageAssignment{?%24expand,%24select}", rawUrl);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @return a {@link AccessPackageAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
@@ -49,7 +49,7 @@ public AccessPackageAssignment get() {
return get(null);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AccessPackageAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -65,7 +65,7 @@ public AccessPackageAssignment get(@jakarta.annotation.Nullable final java.util.
return this.requestAdapter.send(requestInfo, errorMapping, AccessPackageAssignment::createFromDiscriminatorValue);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @return a {@link RequestInformation}
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
@@ -104,7 +104,7 @@ public AccessPackageAssignmentRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new AccessPackageAssignmentRequestBuilder(rawUrl, requestAdapter);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageassignments/item/accesspackageassignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageassignments/item/accesspackageassignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java
index 93c33008ee3..962437b0abe 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageassignments/item/accesspackageassignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackageassignments/item/accesspackageassignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java
@@ -37,7 +37,7 @@ public AccessPackageAssignmentRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment%2Did}/accessPackageAssignmentRequests/{accessPackageAssignmentRequest%2Did}/accessPackageAssignment{?%24expand,%24select}", rawUrl);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @return a {@link AccessPackageAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
@@ -49,7 +49,7 @@ public AccessPackageAssignment get() {
return get(null);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AccessPackageAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -65,7 +65,7 @@ public AccessPackageAssignment get(@jakarta.annotation.Nullable final java.util.
return this.requestAdapter.send(requestInfo, errorMapping, AccessPackageAssignment::createFromDiscriminatorValue);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @return a {@link RequestInformation}
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
@@ -104,7 +104,7 @@ public AccessPackageAssignmentRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new AccessPackageAssignmentRequestBuilder(rawUrl, requestAdapter);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java
index 438cf0d1a85..5659fb65fd0 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/accesspackagecustomworkflowextensions/item/CustomCalloutExtensionItemRequestBuilder.java
@@ -61,12 +61,12 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
* @return a {@link CustomCalloutExtension}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
@Deprecated
@@ -74,13 +74,13 @@ public CustomCalloutExtension get() {
return get(null);
}
/**
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link CustomCalloutExtension}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
@Deprecated
@@ -150,7 +150,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
* @return a {@link RequestInformation}
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions
@@ -161,7 +161,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
@@ -225,7 +225,7 @@ public CustomCalloutExtensionItemRequestBuilder withUrl(@jakarta.annotation.Nonn
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/customaccesspackageworkflowextensions/item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/customaccesspackageworkflowextensions/item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.java
index fabc003b827..05de789ee29 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/customaccesspackageworkflowextensions/item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackagecatalogs/item/customaccesspackageworkflowextensions/item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.java
@@ -37,23 +37,23 @@ public CustomAccessPackageWorkflowExtensionItemRequestBuilder(@jakarta.annotatio
super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog%2Did}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension%2Did}{?%24expand,%24select}", rawUrl);
}
/**
- * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy.
+ * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy.
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions
- * @see Find more info here
+ * @see Find more info here
*/
@Deprecated
public void delete() {
delete(null);
}
/**
- * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy.
+ * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions
- * @see Find more info here
+ * @see Find more info here
*/
@Deprecated
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -126,7 +126,7 @@ public CustomAccessPackageWorkflowExtension patch(@jakarta.annotation.Nonnull fi
return this.requestAdapter.send(requestInfo, errorMapping, CustomAccessPackageWorkflowExtension::createFromDiscriminatorValue);
}
/**
- * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy.
+ * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy.
* @return a {@link RequestInformation}
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions
@@ -137,7 +137,7 @@ public RequestInformation toDeleteRequestInformation() {
return toDeleteRequestInformation(null);
}
/**
- * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy.
+ * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java
index c13fd82ed85..ca13a218a37 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/accesspackages/item/AccessPackageItemRequestBuilder.java
@@ -129,21 +129,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @return a {@link AccessPackage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AccessPackage get() {
return get(null);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AccessPackage}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public AccessPackage get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -200,7 +200,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -208,7 +208,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -260,7 +260,7 @@ public AccessPackageItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
+ * Retrieve the properties and relationships of an accessPackage object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/assignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/assignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java
index 15bcfcb376a..1bd85ebb2e9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/assignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/entitlementmanagement/assignmentrequests/item/accesspackageassignment/AccessPackageAssignmentRequestBuilder.java
@@ -37,7 +37,7 @@ public AccessPackageAssignmentRequestBuilder(@jakarta.annotation.Nonnull final S
super(requestAdapter, "{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/accessPackageAssignment{?%24expand,%24select}", rawUrl);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @return a {@link AccessPackageAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
@@ -49,7 +49,7 @@ public AccessPackageAssignment get() {
return get(null);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link AccessPackageAssignment}
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -65,7 +65,7 @@ public AccessPackageAssignment get(@jakarta.annotation.Nullable final java.util.
return this.requestAdapter.send(requestInfo, errorMapping, AccessPackageAssignment::createFromDiscriminatorValue);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @return a {@link RequestInformation}
* @deprecated
* as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions
@@ -76,7 +76,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
@@ -104,7 +104,7 @@ public AccessPackageAssignmentRequestBuilder withUrl(@jakarta.annotation.Nonnull
return new AccessPackageAssignmentRequestBuilder(rawUrl, requestAdapter);
}
/**
- * For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/LifecycleWorkflowsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/LifecycleWorkflowsRequestBuilder.java
index 0207b6235a0..e31e6db5d36 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/LifecycleWorkflowsRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/LifecycleWorkflowsRequestBuilder.java
@@ -2,6 +2,7 @@
import com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.customtaskextensions.CustomTaskExtensionsRequestBuilder;
import com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.deleteditems.DeletedItemsRequestBuilder;
+import com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.InsightsRequestBuilder;
import com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.settings.SettingsRequestBuilder;
import com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.taskdefinitions.TaskDefinitionsRequestBuilder;
import com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.workflows.WorkflowsRequestBuilder;
@@ -42,6 +43,14 @@ public CustomTaskExtensionsRequestBuilder customTaskExtensions() {
public DeletedItemsRequestBuilder deletedItems() {
return new DeletedItemsRequestBuilder(pathParameters, requestAdapter);
}
+ /**
+ * Provides operations to manage the insights property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.
+ * @return a {@link InsightsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public InsightsRequestBuilder insights() {
+ return new InsightsRequestBuilder(pathParameters, requestAdapter);
+ }
/**
* Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.
* @return a {@link SettingsRequestBuilder}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/InsightsRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/InsightsRequestBuilder.java
new file mode 100644
index 00000000000..193006592ab
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/InsightsRequestBuilder.java
@@ -0,0 +1,281 @@
+package com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights;
+
+import com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.microsoftgraphidentitygovernancetoptasksprocessedsummarywithstartdatetimewithenddatetime.MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder;
+import com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.microsoftgraphidentitygovernancetopworkflowsprocessedsummarywithstartdatetimewithenddatetime.MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder;
+import com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.microsoftgraphidentitygovernanceworkflowsprocessedbycategorywithstartdatetimewithenddatetime.MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder;
+import com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.microsoftgraphidentitygovernanceworkflowsprocessedsummarywithstartdatetimewithenddatetime.MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder;
+import com.microsoft.graph.beta.models.identitygovernance.Insights;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.time.OffsetDateTime;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to manage the insights property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class InsightsRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link InsightsRequestBuilder} and sets the default values.
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public InsightsRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/insights{?%24expand,%24select}", pathParameters);
+ }
+ /**
+ * Instantiates a new {@link InsightsRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public InsightsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/insights{?%24expand,%24select}", rawUrl);
+ }
+ /**
+ * Delete navigation property insights for identityGovernance
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete() {
+ delete(null);
+ }
+ /**
+ * Delete navigation property insights for identityGovernance
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
+ }
+ /**
+ * The insight container holding workflow insight summaries for a tenant.
+ * @return a {@link Insights}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public Insights get() {
+ return get(null);
+ }
+ /**
+ * The insight container holding workflow insight summaries for a tenant.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link Insights}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public Insights get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, Insights::createFromDiscriminatorValue);
+ }
+ /**
+ * Provides operations to call the topTasksProcessedSummary method.
+ * @param endDateTime Usage: endDateTime={endDateTime}
+ * @param startDateTime Usage: startDateTime={startDateTime}
+ * @return a {@link MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder microsoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime(@jakarta.annotation.Nonnull final OffsetDateTime endDateTime, @jakarta.annotation.Nonnull final OffsetDateTime startDateTime) {
+ Objects.requireNonNull(endDateTime);
+ Objects.requireNonNull(startDateTime);
+ return new MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(pathParameters, requestAdapter, endDateTime, startDateTime);
+ }
+ /**
+ * Provides operations to call the topWorkflowsProcessedSummary method.
+ * @param endDateTime Usage: endDateTime={endDateTime}
+ * @param startDateTime Usage: startDateTime={startDateTime}
+ * @return a {@link MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder microsoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime(@jakarta.annotation.Nonnull final OffsetDateTime endDateTime, @jakarta.annotation.Nonnull final OffsetDateTime startDateTime) {
+ Objects.requireNonNull(endDateTime);
+ Objects.requireNonNull(startDateTime);
+ return new MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(pathParameters, requestAdapter, endDateTime, startDateTime);
+ }
+ /**
+ * Provides operations to call the workflowsProcessedByCategory method.
+ * @param endDateTime Usage: endDateTime={endDateTime}
+ * @param startDateTime Usage: startDateTime={startDateTime}
+ * @return a {@link MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder microsoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTime(@jakarta.annotation.Nonnull final OffsetDateTime endDateTime, @jakarta.annotation.Nonnull final OffsetDateTime startDateTime) {
+ Objects.requireNonNull(endDateTime);
+ Objects.requireNonNull(startDateTime);
+ return new MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder(pathParameters, requestAdapter, endDateTime, startDateTime);
+ }
+ /**
+ * Provides operations to call the workflowsProcessedSummary method.
+ * @param endDateTime Usage: endDateTime={endDateTime}
+ * @param startDateTime Usage: startDateTime={startDateTime}
+ * @return a {@link MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder microsoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime(@jakarta.annotation.Nonnull final OffsetDateTime endDateTime, @jakarta.annotation.Nonnull final OffsetDateTime startDateTime) {
+ Objects.requireNonNull(endDateTime);
+ Objects.requireNonNull(startDateTime);
+ return new MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(pathParameters, requestAdapter, endDateTime, startDateTime);
+ }
+ /**
+ * Update the navigation property insights in identityGovernance
+ * @param body The request body
+ * @return a {@link Insights}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public Insights patch(@jakarta.annotation.Nonnull final Insights body) {
+ return patch(body, null);
+ }
+ /**
+ * Update the navigation property insights in identityGovernance
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link Insights}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ */
+ @jakarta.annotation.Nullable
+ public Insights patch(@jakarta.annotation.Nonnull final Insights body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = toPatchRequestInformation(body, requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, Insights::createFromDiscriminatorValue);
+ }
+ /**
+ * Delete navigation property insights for identityGovernance
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation() {
+ return toDeleteRequestInformation(null);
+ }
+ /**
+ * Delete navigation property insights for identityGovernance
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.DELETE, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, DeleteRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * The insight container holding workflow insight summaries for a tenant.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * The insight container holding workflow insight summaries for a tenant.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Update the navigation property insights in identityGovernance
+ * @param body The request body
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final Insights body) {
+ return toPatchRequestInformation(body, null);
+ }
+ /**
+ * Update the navigation property insights in identityGovernance
+ * @param body The request body
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull final Insights body, @jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ Objects.requireNonNull(body);
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.PATCH, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, PatchRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ requestInfo.setContentFromParsable(requestAdapter, "application/json", body);
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link InsightsRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public InsightsRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new InsightsRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class DeleteRequestConfiguration extends BaseRequestConfiguration {
+ }
+ /**
+ * The insight container holding workflow insight summaries for a tenant.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Expand related entities
+ */
+ @jakarta.annotation.Nullable
+ public String[] expand;
+ /**
+ * Select properties to be returned
+ */
+ @jakarta.annotation.Nullable
+ public String[] select;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24expand", expand);
+ allQueryParams.put("%24select", select);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class PatchRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetoptasksprocessedsummarywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetoptasksprocessedsummarywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.java
new file mode 100644
index 00000000000..1b1146da632
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetoptasksprocessedsummarywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.java
@@ -0,0 +1,153 @@
+package com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.microsoftgraphidentitygovernancetoptasksprocessedsummarywithstartdatetimewithenddatetime;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.time.OffsetDateTime;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to call the topTasksProcessedSummary method.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder} and sets the default values.
+ * @param endDateTime Usage: endDateTime={endDateTime}
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ * @param startDateTime Usage: startDateTime={startDateTime}
+ */
+ public MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter, @jakarta.annotation.Nullable final OffsetDateTime endDateTime, @jakarta.annotation.Nullable final OffsetDateTime startDateTime) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters);
+ this.pathParameters.put("endDateTime", endDateTime);
+ this.pathParameters.put("startDateTime", startDateTime);
+ }
+ /**
+ * Instantiates a new {@link MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.
+ * @return a {@link TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse get() {
+ return get(null);
+ }
+ /**
+ * Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Include count of items
+ */
+ @jakarta.annotation.Nullable
+ public Boolean count;
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Skip the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer skip;
+ /**
+ * Show only the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer top;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24count", count);
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ allQueryParams.put("%24skip", skip);
+ allQueryParams.put("%24top", top);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetoptasksprocessedsummarywithstartdatetimewithenddatetime/TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetoptasksprocessedsummarywithstartdatetimewithenddatetime/TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse.java
new file mode 100644
index 00000000000..dbef88840fc
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetoptasksprocessedsummarywithstartdatetimewithenddatetime/TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse.java
@@ -0,0 +1,63 @@
+package com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.microsoftgraphidentitygovernancetoptasksprocessedsummarywithstartdatetimewithenddatetime;
+
+import com.microsoft.graph.beta.models.BaseCollectionPaginationCountResponse;
+import com.microsoft.graph.beta.models.identitygovernance.TopTasksInsightsSummary;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse extends BaseCollectionPaginationCountResponse implements Parsable {
+ /**
+ * Instantiates a new {@link TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse} and sets the default values.
+ */
+ public TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse() {
+ super();
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse}
+ */
+ @jakarta.annotation.Nonnull
+ public static TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new TopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse();
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("value", (n) -> { this.setValue(n.getCollectionOfObjectValues(TopTasksInsightsSummary::createFromDiscriminatorValue)); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the value property value. The value property
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getValue() {
+ return this.backingStore.get("value");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeCollectionOfObjectValues("value", this.getValue());
+ }
+ /**
+ * Sets the value property value. The value property
+ * @param value Value to set for the value property.
+ */
+ public void setValue(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("value", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetopworkflowsprocessedsummarywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetopworkflowsprocessedsummarywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.java
new file mode 100644
index 00000000000..fc1fd5742d0
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetopworkflowsprocessedsummarywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.java
@@ -0,0 +1,153 @@
+package com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.microsoftgraphidentitygovernancetopworkflowsprocessedsummarywithstartdatetimewithenddatetime;
+
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.QueryParameters;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.time.OffsetDateTime;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to call the topWorkflowsProcessedSummary method.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder} and sets the default values.
+ * @param endDateTime Usage: endDateTime={endDateTime}
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ * @param startDateTime Usage: startDateTime={startDateTime}
+ */
+ public MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter, @jakarta.annotation.Nullable final OffsetDateTime endDateTime, @jakarta.annotation.Nullable final OffsetDateTime startDateTime) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters);
+ this.pathParameters.put("endDateTime", endDateTime);
+ this.pathParameters.put("startDateTime", startDateTime);
+ }
+ /**
+ * Instantiates a new {@link MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl);
+ }
+ /**
+ * Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.
+ * @return a {@link TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse get() {
+ return get(null);
+ }
+ /**
+ * Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse::createFromDiscriminatorValue);
+ }
+ /**
+ * Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new, x -> x.queryParameters);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetQueryParameters implements QueryParameters {
+ /**
+ * Include count of items
+ */
+ @jakarta.annotation.Nullable
+ public Boolean count;
+ /**
+ * Filter items by property values
+ */
+ @jakarta.annotation.Nullable
+ public String filter;
+ /**
+ * Search items by search phrases
+ */
+ @jakarta.annotation.Nullable
+ public String search;
+ /**
+ * Skip the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer skip;
+ /**
+ * Show only the first n items
+ */
+ @jakarta.annotation.Nullable
+ public Integer top;
+ /**
+ * Extracts the query parameters into a map for the URI template parsing.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map toQueryParameters() {
+ final Map allQueryParams = new HashMap();
+ allQueryParams.put("%24count", count);
+ allQueryParams.put("%24filter", filter);
+ allQueryParams.put("%24search", search);
+ allQueryParams.put("%24skip", skip);
+ allQueryParams.put("%24top", top);
+ return allQueryParams;
+ }
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ /**
+ * Request query parameters
+ */
+ @jakarta.annotation.Nullable
+ public GetQueryParameters queryParameters = new GetQueryParameters();
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetopworkflowsprocessedsummarywithstartdatetimewithenddatetime/TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetopworkflowsprocessedsummarywithstartdatetimewithenddatetime/TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse.java
new file mode 100644
index 00000000000..2070851a180
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernancetopworkflowsprocessedsummarywithstartdatetimewithenddatetime/TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse.java
@@ -0,0 +1,63 @@
+package com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.microsoftgraphidentitygovernancetopworkflowsprocessedsummarywithstartdatetimewithenddatetime;
+
+import com.microsoft.graph.beta.models.BaseCollectionPaginationCountResponse;
+import com.microsoft.graph.beta.models.identitygovernance.TopWorkflowsInsightsSummary;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParseNode;
+import com.microsoft.kiota.serialization.SerializationWriter;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse extends BaseCollectionPaginationCountResponse implements Parsable {
+ /**
+ * Instantiates a new {@link TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse} and sets the default values.
+ */
+ public TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse() {
+ super();
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse}
+ */
+ @jakarta.annotation.Nonnull
+ public static TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new TopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeGetResponse();
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
+ deserializerMap.put("value", (n) -> { this.setValue(n.getCollectionOfObjectValues(TopWorkflowsInsightsSummary::createFromDiscriminatorValue)); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the value property value. The value property
+ * @return a {@link java.util.List}
+ */
+ @jakarta.annotation.Nullable
+ public java.util.List getValue() {
+ return this.backingStore.get("value");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ super.serialize(writer);
+ writer.writeCollectionOfObjectValues("value", this.getValue());
+ }
+ /**
+ * Sets the value property value. The value property
+ * @param value Value to set for the value property.
+ */
+ public void setValue(@jakarta.annotation.Nullable final java.util.List value) {
+ this.backingStore.set("value", value);
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernanceworkflowsprocessedbycategorywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernanceworkflowsprocessedbycategorywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.java
new file mode 100644
index 00000000000..4ee1c1e5aaa
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernanceworkflowsprocessedbycategorywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.java
@@ -0,0 +1,103 @@
+package com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.microsoftgraphidentitygovernanceworkflowsprocessedbycategorywithstartdatetimewithenddatetime;
+
+import com.microsoft.graph.beta.models.identitygovernance.WorkflowsInsightsByCategory;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.time.OffsetDateTime;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to call the workflowsProcessedByCategory method.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder} and sets the default values.
+ * @param endDateTime Usage: endDateTime={endDateTime}
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ * @param startDateTime Usage: startDateTime={startDateTime}
+ */
+ public MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter, @jakarta.annotation.Nullable final OffsetDateTime endDateTime, @jakarta.annotation.Nullable final OffsetDateTime startDateTime) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})", pathParameters);
+ this.pathParameters.put("endDateTime", endDateTime);
+ this.pathParameters.put("startDateTime", startDateTime);
+ }
+ /**
+ * Instantiates a new {@link MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})", rawUrl);
+ }
+ /**
+ * Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.
+ * @return a {@link WorkflowsInsightsByCategory}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public WorkflowsInsightsByCategory get() {
+ return get(null);
+ }
+ /**
+ * Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link WorkflowsInsightsByCategory}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public WorkflowsInsightsByCategory get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, WorkflowsInsightsByCategory::createFromDiscriminatorValue);
+ }
+ /**
+ * Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernanceworkflowsprocessedsummarywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernanceworkflowsprocessedsummarywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.java
new file mode 100644
index 00000000000..fe913b5e374
--- /dev/null
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/lifecycleworkflows/insights/microsoftgraphidentitygovernanceworkflowsprocessedsummarywithstartdatetimewithenddatetime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.java
@@ -0,0 +1,103 @@
+package com.microsoft.graph.beta.identitygovernance.lifecycleworkflows.insights.microsoftgraphidentitygovernanceworkflowsprocessedsummarywithstartdatetimewithenddatetime;
+
+import com.microsoft.graph.beta.models.identitygovernance.WorkflowsInsightsSummary;
+import com.microsoft.graph.beta.models.odataerrors.ODataError;
+import com.microsoft.kiota.BaseRequestBuilder;
+import com.microsoft.kiota.BaseRequestConfiguration;
+import com.microsoft.kiota.HttpMethod;
+import com.microsoft.kiota.RequestAdapter;
+import com.microsoft.kiota.RequestInformation;
+import com.microsoft.kiota.RequestOption;
+import com.microsoft.kiota.serialization.Parsable;
+import com.microsoft.kiota.serialization.ParsableFactory;
+import java.time.OffsetDateTime;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Objects;
+/**
+ * Provides operations to call the workflowsProcessedSummary method.
+ */
+@jakarta.annotation.Generated("com.microsoft.kiota")
+public class MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder extends BaseRequestBuilder {
+ /**
+ * Instantiates a new {@link MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder} and sets the default values.
+ * @param endDateTime Usage: endDateTime={endDateTime}
+ * @param pathParameters Path parameters for the request
+ * @param requestAdapter The request adapter to use to execute the requests.
+ * @param startDateTime Usage: startDateTime={startDateTime}
+ */
+ public MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(@jakarta.annotation.Nonnull final HashMap pathParameters, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter, @jakarta.annotation.Nullable final OffsetDateTime endDateTime, @jakarta.annotation.Nullable final OffsetDateTime startDateTime) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", pathParameters);
+ this.pathParameters.put("endDateTime", endDateTime);
+ this.pathParameters.put("startDateTime", startDateTime);
+ }
+ /**
+ * Instantiates a new {@link MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder} and sets the default values.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @param requestAdapter The request adapter to use to execute the requests.
+ */
+ public MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @jakarta.annotation.Nonnull final RequestAdapter requestAdapter) {
+ super(requestAdapter, "{+baseurl}/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", rawUrl);
+ }
+ /**
+ * Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.
+ * @return a {@link WorkflowsInsightsSummary}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public WorkflowsInsightsSummary get() {
+ return get(null);
+ }
+ /**
+ * Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link WorkflowsInsightsSummary}
+ * @throws ODataError When receiving a 4XX or 5XX status code
+ * @see Find more info here
+ */
+ @jakarta.annotation.Nullable
+ public WorkflowsInsightsSummary get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = toGetRequestInformation(requestConfiguration);
+ final HashMap> errorMapping = new HashMap>();
+ errorMapping.put("XXX", ODataError::createFromDiscriminatorValue);
+ return this.requestAdapter.send(requestInfo, errorMapping, WorkflowsInsightsSummary::createFromDiscriminatorValue);
+ }
+ /**
+ * Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation() {
+ return toGetRequestInformation(null);
+ }
+ /**
+ * Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
+ * @return a {@link RequestInformation}
+ */
+ @jakarta.annotation.Nonnull
+ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
+ final RequestInformation requestInfo = new RequestInformation(HttpMethod.GET, urlTemplate, pathParameters);
+ requestInfo.configure(requestConfiguration, GetRequestConfiguration::new);
+ requestInfo.headers.tryAdd("Accept", "application/json");
+ return requestInfo;
+ }
+ /**
+ * Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
+ * @param rawUrl The raw URL to use for the request builder.
+ * @return a {@link MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder}
+ */
+ @jakarta.annotation.Nonnull
+ public MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder withUrl(@jakarta.annotation.Nonnull final String rawUrl) {
+ Objects.requireNonNull(rawUrl);
+ return new MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(rawUrl, requestAdapter);
+ }
+ /**
+ * Configuration for the request such as headers, query parameters, and middleware options.
+ */
+ @jakarta.annotation.Generated("com.microsoft.kiota")
+ public class GetRequestConfiguration extends BaseRequestConfiguration {
+ }
+}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/termsofuse/agreements/item/AgreementItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/termsofuse/agreements/item/AgreementItemRequestBuilder.java
index 306bf0cb964..0b9698d6fab 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/termsofuse/agreements/item/AgreementItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identitygovernance/termsofuse/agreements/item/AgreementItemRequestBuilder.java
@@ -84,21 +84,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the properties and relationships of an agreement object.
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
* @return a {@link Agreement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Agreement get() {
return get(null);
}
/**
- * Retrieve the properties and relationships of an agreement object.
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link Agreement}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public Agreement get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -155,7 +155,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the properties and relationships of an agreement object.
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -163,7 +163,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties and relationships of an agreement object.
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -215,7 +215,7 @@ public AgreementItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the properties and relationships of an agreement object.
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskdetections/item/RiskDetectionItemRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskdetections/item/RiskDetectionItemRequestBuilder.java
index 8b665bac99f..68dc31ca98a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskdetections/item/RiskDetectionItemRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskdetections/item/RiskDetectionItemRequestBuilder.java
@@ -55,21 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @return a {@link RiskDetection}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RiskDetection get() {
return get(null);
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RiskDetection}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RiskDetection get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -124,7 +124,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -132,7 +132,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -184,7 +184,7 @@ public RiskDetectionItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
- * Retrieve the properties of a riskDetection object.
+ * Retrieve the properties of a collection of riskDetection objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskyusers/RiskyUsersRequestBuilder.java b/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskyusers/RiskyUsersRequestBuilder.java
index 8a96b5ab8af..a96118fdbed 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskyusers/RiskyUsersRequestBuilder.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/identityprotection/riskyusers/RiskyUsersRequestBuilder.java
@@ -78,21 +78,21 @@ public RiskyUsersRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl,
super(requestAdapter, "{+baseurl}/identityProtection/riskyUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
- * Retrieve the properties and relationships of a collection of riskyUser objects.
+ * Retrieve the properties and relationships of a riskyUser object.
* @return a {@link RiskyUserCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RiskyUserCollectionResponse get() {
return get(null);
}
/**
- * Retrieve the properties and relationships of a collection of riskyUser objects.
+ * Retrieve the properties and relationships of a riskyUser object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RiskyUserCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
- * @see Find more info here
+ * @see Find more info here
*/
@jakarta.annotation.Nullable
public RiskyUserCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer requestConfiguration) {
@@ -127,7 +127,7 @@ public RiskyUser post(@jakarta.annotation.Nonnull final RiskyUser body, @jakarta
return this.requestAdapter.send(requestInfo, errorMapping, RiskyUser::createFromDiscriminatorValue);
}
/**
- * Retrieve the properties and relationships of a collection of riskyUser objects.
+ * Retrieve the properties and relationships of a riskyUser object.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
@@ -135,7 +135,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
- * Retrieve the properties and relationships of a collection of riskyUser objects.
+ * Retrieve the properties and relationships of a riskyUser object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
@@ -181,7 +181,7 @@ public RiskyUsersRequestBuilder withUrl(@jakarta.annotation.Nonnull final String
return new RiskyUsersRequestBuilder(rawUrl, requestAdapter);
}
/**
- * Retrieve the properties and relationships of a collection of riskyUser objects.
+ * Retrieve the properties and relationships of a riskyUser object.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageAssignmentRequest.java b/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageAssignmentRequest.java
index ecfc7b74f5e..991147d2661 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageAssignmentRequest.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageAssignmentRequest.java
@@ -34,7 +34,7 @@ public AccessPackage getAccessPackage() {
return this.backingStore.get("accessPackage");
}
/**
- * Gets the accessPackageAssignment property value. For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * Gets the accessPackageAssignment property value. For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @return a {@link AccessPackageAssignment}
*/
@jakarta.annotation.Nullable
@@ -82,7 +82,7 @@ public java.util.List getCustomExtensionHandlerI
return this.backingStore.get("customExtensionHandlerInstances");
}
/**
- * Gets the expirationDateTime property value. The expirationDateTime property
+ * Gets the expirationDateTime property value. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
* @return a {@link OffsetDateTime}
*/
@jakarta.annotation.Nullable
@@ -115,7 +115,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the isValidationOnly property value. True if the request is not to be processed for assignment.
+ * Gets the isValidationOnly property value. True if the request isn't to be processed for assignment.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
@@ -139,7 +139,7 @@ public AccessPackageSubject getRequestor() {
return this.backingStore.get("requestor");
}
/**
- * Gets the requestState property value. One of PendingApproval, Canceled, Denied, Delivering, Delivered, PartiallyDelivered, DeliveryFailed, Submitted or Scheduled. Read-only.
+ * Gets the requestState property value. One of PendingApproval, Canceled, Denied, Delivering, Delivered, PartiallyDelivered, DeliveryFailed, Submitted, or Scheduled. Read-only.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -155,7 +155,7 @@ public String getRequestStatus() {
return this.backingStore.get("requestStatus");
}
/**
- * Gets the requestType property value. One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove or SystemRemove. A request from the user themselves would have requestType of UserAdd, UserUpdate or UserRemove. Read-only.
+ * Gets the requestType property value. One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -171,7 +171,7 @@ public RequestSchedule getSchedule() {
return this.backingStore.get("schedule");
}
/**
- * Gets the verifiedCredentialsData property value. The details of the verifiable credential that was presented by the requestor, such as the issuer and claims. Read-only.
+ * Gets the verifiedCredentialsData property value. The details of the verifiable credential that the requestor presented, such as the issuer and claims. Read-only.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -210,7 +210,7 @@ public void setAccessPackage(@jakarta.annotation.Nullable final AccessPackage va
this.backingStore.set("accessPackage", value);
}
/**
- * Sets the accessPackageAssignment property value. For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.
+ * Sets the accessPackageAssignment property value. For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.
* @param value Value to set for the accessPackageAssignment property.
*/
public void setAccessPackageAssignment(@jakarta.annotation.Nullable final AccessPackageAssignment value) {
@@ -252,14 +252,14 @@ public void setCustomExtensionHandlerInstances(@jakarta.annotation.Nullable fina
this.backingStore.set("customExtensionHandlerInstances", value);
}
/**
- * Sets the expirationDateTime property value. The expirationDateTime property
+ * Sets the expirationDateTime property value. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
* @param value Value to set for the expirationDateTime property.
*/
public void setExpirationDateTime(@jakarta.annotation.Nullable final OffsetDateTime value) {
this.backingStore.set("expirationDateTime", value);
}
/**
- * Sets the isValidationOnly property value. True if the request is not to be processed for assignment.
+ * Sets the isValidationOnly property value. True if the request isn't to be processed for assignment.
* @param value Value to set for the isValidationOnly property.
*/
public void setIsValidationOnly(@jakarta.annotation.Nullable final Boolean value) {
@@ -280,7 +280,7 @@ public void setRequestor(@jakarta.annotation.Nullable final AccessPackageSubject
this.backingStore.set("requestor", value);
}
/**
- * Sets the requestState property value. One of PendingApproval, Canceled, Denied, Delivering, Delivered, PartiallyDelivered, DeliveryFailed, Submitted or Scheduled. Read-only.
+ * Sets the requestState property value. One of PendingApproval, Canceled, Denied, Delivering, Delivered, PartiallyDelivered, DeliveryFailed, Submitted, or Scheduled. Read-only.
* @param value Value to set for the requestState property.
*/
public void setRequestState(@jakarta.annotation.Nullable final String value) {
@@ -294,7 +294,7 @@ public void setRequestStatus(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("requestStatus", value);
}
/**
- * Sets the requestType property value. One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove or SystemRemove. A request from the user themselves would have requestType of UserAdd, UserUpdate or UserRemove. Read-only.
+ * Sets the requestType property value. One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only.
* @param value Value to set for the requestType property.
*/
public void setRequestType(@jakarta.annotation.Nullable final String value) {
@@ -308,7 +308,7 @@ public void setSchedule(@jakarta.annotation.Nullable final RequestSchedule value
this.backingStore.set("schedule", value);
}
/**
- * Sets the verifiedCredentialsData property value. The details of the verifiable credential that was presented by the requestor, such as the issuer and claims. Read-only.
+ * Sets the verifiedCredentialsData property value. The details of the verifiable credential that the requestor presented, such as the issuer and claims. Read-only.
* @param value Value to set for the verifiedCredentialsData property.
*/
public void setVerifiedCredentialsData(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageSubject.java b/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageSubject.java
index a3f7eac528b..710ac2bd2bf 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageSubject.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AccessPackageSubject.java
@@ -102,7 +102,7 @@ public String getObjectId() {
return this.backingStore.get("objectId");
}
/**
- * Gets the onPremisesSecurityIdentifier property value. The onPremisesSecurityIdentifier property
+ * Gets the onPremisesSecurityIdentifier property value. A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -202,7 +202,7 @@ public void setObjectId(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("objectId", value);
}
/**
- * Sets the onPremisesSecurityIdentifier property value. The onPremisesSecurityIdentifier property
+ * Sets the onPremisesSecurityIdentifier property value. A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier.
* @param value Value to set for the onPremisesSecurityIdentifier property.
*/
public void setOnPremisesSecurityIdentifier(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewInstanceDecisionItemServicePrincipalTarget.java b/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewInstanceDecisionItemServicePrincipalTarget.java
index 94663eaeea2..be754ab31e5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewInstanceDecisionItemServicePrincipalTarget.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewInstanceDecisionItemServicePrincipalTarget.java
@@ -54,7 +54,7 @@ public String getServicePrincipalDisplayName() {
return this.backingStore.get("servicePrincipalDisplayName");
}
/**
- * Gets the servicePrincipalId property value. The servicePrincipalId property
+ * Gets the servicePrincipalId property value. The identifier of the service principal whose access is being reviewed.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -87,7 +87,7 @@ public void setServicePrincipalDisplayName(@jakarta.annotation.Nullable final St
this.backingStore.set("servicePrincipalDisplayName", value);
}
/**
- * Sets the servicePrincipalId property value. The servicePrincipalId property
+ * Sets the servicePrincipalId property value. The identifier of the service principal whose access is being reviewed.
* @param value Value to set for the servicePrincipalId property.
*/
public void setServicePrincipalId(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewScheduleDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewScheduleDefinition.java
index 54c58255a1e..0b5d4b1f267 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewScheduleDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AccessReviewScheduleDefinition.java
@@ -34,7 +34,7 @@ public java.util.List getAdditionalNotifi
return this.backingStore.get("additionalNotificationRecipients");
}
/**
- * Gets the backupReviewers property value. The backupReviewers property
+ * Gets the backupReviewers property value. This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. Supports $select. Note: This property has been replaced by fallbackReviewers. However, specifying either backupReviewers or fallbackReviewers automatically populates the same values to the other property.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -210,7 +210,7 @@ public void setAdditionalNotificationRecipients(@jakarta.annotation.Nullable fin
this.backingStore.set("additionalNotificationRecipients", value);
}
/**
- * Sets the backupReviewers property value. The backupReviewers property
+ * Sets the backupReviewers property value. This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. Supports $select. Note: This property has been replaced by fallbackReviewers. However, specifying either backupReviewers or fallbackReviewers automatically populates the same values to the other property.
* @param value Value to set for the backupReviewers property.
*/
public void setBackupReviewers(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AddIn.java b/src/main/java/com/microsoft/graph/beta/generated/models/AddIn.java
index b109fc1e82c..eee0170fbb4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AddIn.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AddIn.java
@@ -70,7 +70,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the id property value. The id property
+ * Gets the id property value. The unique identifier for the addIn object.
* @return a {@link UUID}
*/
@jakarta.annotation.Nullable
@@ -86,7 +86,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the properties property value. The properties property
+ * Gets the properties property value. The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -94,7 +94,7 @@ public java.util.List getProperties() {
return this.backingStore.get("properties");
}
/**
- * Gets the type property value. The type property
+ * Gets the type property value. The unique name for the functionality exposed by the app.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -129,7 +129,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the id property value. The id property
+ * Sets the id property value. The unique identifier for the addIn object.
* @param value Value to set for the id property.
*/
public void setId(@jakarta.annotation.Nullable final UUID value) {
@@ -143,14 +143,14 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the properties property value. The properties property
+ * Sets the properties property value. The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required.
* @param value Value to set for the properties property.
*/
public void setProperties(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("properties", value);
}
/**
- * Sets the type property value. The type property
+ * Sets the type property value. The unique name for the functionality exposed by the app.
* @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/beta/generated/models/AttributeDefinition.java b/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinition.java
index bef150328df..05b240475bd 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinition.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AttributeDefinition.java
@@ -80,7 +80,7 @@ public Boolean getCaseExact() {
return this.backingStore.get("caseExact");
}
/**
- * Gets the defaultValue property value. The defaultValue property
+ * Gets the defaultValue property value. The default value of the attribute.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -239,7 +239,7 @@ public void setCaseExact(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("caseExact", value);
}
/**
- * Sets the defaultValue property value. The defaultValue property
+ * Sets the defaultValue property value. The default value of the attribute.
* @param value Value to set for the defaultValue property.
*/
public void setDefaultValue(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AudioConferencing.java b/src/main/java/com/microsoft/graph/beta/generated/models/AudioConferencing.java
index 8108bd81f0b..3c8e4ccdcb5 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AudioConferencing.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AudioConferencing.java
@@ -96,7 +96,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the tollFreeNumber property value. The tollFreeNumber property
+ * Gets the tollFreeNumber property value. The toll-free number that connects to the Audio Conference Provider.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -112,7 +112,7 @@ public java.util.List getTollFreeNumbers() {
return this.backingStore.get("tollFreeNumbers");
}
/**
- * Gets the tollNumber property value. The tollNumber property
+ * Gets the tollNumber property value. The toll number that connects to the Audio Conference Provider.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -179,7 +179,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the tollFreeNumber property value. The tollFreeNumber property
+ * Sets the tollFreeNumber property value. The toll-free number that connects to the Audio Conference Provider.
* @param value Value to set for the tollFreeNumber property.
*/
public void setTollFreeNumber(@jakarta.annotation.Nullable final String value) {
@@ -193,7 +193,7 @@ public void setTollFreeNumbers(@jakarta.annotation.Nullable final java.util.List
this.backingStore.set("tollFreeNumbers", value);
}
/**
- * Sets the tollNumber property value. The tollNumber property
+ * Sets the tollNumber property value. The toll number that connects to the Audio Conference Provider.
* @param value Value to set for the tollNumber property.
*/
public void setTollNumber(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodTarget.java b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodTarget.java
index 62680a332ae..6055c50756c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodTarget.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AuthenticationMethodTarget.java
@@ -27,6 +27,7 @@ public static AuthenticationMethodTarget createFromDiscriminatorValue(@jakarta.a
final String mappingValue = mappingValueNode.getStringValue();
switch (mappingValue) {
case "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget": return new MicrosoftAuthenticatorAuthenticationMethodTarget();
+ case "#microsoft.graph.passkeyAuthenticationMethodTarget": return new PasskeyAuthenticationMethodTarget();
case "#microsoft.graph.smsAuthenticationMethodTarget": return new SmsAuthenticationMethodTarget();
case "#microsoft.graph.voiceAuthenticationMethodTarget": return new VoiceAuthenticationMethodTarget();
}
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/AverageComparativeScore.java b/src/main/java/com/microsoft/graph/beta/generated/models/AverageComparativeScore.java
index d71b05e8d49..0efe93e478e 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/AverageComparativeScore.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/AverageComparativeScore.java
@@ -48,7 +48,7 @@ public Map getAdditionalData() {
return value;
}
/**
- * Gets the averageScore property value. The averageScore property
+ * Gets the averageScore property value. Average score within a specified basis.
* @return a {@link Double}
*/
@jakarta.annotation.Nullable
@@ -64,7 +64,7 @@ public BackingStore getBackingStore() {
return this.backingStore;
}
/**
- * Gets the basis property value. The basis property
+ * Gets the basis property value. Scope type (by AllTenants, TotalSeats, IndustryTypes).
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -110,7 +110,7 @@ public void setAdditionalData(@jakarta.annotation.Nullable final Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the identityProviders property value. The identityProviders property
+ * Gets the identityProviders property value. The identity providers included in the user flow.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -89,7 +89,7 @@ public java.util.List getUserAttributeAssig
return this.backingStore.get("userAttributeAssignments");
}
/**
- * Gets the userFlowIdentityProviders property value. The userFlowIdentityProviders property
+ * Gets the userFlowIdentityProviders property value. The identity providers included in the user flow.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -126,7 +126,7 @@ public void setDefaultLanguageTag(@jakarta.annotation.Nullable final String valu
this.backingStore.set("defaultLanguageTag", value);
}
/**
- * Sets the identityProviders property value. The identityProviders property
+ * Sets the identityProviders property value. The identity providers included in the user flow.
* @param value Value to set for the identityProviders property.
*/
public void setIdentityProviders(@jakarta.annotation.Nullable final java.util.List value) {
@@ -154,7 +154,7 @@ public void setUserAttributeAssignments(@jakarta.annotation.Nullable final java.
this.backingStore.set("userAttributeAssignments", value);
}
/**
- * Sets the userFlowIdentityProviders property value. The userFlowIdentityProviders property
+ * Sets the userFlowIdentityProviders property value. The identity providers included in the user flow.
* @param value Value to set for the userFlowIdentityProviders property.
*/
public void setUserFlowIdentityProviders(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/B2xIdentityUserFlow.java b/src/main/java/com/microsoft/graph/beta/generated/models/B2xIdentityUserFlow.java
index eb908164d4e..3fc619db42a 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/B2xIdentityUserFlow.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/B2xIdentityUserFlow.java
@@ -47,7 +47,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the identityProviders property value. The identityProviders property
+ * Gets the identityProviders property value. The identity providers included in the user flow.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -99,7 +99,7 @@ public void setApiConnectorConfiguration(@jakarta.annotation.Nullable final User
this.backingStore.set("apiConnectorConfiguration", value);
}
/**
- * Sets the identityProviders property value. The identityProviders property
+ * Sets the identityProviders property value. The identity providers included in the user flow.
* @param value Value to set for the identityProviders property.
*/
public void setIdentityProviders(@jakarta.annotation.Nullable final java.util.List value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/BaseItem.java b/src/main/java/com/microsoft/graph/beta/generated/models/BaseItem.java
index 0c36a3aa370..f1331ce0a04 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/BaseItem.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/BaseItem.java
@@ -68,7 +68,7 @@ public OffsetDateTime getCreatedDateTime() {
return this.backingStore.get("createdDateTime");
}
/**
- * Gets the description property value. The description property
+ * Gets the description property value. The description of the item.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -192,7 +192,7 @@ public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime
this.backingStore.set("createdDateTime", value);
}
/**
- * Sets the description property value. The description property
+ * Sets the description property value. The description of the item.
* @param value Value to set for the description property.
*/
public void setDescription(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Call.java b/src/main/java/com/microsoft/graph/beta/generated/models/Call.java
index 2bbef2a5455..ec78e1cf5e0 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Call.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Call.java
@@ -208,7 +208,7 @@ public java.util.List getParticipants() {
return this.backingStore.get("participants");
}
/**
- * Gets the requestedModalities property value. The requestedModalities property
+ * Gets the requestedModalities property value. The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -216,7 +216,7 @@ public java.util.List getRequestedModalities() {
return this.backingStore.get("requestedModalities");
}
/**
- * Gets the resultInfo property value. The resultInfo property
+ * Gets the resultInfo property value. The result information. For example, the result can hold termination reason. Read-only.
* @return a {@link ResultInfo}
*/
@jakarta.annotation.Nullable
@@ -224,7 +224,7 @@ public ResultInfo getResultInfo() {
return this.backingStore.get("resultInfo");
}
/**
- * Gets the ringingTimeoutInSeconds property value. The ringingTimeoutInSeconds property
+ * Gets the ringingTimeoutInSeconds property value. Ringing timeout in seconds for outgoing peer to peer calls. The max value for this attribute is 115 seconds.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
@@ -232,7 +232,7 @@ public Integer getRingingTimeoutInSeconds() {
return this.backingStore.get("ringingTimeoutInSeconds");
}
/**
- * Gets the routingPolicies property value. The routingPolicies property
+ * Gets the routingPolicies property value. This property is applicable for peer to peer calls only. Possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -240,7 +240,7 @@ public java.util.List getRoutingPolicies() {
return this.backingStore.get("routingPolicies");
}
/**
- * Gets the source property value. The source property
+ * Gets the source property value. The originator of the call.
* @return a {@link ParticipantInfo}
*/
@jakarta.annotation.Nullable
@@ -248,7 +248,7 @@ public ParticipantInfo getSource() {
return this.backingStore.get("source");
}
/**
- * Gets the state property value. The state property
+ * Gets the state property value. The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
* @return a {@link CallState}
*/
@jakarta.annotation.Nullable
@@ -256,7 +256,7 @@ public CallState getState() {
return this.backingStore.get("state");
}
/**
- * Gets the subject property value. The subject property
+ * Gets the subject property value. The subject of the conversation.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -264,7 +264,7 @@ public String getSubject() {
return this.backingStore.get("subject");
}
/**
- * Gets the targets property value. The targets property
+ * Gets the targets property value. The targets of the call. Required information for creating peer to peer call.
* @return a {@link java.util.List}
*/
@jakarta.annotation.Nullable
@@ -272,7 +272,7 @@ public java.util.List getTargets() {
return this.backingStore.get("targets");
}
/**
- * Gets the tenantId property value. The tenantId property
+ * Gets the tenantId property value. Read-only. tenantId in Microsoft Entra ID.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -468,63 +468,63 @@ public void setParticipants(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("requestedModalities", value);
}
/**
- * Sets the resultInfo property value. The resultInfo property
+ * Sets the resultInfo property value. The result information. For example, the result can hold termination reason. Read-only.
* @param value Value to set for the resultInfo property.
*/
public void setResultInfo(@jakarta.annotation.Nullable final ResultInfo value) {
this.backingStore.set("resultInfo", value);
}
/**
- * Sets the ringingTimeoutInSeconds property value. The ringingTimeoutInSeconds property
+ * Sets the ringingTimeoutInSeconds property value. Ringing timeout in seconds for outgoing peer to peer calls. The max value for this attribute is 115 seconds.
* @param value Value to set for the ringingTimeoutInSeconds property.
*/
public void setRingingTimeoutInSeconds(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("ringingTimeoutInSeconds", value);
}
/**
- * Sets the routingPolicies property value. The routingPolicies property
+ * Sets the routingPolicies property value. This property is applicable for peer to peer calls only. Possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue.
* @param value Value to set for the routingPolicies property.
*/
public void setRoutingPolicies(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("routingPolicies", value);
}
/**
- * Sets the source property value. The source property
+ * Sets the source property value. The originator of the call.
* @param value Value to set for the source property.
*/
public void setSource(@jakarta.annotation.Nullable final ParticipantInfo value) {
this.backingStore.set("source", value);
}
/**
- * Sets the state property value. The state property
+ * Sets the state property value. The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
* @param value Value to set for the state property.
*/
public void setState(@jakarta.annotation.Nullable final CallState value) {
this.backingStore.set("state", value);
}
/**
- * Sets the subject property value. The subject property
+ * Sets the subject property value. The subject of the conversation.
* @param value Value to set for the subject property.
*/
public void setSubject(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("subject", value);
}
/**
- * Sets the targets property value. The targets property
+ * Sets the targets property value. The targets of the call. Required information for creating peer to peer call.
* @param value Value to set for the targets property.
*/
public void setTargets(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("targets", value);
}
/**
- * Sets the tenantId property value. The tenantId property
+ * Sets the tenantId property value. Read-only. tenantId in Microsoft Entra ID.
* @param value Value to set for the tenantId property.
*/
public void setTenantId(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CertificationControl.java b/src/main/java/com/microsoft/graph/beta/generated/models/CertificationControl.java
index de494156a3f..78ac002ab2d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CertificationControl.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CertificationControl.java
@@ -68,7 +68,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the name property value. The name property
+ * Gets the name property value. Certification control name.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -84,7 +84,7 @@ public String getOdataType() {
return this.backingStore.get("odataType");
}
/**
- * Gets the url property value. The url property
+ * Gets the url property value. URL for the Microsoft Service Trust Portal.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -118,7 +118,7 @@ public void setBackingStore(@jakarta.annotation.Nonnull final BackingStore value
this.backingStore = value;
}
/**
- * Sets the name property value. The name property
+ * Sets the name property value. Certification control name.
* @param value Value to set for the name property.
*/
public void setName(@jakarta.annotation.Nullable final String value) {
@@ -132,7 +132,7 @@ public void setOdataType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("odataType", value);
}
/**
- * Sets the url property value. The url property
+ * Sets the url property value. URL for the Microsoft Service Trust Portal.
* @param value Value to set for the url property.
*/
public void setUrl(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/Chat.java b/src/main/java/com/microsoft/graph/beta/generated/models/Chat.java
index 7313e7a332c..feb25a84d1d 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/Chat.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/Chat.java
@@ -51,6 +51,7 @@ public Map> getFieldDeserializers
deserializerMap.put("chatType", (n) -> { this.setChatType(n.getEnumValue(ChatType::forValue)); });
deserializerMap.put("createdDateTime", (n) -> { this.setCreatedDateTime(n.getOffsetDateTimeValue()); });
deserializerMap.put("installedApps", (n) -> { this.setInstalledApps(n.getCollectionOfObjectValues(TeamsAppInstallation::createFromDiscriminatorValue)); });
+ deserializerMap.put("isHiddenForAllMembers", (n) -> { this.setIsHiddenForAllMembers(n.getBooleanValue()); });
deserializerMap.put("lastMessagePreview", (n) -> { this.setLastMessagePreview(n.getObjectValue(ChatMessageInfo::createFromDiscriminatorValue)); });
deserializerMap.put("lastUpdatedDateTime", (n) -> { this.setLastUpdatedDateTime(n.getOffsetDateTimeValue()); });
deserializerMap.put("members", (n) -> { this.setMembers(n.getCollectionOfObjectValues(ConversationMember::createFromDiscriminatorValue)); });
@@ -74,6 +75,14 @@ public Map> getFieldDeserializers
public java.util.List getInstalledApps() {
return this.backingStore.get("installedApps");
}
+ /**
+ * Gets the isHiddenForAllMembers property value. Indicates whether the chat is hidden for all its members. Read-only.
+ * @return a {@link Boolean}
+ */
+ @jakarta.annotation.Nullable
+ public Boolean getIsHiddenForAllMembers() {
+ return this.backingStore.get("isHiddenForAllMembers");
+ }
/**
* Gets the lastMessagePreview property value. Preview of the last message sent in the chat. Null if no messages have been sent in the chat. Currently, only the list chats operation supports this property.
* @return a {@link ChatMessageInfo}
@@ -188,6 +197,7 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeEnumValue("chatType", this.getChatType());
writer.writeOffsetDateTimeValue("createdDateTime", this.getCreatedDateTime());
writer.writeCollectionOfObjectValues("installedApps", this.getInstalledApps());
+ writer.writeBooleanValue("isHiddenForAllMembers", this.getIsHiddenForAllMembers());
writer.writeObjectValue("lastMessagePreview", this.getLastMessagePreview());
writer.writeOffsetDateTimeValue("lastUpdatedDateTime", this.getLastUpdatedDateTime());
writer.writeCollectionOfObjectValues("members", this.getMembers());
@@ -223,6 +233,13 @@ public void setCreatedDateTime(@jakarta.annotation.Nullable final OffsetDateTime
public void setInstalledApps(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("installedApps", value);
}
+ /**
+ * Sets the isHiddenForAllMembers property value. Indicates whether the chat is hidden for all its members. Read-only.
+ * @param value Value to set for the isHiddenForAllMembers property.
+ */
+ public void setIsHiddenForAllMembers(@jakarta.annotation.Nullable final Boolean value) {
+ this.backingStore.set("isHiddenForAllMembers", value);
+ }
/**
* Sets the lastMessagePreview property value. Preview of the last message sent in the chat. Null if no messages have been sent in the chat. Currently, only the list chats operation supports this property.
* @param value Value to set for the lastMessagePreview property.
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcAuditResource.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcAuditResource.java
index 6eea907671f..2576e8c16a4 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcAuditResource.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcAuditResource.java
@@ -111,7 +111,7 @@ public String getResourceType() {
return this.backingStore.get("resourceType");
}
/**
- * Gets the type property value. The type property
+ * Gets the type property value. The type of the audit resource. The type property is deprecated and will stop returning data on May 8, 2024. Going forward, use the resourceType property.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -183,7 +183,7 @@ public void setResourceType(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("resourceType", value);
}
/**
- * Sets the type property value. The type property
+ * Sets the type property value. The type of the audit resource. The type property is deprecated and will stop returning data on May 8, 2024. Going forward, use the resourceType property.
* @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/beta/generated/models/CloudPcDeviceImage.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDeviceImage.java
index 35519568159..a79c1f21d5c 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDeviceImage.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDeviceImage.java
@@ -128,7 +128,7 @@ public CloudPcDeviceImageStatus getStatus() {
return this.backingStore.get("status");
}
/**
- * Gets the statusDetails property value. The statusDetails property
+ * Gets the statusDetails property value. The details of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only. The statusDetails property is deprecated and will stop returning data on January 31, 2024. Going forward, use the errorCode property.
* @return a {@link CloudPcDeviceImageStatusDetails}
*/
@jakarta.annotation.Nullable
@@ -234,7 +234,7 @@ public void setStatus(@jakarta.annotation.Nullable final CloudPcDeviceImageStatu
this.backingStore.set("status", value);
}
/**
- * Sets the statusDetails property value. The statusDetails property
+ * Sets the statusDetails property value. The details of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only. The statusDetails property is deprecated and will stop returning data on January 31, 2024. Going forward, use the errorCode property.
* @param value Value to set for the statusDetails property.
*/
public void setStatusDetails(@jakarta.annotation.Nullable final CloudPcDeviceImageStatusDetails value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDomainJoinConfiguration.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDomainJoinConfiguration.java
index 3ad6c1ea059..aa7f0e18b6b 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDomainJoinConfiguration.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcDomainJoinConfiguration.java
@@ -111,7 +111,7 @@ public String getRegionName() {
return this.backingStore.get("regionName");
}
/**
- * Gets the type property value. The type property
+ * Gets the type property value. Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave regionName as empty. If you choose the azureADJoin type, provide a value for either onPremisesConnectionId or regionName. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue. The type property is deprecated and will stop returning data on January 31, 2024. Going forward, use the domainJoinType property.
* @return a {@link CloudPcDomainJoinType}
*/
@jakarta.annotation.Nullable
@@ -183,7 +183,7 @@ public void setRegionName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("regionName", value);
}
/**
- * Sets the type property value. The type property
+ * Sets the type property value. Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave regionName as empty. If you choose the azureADJoin type, provide a value for either onPremisesConnectionId or regionName. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue. The type property is deprecated and will stop returning data on January 31, 2024. Going forward, use the domainJoinType property.
* @param value Value to set for the type property.
*/
public void setType(@jakarta.annotation.Nullable final CloudPcDomainJoinType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java
index 643079b6d62..42f827dd772 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcGalleryImage.java
@@ -74,7 +74,7 @@ public Map> getFieldDeserializers
return deserializerMap;
}
/**
- * Gets the offer property value. The offer property
+ * Gets the offer property value. The offer name of this gallery image that is passed to ARM to retrieve the image resource. Read-only. The offer property is deprecated and will stop returning data on January 31, 2024. Going forward, use the offerName property.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -82,7 +82,7 @@ public String getOffer() {
return this.backingStore.get("offer");
}
/**
- * Gets the offerDisplayName property value. The offerDisplayName property
+ * Gets the offerDisplayName property value. The official display offer name of this gallery image. For example, Windows 10 Enterprise + OS Optimizations. The offerDisplayName property is deprecated and will stop returning data on January 31, 2024.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -98,7 +98,7 @@ public String getOfferName() {
return this.backingStore.get("offerName");
}
/**
- * Gets the publisher property value. The publisher property
+ * Gets the publisher property value. The publisher name of this gallery image that is passed to ARM to retrieve the image resource. Read-only. The publisher property is deprecated and will stop returning data on January 31, 2024. Going forward, use the publisherName property.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -114,7 +114,7 @@ public String getPublisherName() {
return this.backingStore.get("publisherName");
}
/**
- * Gets the recommendedSku property value. The recommendedSku property
+ * Gets the recommendedSku property value. The recommended Cloud PC SKU for this gallery image. Read-only. The recommendedSku property is deprecated and will stop returning data on January 31, 2024.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -130,7 +130,7 @@ public Integer getSizeInGB() {
return this.backingStore.get("sizeInGB");
}
/**
- * Gets the sku property value. The sku property
+ * Gets the sku property value. The SKU name of this image that is passed to ARM to retrieve the image resource. Read-only. The sku property is deprecated and will stop returning data on January 31, 2024. Going forward, use the skuName property.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -138,7 +138,7 @@ public String getSku() {
return this.backingStore.get("sku");
}
/**
- * Gets the skuDisplayName property value. The skuDisplayName property
+ * Gets the skuDisplayName property value. The official display SKU name of this gallery image. For example, 2004. Read-only. The skuDisplayName property is deprecated and will stop returning data on January 31, 2024.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -214,14 +214,14 @@ public void setExpirationDate(@jakarta.annotation.Nullable final LocalDate value
this.backingStore.set("expirationDate", value);
}
/**
- * Sets the offer property value. The offer property
+ * Sets the offer property value. The offer name of this gallery image that is passed to ARM to retrieve the image resource. Read-only. The offer property is deprecated and will stop returning data on January 31, 2024. Going forward, use the offerName property.
* @param value Value to set for the offer property.
*/
public void setOffer(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("offer", value);
}
/**
- * Sets the offerDisplayName property value. The offerDisplayName property
+ * Sets the offerDisplayName property value. The official display offer name of this gallery image. For example, Windows 10 Enterprise + OS Optimizations. The offerDisplayName property is deprecated and will stop returning data on January 31, 2024.
* @param value Value to set for the offerDisplayName property.
*/
public void setOfferDisplayName(@jakarta.annotation.Nullable final String value) {
@@ -235,7 +235,7 @@ public void setOfferName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("offerName", value);
}
/**
- * Sets the publisher property value. The publisher property
+ * Sets the publisher property value. The publisher name of this gallery image that is passed to ARM to retrieve the image resource. Read-only. The publisher property is deprecated and will stop returning data on January 31, 2024. Going forward, use the publisherName property.
* @param value Value to set for the publisher property.
*/
public void setPublisher(@jakarta.annotation.Nullable final String value) {
@@ -249,7 +249,7 @@ public void setPublisherName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("publisherName", value);
}
/**
- * Sets the recommendedSku property value. The recommendedSku property
+ * Sets the recommendedSku property value. The recommended Cloud PC SKU for this gallery image. Read-only. The recommendedSku property is deprecated and will stop returning data on January 31, 2024.
* @param value Value to set for the recommendedSku property.
*/
public void setRecommendedSku(@jakarta.annotation.Nullable final String value) {
@@ -263,14 +263,14 @@ public void setSizeInGB(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("sizeInGB", value);
}
/**
- * Sets the sku property value. The sku property
+ * Sets the sku property value. The SKU name of this image that is passed to ARM to retrieve the image resource. Read-only. The sku property is deprecated and will stop returning data on January 31, 2024. Going forward, use the skuName property.
* @param value Value to set for the sku property.
*/
public void setSku(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("sku", value);
}
/**
- * Sets the skuDisplayName property value. The skuDisplayName property
+ * Sets the skuDisplayName property value. The official display SKU name of this gallery image. For example, 2004. Read-only. The skuDisplayName property is deprecated and will stop returning data on January 31, 2024.
* @param value Value to set for the skuDisplayName property.
*/
public void setSkuDisplayName(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcOnPremisesConnection.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcOnPremisesConnection.java
index 700a9dd7f7c..009db6868a9 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcOnPremisesConnection.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcOnPremisesConnection.java
@@ -191,7 +191,7 @@ public String getSubscriptionName() {
return this.backingStore.get("subscriptionName");
}
/**
- * Gets the type property value. The type property
+ * Gets the type property value. Specifies the method by which a provisioned Cloud PC is joined to Microsoft Entra. The azureADJoin option indicates the absence of an on-premises Active Directory (AD) in the current tenant that results in the Cloud PC device only joining to Microsoft Entra. The hybridAzureADJoin option indicates the presence of an on-premises AD in the current tenant and that the Cloud PC joins both the on-premises AD and Microsoft Entra. The selected option also determines the types of users who can be assigned and can sign into a Cloud PC. The azureADJoin option allows both cloud-only and hybrid users to be assigned and sign in, whereas hybridAzureADJoin is restricted to hybrid users only. The default value is hybridAzureADJoin. The possible values are: hybridAzureADJoin, azureADJoin, unknownFutureValue. The type property is deprecated and stopped returning data on January 31, 2024. Goind forward, use the connectionType property.
* @return a {@link CloudPcOnPremisesConnectionType}
*/
@jakarta.annotation.Nullable
@@ -362,7 +362,7 @@ public void setSubscriptionName(@jakarta.annotation.Nullable final String value)
this.backingStore.set("subscriptionName", value);
}
/**
- * Sets the type property value. The type property
+ * Sets the type property value. Specifies the method by which a provisioned Cloud PC is joined to Microsoft Entra. The azureADJoin option indicates the absence of an on-premises Active Directory (AD) in the current tenant that results in the Cloud PC device only joining to Microsoft Entra. The hybridAzureADJoin option indicates the presence of an on-premises AD in the current tenant and that the Cloud PC joins both the on-premises AD and Microsoft Entra. The selected option also determines the types of users who can be assigned and can sign into a Cloud PC. The azureADJoin option allows both cloud-only and hybrid users to be assigned and sign in, whereas hybridAzureADJoin is restricted to hybrid users only. The default value is hybridAzureADJoin. The possible values are: hybridAzureADJoin, azureADJoin, unknownFutureValue. The type property is deprecated and stopped returning data on January 31, 2024. Goind forward, use the connectionType property.
* @param value Value to set for the type property.
*/
public void setType(@jakarta.annotation.Nullable final CloudPcOnPremisesConnectionType value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcOnPremisesConnectionHealthCheck.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcOnPremisesConnectionHealthCheck.java
index 502d2bbecfe..9b21cb3e303 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcOnPremisesConnectionHealthCheck.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcOnPremisesConnectionHealthCheck.java
@@ -57,7 +57,7 @@ public String getAdditionalDetail() {
return this.backingStore.get("additionalDetail");
}
/**
- * Gets the additionalDetails property value. The additionalDetails property
+ * Gets the additionalDetails property value. More details about the health check or the recommended action. Read-only. The additionalDetails property is deprecated and stopped returning data on January 31, 2024. Goind forward, use the additionalDetail property.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
@@ -188,7 +188,7 @@ public void setAdditionalDetail(@jakarta.annotation.Nullable final String value)
this.backingStore.set("additionalDetail", value);
}
/**
- * Sets the additionalDetails property value. The additionalDetails property
+ * Sets the additionalDetails property value. More details about the health check or the recommended action. Read-only. The additionalDetails property is deprecated and stopped returning data on January 31, 2024. Goind forward, use the additionalDetail property.
* @param value Value to set for the additionalDetails property.
*/
public void setAdditionalDetails(@jakarta.annotation.Nullable final String value) {
diff --git a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java
index ae750aa2754..123a5aea451 100644
--- a/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java
+++ b/src/main/java/com/microsoft/graph/beta/generated/models/CloudPcProvisioningPolicy.java
@@ -41,6 +41,14 @@ public String getAlternateResourceUrl() {
public java.util.List getAssignments() {
return this.backingStore.get("assignments");
}
+ /**
+ * Gets the autopatch property value. The autopatch property
+ * @return a {@link CloudPcProvisioningPolicyAutopatch}
+ */
+ @jakarta.annotation.Nullable
+ public CloudPcProvisioningPolicyAutopatch getAutopatch() {
+ return this.backingStore.get("autopatch");
+ }
/**
* Gets the cloudPcGroupDisplayName property value. The display name of the Cloud PC group that the Cloud PCs reside in. Read-only.
* @return a {@link String}
@@ -73,14 +81,6 @@ public String getDescription() {
public String getDisplayName() {
return this.backingStore.get("displayName");
}
- /**
- * Gets the domainJoinConfiguration property value. The domainJoinConfiguration property
- * @return a {@link CloudPcDomainJoinConfiguration}
- */
- @jakarta.annotation.Nullable
- public CloudPcDomainJoinConfiguration getDomainJoinConfiguration() {
- return this.backingStore.get("domainJoinConfiguration");
- }
/**
* Gets the domainJoinConfigurations property value. Specifies a list ordered by priority on how Cloud PCs join Microsoft Entra ID (Azure AD). Supports $select.
* @return a {@link java.util.List}
@@ -106,11 +106,11 @@ public Map> getFieldDeserializers
final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
deserializerMap.put("alternateResourceUrl", (n) -> { this.setAlternateResourceUrl(n.getStringValue()); });
deserializerMap.put("assignments", (n) -> { this.setAssignments(n.getCollectionOfObjectValues(CloudPcProvisioningPolicyAssignment::createFromDiscriminatorValue)); });
+ deserializerMap.put("autopatch", (n) -> { this.setAutopatch(n.getObjectValue(CloudPcProvisioningPolicyAutopatch::createFromDiscriminatorValue)); });
deserializerMap.put("cloudPcGroupDisplayName", (n) -> { this.setCloudPcGroupDisplayName(n.getStringValue()); });
deserializerMap.put("cloudPcNamingTemplate", (n) -> { this.setCloudPcNamingTemplate(n.getStringValue()); });
deserializerMap.put("description", (n) -> { this.setDescription(n.getStringValue()); });
deserializerMap.put("displayName", (n) -> { this.setDisplayName(n.getStringValue()); });
- deserializerMap.put("domainJoinConfiguration", (n) -> { this.setDomainJoinConfiguration(n.getObjectValue(CloudPcDomainJoinConfiguration::createFromDiscriminatorValue)); });
deserializerMap.put("domainJoinConfigurations", (n) -> { this.setDomainJoinConfigurations(n.getCollectionOfObjectValues(CloudPcDomainJoinConfiguration::createFromDiscriminatorValue)); });
deserializerMap.put("enableSingleSignOn", (n) -> { this.setEnableSingleSignOn(n.getBooleanValue()); });
deserializerMap.put("gracePeriodInHours", (n) -> { this.setGracePeriodInHours(n.getIntegerValue()); });
@@ -120,7 +120,6 @@ public Map> getFieldDeserializers
deserializerMap.put("localAdminEnabled", (n) -> { this.setLocalAdminEnabled(n.getBooleanValue()); });
deserializerMap.put("managedBy", (n) -> { this.setManagedBy(n.getEnumSetValue(CloudPcManagementService::forValue)); });
deserializerMap.put("microsoftManagedDesktop", (n) -> { this.setMicrosoftManagedDesktop(n.getObjectValue(MicrosoftManagedDesktop::createFromDiscriminatorValue)); });
- deserializerMap.put("onPremisesConnectionId", (n) -> { this.setOnPremisesConnectionId(n.getStringValue()); });
deserializerMap.put("provisioningType", (n) -> { this.setProvisioningType(n.getEnumValue(CloudPcProvisioningType::forValue)); });
deserializerMap.put("scopeIds", (n) -> { this.setScopeIds(n.getCollectionOfPrimitiveValues(String.class)); });
deserializerMap.put("windowsSetting", (n) -> { this.setWindowsSetting(n.getObjectValue(CloudPcWindowsSetting::createFromDiscriminatorValue)); });
@@ -183,14 +182,6 @@ public EnumSet getManagedBy() {
public MicrosoftManagedDesktop getMicrosoftManagedDesktop() {
return this.backingStore.get("microsoftManagedDesktop");
}
- /**
- * Gets the onPremisesConnectionId property value. The onPremisesConnectionId property
- * @return a {@link String}
- */
- @jakarta.annotation.Nullable
- public String getOnPremisesConnectionId() {
- return this.backingStore.get("onPremisesConnectionId");
- }
/**
* Gets the provisioningType property value. Specifies the type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup. You must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup. The shared member is deprecated and will stop returning on April 30, 2027; going forward, use the sharedByUser member. For example, a dedicated service plan can be assigned to only one user and provision only one Cloud PC. The shared and sharedByUser plans require customers to purchase a shared service plan. Each shared license purchased can enable up to three Cloud PCs, with only one user signed in at a time. The sharedByEntraGroup plan also requires the purchase of a shared service plan. Each shared license under this plan can enable one Cloud PC, which is shared for the group according to the assignments of this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy is created.
* @return a {@link CloudPcProvisioningType}
@@ -216,7 +207,7 @@ public CloudPcWindowsSetting getWindowsSetting() {
return this.backingStore.get("windowsSetting");
}
/**
- * Gets the windowsSettings property value. The windowsSettings property
+ * Gets the windowsSettings property value. Specific Windows settings to configure during the creation of Cloud PCs for this provisioning policy. Supports $select. The windowsSettings property is deprecated and will stop returning data on January 31, 2024. Going forward, use the windowsSetting property.
* @return a {@link CloudPcWindowsSettings}
*/
@jakarta.annotation.Nullable
@@ -232,11 +223,11 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
super.serialize(writer);
writer.writeStringValue("alternateResourceUrl", this.getAlternateResourceUrl());
writer.writeCollectionOfObjectValues("assignments", this.getAssignments());
+ writer.writeObjectValue("autopatch", this.getAutopatch());
writer.writeStringValue("cloudPcGroupDisplayName", this.getCloudPcGroupDisplayName());
writer.writeStringValue("cloudPcNamingTemplate", this.getCloudPcNamingTemplate());
writer.writeStringValue("description", this.getDescription());
writer.writeStringValue("displayName", this.getDisplayName());
- writer.writeObjectValue("domainJoinConfiguration", this.getDomainJoinConfiguration());
writer.writeCollectionOfObjectValues("domainJoinConfigurations", this.getDomainJoinConfigurations());
writer.writeBooleanValue("enableSingleSignOn", this.getEnableSingleSignOn());
writer.writeIntegerValue("gracePeriodInHours", this.getGracePeriodInHours());
@@ -246,7 +237,6 @@ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writ
writer.writeBooleanValue("localAdminEnabled", this.getLocalAdminEnabled());
writer.writeEnumSetValue("managedBy", this.getManagedBy());
writer.writeObjectValue("microsoftManagedDesktop", this.getMicrosoftManagedDesktop());
- writer.writeStringValue("onPremisesConnectionId", this.getOnPremisesConnectionId());
writer.writeEnumValue("provisioningType", this.getProvisioningType());
writer.writeCollectionOfPrimitiveValues("scopeIds", this.getScopeIds());
writer.writeObjectValue("windowsSetting", this.getWindowsSetting());
@@ -266,6 +256,13 @@ public void setAlternateResourceUrl(@jakarta.annotation.Nullable final String va
public void setAssignments(@jakarta.annotation.Nullable final java.util.List value) {
this.backingStore.set("assignments", value);
}
+ /**
+ * Sets the autopatch property value. The autopatch property
+ * @param value Value to set for the autopatch property.
+ */
+ public void setAutopatch(@jakarta.annotation.Nullable final CloudPcProvisioningPolicyAutopatch value) {
+ this.backingStore.set("autopatch", value);
+ }
/**
* Sets the cloudPcGroupDisplayName property value. The display name of the Cloud PC group that the Cloud PCs reside in. Read-only.
* @param value Value to set for the cloudPcGroupDisplayName property.
@@ -294,13 +291,6 @@ public void setDescription(@jakarta.annotation.Nullable final String value) {
public void setDisplayName(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("displayName", value);
}
- /**
- * Sets the domainJoinConfiguration property value. The domainJoinConfiguration property
- * @param value Value to set for the domainJoinConfiguration property.
- */
- public void setDomainJoinConfiguration(@jakarta.annotation.Nullable final CloudPcDomainJoinConfiguration value) {
- this.backingStore.set("domainJoinConfiguration", value);
- }
/**
* Sets the domainJoinConfigurations property value. Specifies a list ordered by priority on how Cloud PCs join Microsoft Entra ID (Azure AD). Supports $select.
* @param value Value to set for the domainJoinConfigurations property.
@@ -364,13 +354,6 @@ public void setManagedBy(@jakarta.annotation.Nullable final EnumSet());
+ }
+ /**
+ * Creates a new instance of the appropriate class based on discriminator value
+ * @param parseNode The parse node to use to read the discriminator value and create the object
+ * @return a {@link CloudPcProvisioningPolicyAutopatch}
+ */
+ @jakarta.annotation.Nonnull
+ public static CloudPcProvisioningPolicyAutopatch createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
+ Objects.requireNonNull(parseNode);
+ return new CloudPcProvisioningPolicyAutopatch();
+ }
+ /**
+ * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+ * @return a {@link Map}
+ */
+ @jakarta.annotation.Nonnull
+ public Map getAdditionalData() {
+ Map value = this.backingStore.get("additionalData");
+ if(value == null) {
+ value = new HashMap<>();
+ this.setAdditionalData(value);
+ }
+ return value;
+ }
+ /**
+ * Gets the autopatchGroupId property value. The autopatchGroupId property
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getAutopatchGroupId() {
+ return this.backingStore.get("autopatchGroupId");
+ }
+ /**
+ * Gets the backingStore property value. Stores model information.
+ * @return a {@link BackingStore}
+ */
+ @jakarta.annotation.Nonnull
+ public BackingStore getBackingStore() {
+ return this.backingStore;
+ }
+ /**
+ * The deserialization information for the current model
+ * @return a {@link Map>}
+ */
+ @jakarta.annotation.Nonnull
+ public Map> getFieldDeserializers() {
+ final HashMap> deserializerMap = new HashMap>(2);
+ deserializerMap.put("autopatchGroupId", (n) -> { this.setAutopatchGroupId(n.getStringValue()); });
+ deserializerMap.put("@odata.type", (n) -> { this.setOdataType(n.getStringValue()); });
+ return deserializerMap;
+ }
+ /**
+ * Gets the @odata.type property value. The OdataType property
+ * @return a {@link String}
+ */
+ @jakarta.annotation.Nullable
+ public String getOdataType() {
+ return this.backingStore.get("odataType");
+ }
+ /**
+ * Serializes information the current object
+ * @param writer Serialization writer to use to serialize this model
+ */
+ public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
+ Objects.requireNonNull(writer);
+ writer.writeStringValue("autopatchGroupId", this.getAutopatchGroupId());
+ writer.writeStringValue("@odata.type", this.getOdataType());
+ writer.writeAdditionalData(this.getAdditionalData());
+ }
+ /**
+ * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
+ * @param value Value to set for the AdditionalData property.
+ */
+ public void setAdditionalData(@jakarta.annotation.Nullable final Map