Skip to content

Commit 6757ae6

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 196922
1 parent 3720e2f commit 6757ae6

File tree

40 files changed

+445
-329
lines changed

40 files changed

+445
-329
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public DeviceAppManagementRequestBuilder(@jakarta.annotation.Nonnull final Strin
184184
* Read properties and relationships of the deviceAppManagement object.
185185
* @return a {@link DeviceAppManagement}
186186
* @throws ODataError When receiving a 4XX or 5XX status code
187-
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
187+
* @see <a href="https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
188188
*/
189189
@jakarta.annotation.Nullable
190190
public DeviceAppManagement get() {
@@ -195,7 +195,7 @@ public DeviceAppManagement get() {
195195
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
196196
* @return a {@link DeviceAppManagement}
197197
* @throws ODataError When receiving a 4XX or 5XX status code
198-
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
198+
* @see <a href="https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
199199
*/
200200
@jakarta.annotation.Nullable
201201
public DeviceAppManagement get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -209,7 +209,7 @@ public DeviceAppManagement get(@jakarta.annotation.Nullable final java.util.func
209209
* @param body The request body
210210
* @return a {@link DeviceAppManagement}
211211
* @throws ODataError When receiving a 4XX or 5XX status code
212-
* @see <a href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
212+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
213213
*/
214214
@jakarta.annotation.Nullable
215215
public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppManagement body) {
@@ -221,7 +221,7 @@ public DeviceAppManagement patch(@jakarta.annotation.Nonnull final DeviceAppMana
221221
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
222222
* @return a {@link DeviceAppManagement}
223223
* @throws ODataError When receiving a 4XX or 5XX status code
224-
* @see <a href="https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
224+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0">Find more info here</a>
225225
*/
226226
@jakarta.annotation.Nullable
227227
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 managedAppProtection 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-managedappprotection-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 managedAppProtection 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-managedappprotection-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 managedAppProtection 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 managedAppProtection 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 managedAppProtection 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/managedapppolicies/item/ManagedAppPolicyItemRequestBuilder.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
6464
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
6565
}
6666
/**
67-
* Read properties and relationships of the targetedManagedAppProtection object.
67+
* Read properties and relationships of the windowsInformationProtection object.
6868
* @return a {@link ManagedAppPolicy}
6969
* @throws ODataError When receiving a 4XX or 5XX status code
70-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0">Find more info here</a>
70+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotection-get?view=graph-rest-1.0">Find more info here</a>
7171
*/
7272
@jakarta.annotation.Nullable
7373
public ManagedAppPolicy get() {
7474
return get(null);
7575
}
7676
/**
77-
* Read properties and relationships of the targetedManagedAppProtection object.
77+
* Read properties and relationships of the windowsInformationProtection object.
7878
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7979
* @return a {@link ManagedAppPolicy}
8080
* @throws ODataError When receiving a 4XX or 5XX status code
81-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0">Find more info here</a>
81+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotection-get?view=graph-rest-1.0">Find more info here</a>
8282
*/
8383
@jakarta.annotation.Nullable
8484
public ManagedAppPolicy get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -133,15 +133,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
133133
return requestInfo;
134134
}
135135
/**
136-
* Read properties and relationships of the targetedManagedAppProtection object.
136+
* Read properties and relationships of the windowsInformationProtection object.
137137
* @return a {@link RequestInformation}
138138
*/
139139
@jakarta.annotation.Nonnull
140140
public RequestInformation toGetRequestInformation() {
141141
return toGetRequestInformation(null);
142142
}
143143
/**
144-
* Read properties and relationships of the targetedManagedAppProtection object.
144+
* Read properties and relationships of the windowsInformationProtection object.
145145
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
146146
* @return a {@link RequestInformation}
147147
*/
@@ -193,7 +193,7 @@ public ManagedAppPolicyItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
193193
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
194194
}
195195
/**
196-
* Read properties and relationships of the targetedManagedAppProtection object.
196+
* Read properties and relationships of the windowsInformationProtection object.
197197
*/
198198
@jakarta.annotation.Generated("com.microsoft.kiota")
199199
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 iosManagedAppRegistration objects.
72+
* List properties and relationships of the androidManagedAppRegistration 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-iosmanagedappregistration-list?view=graph-rest-1.0">Find more info here</a>
75+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-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 iosManagedAppRegistration objects.
82+
* List properties and relationships of the androidManagedAppRegistration 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-iosmanagedappregistration-list?view=graph-rest-1.0">Find more info here</a>
86+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-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 iosManagedAppRegistration objects.
123+
* List properties and relationships of the androidManagedAppRegistration 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 iosManagedAppRegistration objects.
131+
* List properties and relationships of the androidManagedAppRegistration 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 iosManagedAppRegistration objects.
177+
* List properties and relationships of the androidManagedAppRegistration objects.
178178
*/
179179
@jakarta.annotation.Generated("com.microsoft.kiota")
180180
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/deviceappmanagement/managedappstatuses/ManagedAppStatusesRequestBuilder.java

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

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

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

0 commit comments

Comments
 (0)