Skip to content

Commit e108602

Browse files
microsoft-graph-devx-bot[bot]Microsoft Graph DevX Tooling
and
Microsoft Graph DevX Tooling
authored
feat(generation): update request builders and models (#2358)
Update generated files with build 185491 Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent 6de23da commit e108602

File tree

43 files changed

+361
-361
lines changed

Some content is hidden

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

43 files changed

+361
-361
lines changed

src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
5757
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
5858
}
5959
/**
60-
* Retrieve a conversationMember from a chat.
60+
* Retrieve a conversationMember from a chat or channel.
6161
* @return a {@link ConversationMember}
6262
* @throws ODataError When receiving a 4XX or 5XX status code
63-
* @see <a href="https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0">Find more info here</a>
63+
* @see <a href="https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0">Find more info here</a>
6464
*/
6565
@jakarta.annotation.Nullable
6666
public ConversationMember get() {
6767
return get(null);
6868
}
6969
/**
70-
* Retrieve a conversationMember from a chat.
70+
* Retrieve a conversationMember from a chat or channel.
7171
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7272
* @return a {@link ConversationMember}
7373
* @throws ODataError When receiving a 4XX or 5XX status code
74-
* @see <a href="https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0">Find more info here</a>
74+
* @see <a href="https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0">Find more info here</a>
7575
*/
7676
@jakarta.annotation.Nullable
7777
public ConversationMember get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -125,15 +125,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
125125
return requestInfo;
126126
}
127127
/**
128-
* Retrieve a conversationMember from a chat.
128+
* Retrieve a conversationMember from a chat or channel.
129129
* @return a {@link RequestInformation}
130130
*/
131131
@jakarta.annotation.Nonnull
132132
public RequestInformation toGetRequestInformation() {
133133
return toGetRequestInformation(null);
134134
}
135135
/**
136-
* Retrieve a conversationMember from a chat.
136+
* Retrieve a conversationMember from a chat or channel.
137137
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
138138
* @return a {@link RequestInformation}
139139
*/
@@ -185,7 +185,7 @@ public ConversationMemberItemRequestBuilder withUrl(@jakarta.annotation.Nonnull
185185
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
186186
}
187187
/**
188-
* Retrieve a conversationMember from a chat.
188+
* Retrieve a conversationMember from a chat or channel.
189189
*/
190190
@jakarta.annotation.Generated("com.microsoft.kiota")
191191
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-unlock-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
178+
* @see <a href="https://learn.microsoft.com/graph/api/intune-onboarding-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-unlock-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
189+
* @see <a href="https://learn.microsoft.com/graph/api/intune-onboarding-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-onboarding-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
203+
* @see <a href="https://learn.microsoft.com/graph/api/intune-partnerintegration-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-onboarding-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
215+
* @see <a href="https://learn.microsoft.com/graph/api/intune-partnerintegration-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/managedapppolicies/ManagedAppPoliciesRequestBuilder.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ public ManagedAppPoliciesRequestBuilder(@jakarta.annotation.Nonnull final String
6060
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* List properties and relationships of the targetedManagedAppProtection objects.
63+
* List properties and relationships of the managedAppConfiguration objects.
6464
* @return a {@link ManagedAppPolicyCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
66-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0">Find more info here</a>
66+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-list?view=graph-rest-1.0">Find more info here</a>
6767
*/
6868
@jakarta.annotation.Nullable
6969
public ManagedAppPolicyCollectionResponse get() {
7070
return get(null);
7171
}
7272
/**
73-
* List properties and relationships of the targetedManagedAppProtection objects.
73+
* List properties and relationships of the managedAppConfiguration objects.
7474
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7575
* @return a {@link ManagedAppPolicyCollectionResponse}
7676
* @throws ODataError When receiving a 4XX or 5XX status code
77-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0">Find more info here</a>
77+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-list?view=graph-rest-1.0">Find more info here</a>
7878
*/
7979
@jakarta.annotation.Nullable
8080
public ManagedAppPolicyCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -109,15 +109,15 @@ public ManagedAppPolicy post(@jakarta.annotation.Nonnull final ManagedAppPolicy
109109
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppPolicy::createFromDiscriminatorValue);
110110
}
111111
/**
112-
* List properties and relationships of the targetedManagedAppProtection objects.
112+
* List properties and relationships of the managedAppConfiguration objects.
113113
* @return a {@link RequestInformation}
114114
*/
115115
@jakarta.annotation.Nonnull
116116
public RequestInformation toGetRequestInformation() {
117117
return toGetRequestInformation(null);
118118
}
119119
/**
120-
* List properties and relationships of the targetedManagedAppProtection objects.
120+
* List properties and relationships of the managedAppConfiguration objects.
121121
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
122122
* @return a {@link RequestInformation}
123123
*/
@@ -163,7 +163,7 @@ public ManagedAppPoliciesRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
163163
return new ManagedAppPoliciesRequestBuilder(rawUrl, requestAdapter);
164164
}
165165
/**
166-
* List properties and relationships of the targetedManagedAppProtection objects.
166+
* List properties and relationships of the managedAppConfiguration objects.
167167
*/
168168
@jakarta.annotation.Generated("com.microsoft.kiota")
169169
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/ManagedAppRegistrationsRequestBuilder.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,21 @@ public ManagedAppRegistrationsRequestBuilder(@jakarta.annotation.Nonnull final S
6969
super(requestAdapter, "{+baseurl}/deviceAppManagement/managedAppRegistrations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
7070
}
7171
/**
72-
* List properties and relationships of the androidManagedAppRegistration objects.
72+
* List properties and relationships of the managedAppRegistration objects.
7373
* @return a {@link ManagedAppRegistrationCollectionResponse}
7474
* @throws ODataError When receiving a 4XX or 5XX status code
75-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0">Find more info here</a>
75+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0">Find more info here</a>
7676
*/
7777
@jakarta.annotation.Nullable
7878
public ManagedAppRegistrationCollectionResponse get() {
7979
return get(null);
8080
}
8181
/**
82-
* List properties and relationships of the androidManagedAppRegistration objects.
82+
* List properties and relationships of the managedAppRegistration objects.
8383
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8484
* @return a {@link ManagedAppRegistrationCollectionResponse}
8585
* @throws ODataError When receiving a 4XX or 5XX status code
86-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0">Find more info here</a>
86+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0">Find more info here</a>
8787
*/
8888
@jakarta.annotation.Nullable
8989
public ManagedAppRegistrationCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -120,15 +120,15 @@ public ManagedAppRegistration post(@jakarta.annotation.Nonnull final ManagedAppR
120120
return this.requestAdapter.send(requestInfo, errorMapping, ManagedAppRegistration::createFromDiscriminatorValue);
121121
}
122122
/**
123-
* List properties and relationships of the androidManagedAppRegistration objects.
123+
* List properties and relationships of the managedAppRegistration objects.
124124
* @return a {@link RequestInformation}
125125
*/
126126
@jakarta.annotation.Nonnull
127127
public RequestInformation toGetRequestInformation() {
128128
return toGetRequestInformation(null);
129129
}
130130
/**
131-
* List properties and relationships of the androidManagedAppRegistration objects.
131+
* List properties and relationships of the managedAppRegistration objects.
132132
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
133133
* @return a {@link RequestInformation}
134134
*/
@@ -174,7 +174,7 @@ public ManagedAppRegistrationsRequestBuilder withUrl(@jakarta.annotation.Nonnull
174174
return new ManagedAppRegistrationsRequestBuilder(rawUrl, requestAdapter);
175175
}
176176
/**
177-
* List properties and relationships of the androidManagedAppRegistration objects.
177+
* List properties and relationships of the managedAppRegistration objects.
178178
*/
179179
@jakarta.annotation.Generated("com.microsoft.kiota")
180180
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappregistrations/item/ManagedAppRegistrationItemRequestBuilder.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
8282
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
8383
}
8484
/**
85-
* Read properties and relationships of the iosManagedAppRegistration object.
85+
* Read properties and relationships of the androidManagedAppRegistration object.
8686
* @return a {@link ManagedAppRegistration}
8787
* @throws ODataError When receiving a 4XX or 5XX status code
88-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0">Find more info here</a>
88+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0">Find more info here</a>
8989
*/
9090
@jakarta.annotation.Nullable
9191
public ManagedAppRegistration get() {
9292
return get(null);
9393
}
9494
/**
95-
* Read properties and relationships of the iosManagedAppRegistration object.
95+
* Read properties and relationships of the androidManagedAppRegistration object.
9696
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9797
* @return a {@link ManagedAppRegistration}
9898
* @throws ODataError When receiving a 4XX or 5XX status code
99-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0">Find more info here</a>
99+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0">Find more info here</a>
100100
*/
101101
@jakarta.annotation.Nullable
102102
public ManagedAppRegistration get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -150,15 +150,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
150150
return requestInfo;
151151
}
152152
/**
153-
* Read properties and relationships of the iosManagedAppRegistration object.
153+
* Read properties and relationships of the androidManagedAppRegistration object.
154154
* @return a {@link RequestInformation}
155155
*/
156156
@jakarta.annotation.Nonnull
157157
public RequestInformation toGetRequestInformation() {
158158
return toGetRequestInformation(null);
159159
}
160160
/**
161-
* Read properties and relationships of the iosManagedAppRegistration object.
161+
* Read properties and relationships of the androidManagedAppRegistration object.
162162
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
163163
* @return a {@link RequestInformation}
164164
*/
@@ -210,7 +210,7 @@ public ManagedAppRegistrationItemRequestBuilder withUrl(@jakarta.annotation.Nonn
210210
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
211211
}
212212
/**
213-
* Read properties and relationships of the iosManagedAppRegistration object.
213+
* Read properties and relationships of the androidManagedAppRegistration object.
214214
*/
215215
@jakarta.annotation.Generated("com.microsoft.kiota")
216216
public class GetQueryParameters implements QueryParameters {

0 commit comments

Comments
 (0)