Skip to content

Commit d636032

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 179865
1 parent c7ce014 commit d636032

File tree

110 files changed

+9417
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+9417
-363
lines changed

src/main/java/com/microsoft/graph/generated/communications/onlinemeetings/OnlineMeetingsRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public OnlineMeetingsRequestBuilder(@jakarta.annotation.Nonnull final String raw
8787
super(requestAdapter, "{+baseurl}/communications/onlineMeetings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
8888
}
8989
/**
90-
* Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
90+
* Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For more information, see Online meeting artifacts and permissions.
9191
* @return a {@link OnlineMeetingCollectionResponse}
9292
* @throws ODataError When receiving a 4XX or 5XX status code
9393
* @see <a href="https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0">Find more info here</a>
@@ -97,7 +97,7 @@ public OnlineMeetingCollectionResponse get() {
9797
return get(null);
9898
}
9999
/**
100-
* Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
100+
* Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For more information, see Online meeting artifacts and permissions.
101101
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
102102
* @return a {@link OnlineMeetingCollectionResponse}
103103
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -136,15 +136,15 @@ public OnlineMeeting post(@jakarta.annotation.Nonnull final OnlineMeeting body,
136136
return this.requestAdapter.send(requestInfo, errorMapping, OnlineMeeting::createFromDiscriminatorValue);
137137
}
138138
/**
139-
* Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
139+
* Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For more information, see Online meeting artifacts and permissions.
140140
* @return a {@link RequestInformation}
141141
*/
142142
@jakarta.annotation.Nonnull
143143
public RequestInformation toGetRequestInformation() {
144144
return toGetRequestInformation(null);
145145
}
146146
/**
147-
* Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
147+
* Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For more information, see Online meeting artifacts and permissions.
148148
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
149149
* @return a {@link RequestInformation}
150150
*/
@@ -190,7 +190,7 @@ public OnlineMeetingsRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
190190
return new OnlineMeetingsRequestBuilder(rawUrl, requestAdapter);
191191
}
192192
/**
193-
* Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.
193+
* Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For more information, see Online meeting artifacts and permissions.
194194
*/
195195
@jakarta.annotation.Generated("com.microsoft.kiota")
196196
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/deviceappmanagement/DeviceAppManagementRequestBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public DeviceAppManagementRequestBuilder(@jakarta.annotation.Nonnull final Strin
175175
* Read properties and relationships of the deviceAppManagement object.
176176
* @return a {@link DeviceAppManagement}
177177
* @throws ODataError When receiving a 4XX or 5XX status code
178-
* @see <a href="https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
178+
* @see <a href="https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
179179
*/
180180
@jakarta.annotation.Nullable
181181
public DeviceAppManagement get() {
@@ -186,7 +186,7 @@ public DeviceAppManagement get() {
186186
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
187187
* @return a {@link DeviceAppManagement}
188188
* @throws ODataError When receiving a 4XX or 5XX status code
189-
* @see <a href="https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
189+
* @see <a href="https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
190190
*/
191191
@jakarta.annotation.Nullable
192192
public DeviceAppManagement get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -200,7 +200,7 @@ public DeviceAppManagement get(@jakarta.annotation.Nullable final java.util.func
200200
* @param body The request body
201201
* @return a {@link DeviceAppManagement}
202202
* @throws ODataError When receiving a 4XX or 5XX status code
203-
* @see <a href="https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
203+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
204204
*/
205205
@jakarta.annotation.Nullable
206206
public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppManagement body) {
@@ -212,7 +212,7 @@ public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppMana
212212
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
213213
* @return a {@link DeviceAppManagement}
214214
* @throws ODataError When receiving a 4XX or 5XX status code
215-
* @see <a href="https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
215+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
216216
*/
217217
@jakarta.annotation.Nullable
218218
public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppManagement body, @jakarta.annotation.Nullable final java.util.function.Consumer<PatchRequestConfiguration> requestConfiguration) {

src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/item/ManagedAppStatusItemRequestBuilder.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
5555
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
5656
}
5757
/**
58-
* Read properties and relationships of the managedAppStatusRaw object.
58+
* Read properties and relationships of the managedAppStatus object.
5959
* @return a {@link ManagedAppStatus}
6060
* @throws ODataError When receiving a 4XX or 5XX status code
61-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0">Find more info here</a>
61+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0">Find more info here</a>
6262
*/
6363
@jakarta.annotation.Nullable
6464
public ManagedAppStatus get() {
6565
return get(null);
6666
}
6767
/**
68-
* Read properties and relationships of the managedAppStatusRaw object.
68+
* Read properties and relationships of the managedAppStatus object.
6969
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7070
* @return a {@link ManagedAppStatus}
7171
* @throws ODataError When receiving a 4XX or 5XX status code
72-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0">Find more info here</a>
72+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0">Find more info here</a>
7373
*/
7474
@jakarta.annotation.Nullable
7575
public ManagedAppStatus get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -124,15 +124,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
124124
return requestInfo;
125125
}
126126
/**
127-
* Read properties and relationships of the managedAppStatusRaw object.
127+
* Read properties and relationships of the managedAppStatus object.
128128
* @return a {@link RequestInformation}
129129
*/
130130
@jakarta.annotation.Nonnull
131131
public RequestInformation toGetRequestInformation() {
132132
return toGetRequestInformation(null);
133133
}
134134
/**
135-
* Read properties and relationships of the managedAppStatusRaw object.
135+
* Read properties and relationships of the managedAppStatus object.
136136
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
137137
* @return a {@link RequestInformation}
138138
*/
@@ -184,7 +184,7 @@ public ManagedAppStatusItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
184184
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
185185
}
186186
/**
187-
* Read properties and relationships of the managedAppStatusRaw object.
187+
* Read properties and relationships of the managedAppStatus object.
188188
*/
189189
@jakarta.annotation.Generated("com.microsoft.kiota")
190190
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/ManagedEBooksRequestBuilder.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ public ManagedEBooksRequestBuilder(@jakarta.annotation.Nonnull final String rawU
6060
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedEBooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* List properties and relationships of the iosVppEBook objects.
63+
* List properties and relationships of the managedEBook objects.
6464
* @return a {@link ManagedEBookCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
66-
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0">Find more info here</a>
66+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0">Find more info here</a>
6767
*/
6868
@jakarta.annotation.Nullable
6969
public ManagedEBookCollectionResponse get() {
7070
return get(null);
7171
}
7272
/**
73-
* List properties and relationships of the iosVppEBook objects.
73+
* List properties and relationships of the managedEBook objects.
7474
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7575
* @return a {@link ManagedEBookCollectionResponse}
7676
* @throws ODataError When receiving a 4XX or 5XX status code
77-
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0">Find more info here</a>
77+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0">Find more info here</a>
7878
*/
7979
@jakarta.annotation.Nullable
8080
public ManagedEBookCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -111,15 +111,15 @@ public ManagedEBook post(@jakarta.annotation.Nonnull final ManagedEBook body, @j
111111
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBook::createFromDiscriminatorValue);
112112
}
113113
/**
114-
* List properties and relationships of the iosVppEBook objects.
114+
* List properties and relationships of the managedEBook objects.
115115
* @return a {@link RequestInformation}
116116
*/
117117
@jakarta.annotation.Nonnull
118118
public RequestInformation toGetRequestInformation() {
119119
return toGetRequestInformation(null);
120120
}
121121
/**
122-
* List properties and relationships of the iosVppEBook objects.
122+
* List properties and relationships of the managedEBook objects.
123123
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
124124
* @return a {@link RequestInformation}
125125
*/
@@ -165,7 +165,7 @@ public ManagedEBooksRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
165165
return new ManagedEBooksRequestBuilder(rawUrl, requestAdapter);
166166
}
167167
/**
168-
* List properties and relationships of the iosVppEBook objects.
168+
* List properties and relationships of the managedEBook objects.
169169
*/
170170
@jakarta.annotation.Generated("com.microsoft.kiota")
171171
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/AssignmentsRequestBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,23 @@ public ManagedEBookAssignmentCollectionResponse get(@jakarta.annotation.Nullable
8484
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookAssignmentCollectionResponse::createFromDiscriminatorValue);
8585
}
8686
/**
87-
* Create a new managedEBookAssignment object.
87+
* Create a new iosVppEBookAssignment object.
8888
* @param body The request body
8989
* @return a {@link ManagedEBookAssignment}
9090
* @throws ODataError When receiving a 4XX or 5XX status code
91-
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0">Find more info here</a>
91+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0">Find more info here</a>
9292
*/
9393
@jakarta.annotation.Nullable
9494
public ManagedEBookAssignment post(@jakarta.annotation.Nonnull final ManagedEBookAssignment body) {
9595
return post(body, null);
9696
}
9797
/**
98-
* Create a new managedEBookAssignment object.
98+
* Create a new iosVppEBookAssignment object.
9999
* @param body The request body
100100
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
101101
* @return a {@link ManagedEBookAssignment}
102102
* @throws ODataError When receiving a 4XX or 5XX status code
103-
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0">Find more info here</a>
103+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0">Find more info here</a>
104104
*/
105105
@jakarta.annotation.Nullable
106106
public ManagedEBookAssignment post(@jakarta.annotation.Nonnull final ManagedEBookAssignment body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -131,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
131131
return requestInfo;
132132
}
133133
/**
134-
* Create a new managedEBookAssignment object.
134+
* Create a new iosVppEBookAssignment object.
135135
* @param body The request body
136136
* @return a {@link RequestInformation}
137137
*/
@@ -140,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
140140
return toPostRequestInformation(body, null);
141141
}
142142
/**
143-
* Create a new managedEBookAssignment object.
143+
* Create a new iosVppEBookAssignment object.
144144
* @param body The request body
145145
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
146146
* @return a {@link RequestInformation}

src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedebooks/item/assignments/item/ManagedEBookAssignmentItemRequestBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,23 +81,23 @@ public ManagedEBookAssignment get(@jakarta.annotation.Nullable final java.util.f
8181
return this.requestAdapter.send(requestInfo, errorMapping, ManagedEBookAssignment::createFromDiscriminatorValue);
8282
}
8383
/**
84-
* Update the properties of a iosVppEBookAssignment object.
84+
* Update the properties of a managedEBookAssignment object.
8585
* @param body The request body
8686
* @return a {@link ManagedEBookAssignment}
8787
* @throws ODataError When receiving a 4XX or 5XX status code
88-
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0">Find more info here</a>
88+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0">Find more info here</a>
8989
*/
9090
@jakarta.annotation.Nullable
9191
public ManagedEBookAssignment patch(@jakarta.annotation.Nonnull final ManagedEBookAssignment body) {
9292
return patch(body, null);
9393
}
9494
/**
95-
* Update the properties of a iosVppEBookAssignment object.
95+
* Update the properties of a managedEBookAssignment object.
9696
* @param body The request body
9797
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9898
* @return a {@link ManagedEBookAssignment}
9999
* @throws ODataError When receiving a 4XX or 5XX status code
100-
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0">Find more info here</a>
100+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0">Find more info here</a>
101101
*/
102102
@jakarta.annotation.Nullable
103103
public ManagedEBookAssignment patch(@jakarta.annotation.Nonnull final ManagedEBookAssignment body, @jakarta.annotation.Nullable final java.util.function.Consumer<PatchRequestConfiguration> requestConfiguration) {
@@ -148,7 +148,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
148148
return requestInfo;
149149
}
150150
/**
151-
* Update the properties of a iosVppEBookAssignment object.
151+
* Update the properties of a managedEBookAssignment object.
152152
* @param body The request body
153153
* @return a {@link RequestInformation}
154154
*/
@@ -157,7 +157,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
157157
return toPatchRequestInformation(body, null);
158158
}
159159
/**
160-
* Update the properties of a iosVppEBookAssignment object.
160+
* Update the properties of a managedEBookAssignment object.
161161
* @param body The request body
162162
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
163163
* @return a {@link RequestInformation}

0 commit comments

Comments
 (0)