Skip to content

Commit c7ce014

Browse files
authored
Merge pull request #2289 from microsoftgraph/v1.0/pipelinebuild/179156
Generated models and request builders
2 parents 9731ec7 + bb5cbdf commit c7ce014

File tree

43 files changed

+305
-303
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

+305
-303
lines changed

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

+4-4
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-books-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
178+
* @see <a href="https://learn.microsoft.com/graph/api/intune-partnerintegration-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-books-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
189+
* @see <a href="https://learn.microsoft.com/graph/api/intune-partnerintegration-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-policyset-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-policyset-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

+7-7
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 windowsInformationProtection 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-windowsinformationprotection-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 windowsInformationProtection 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-windowsinformationprotection-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 windowsInformationProtection 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 windowsInformationProtection 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 windowsInformationProtection 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

+7-7
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 managedAppProtection object.
67+
* Read properties and relationships of the managedAppConfiguration 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-managedappprotection-get?view=graph-rest-1.0">Find more info here</a>
70+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-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 managedAppProtection object.
77+
* Read properties and relationships of the managedAppConfiguration 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-managedappprotection-get?view=graph-rest-1.0">Find more info here</a>
81+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-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 managedAppProtection object.
136+
* Read properties and relationships of the managedAppConfiguration 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 managedAppProtection object.
144+
* Read properties and relationships of the managedAppConfiguration 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 managedAppProtection object.
196+
* Read properties and relationships of the managedAppConfiguration object.
197197
*/
198198
@jakarta.annotation.Generated("com.microsoft.kiota")
199199
public class GetQueryParameters implements QueryParameters {

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

+7-7
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 androidManagedAppRegistration object.
85+
* Read properties and relationships of the managedAppRegistration 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-androidmanagedappregistration-get?view=graph-rest-1.0">Find more info here</a>
88+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-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 androidManagedAppRegistration object.
95+
* Read properties and relationships of the managedAppRegistration 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-androidmanagedappregistration-get?view=graph-rest-1.0">Find more info here</a>
99+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-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) {
@@ -151,15 +151,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
151151
return requestInfo;
152152
}
153153
/**
154-
* Read properties and relationships of the androidManagedAppRegistration object.
154+
* Read properties and relationships of the managedAppRegistration object.
155155
* @return a {@link RequestInformation}
156156
*/
157157
@jakarta.annotation.Nonnull
158158
public RequestInformation toGetRequestInformation() {
159159
return toGetRequestInformation(null);
160160
}
161161
/**
162-
* Read properties and relationships of the androidManagedAppRegistration object.
162+
* Read properties and relationships of the managedAppRegistration object.
163163
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
164164
* @return a {@link RequestInformation}
165165
*/
@@ -211,7 +211,7 @@ public ManagedAppRegistrationItemRequestBuilder withUrl(@jakarta.annotation.Nonn
211211
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
212212
}
213213
/**
214-
* Read properties and relationships of the androidManagedAppRegistration object.
214+
* Read properties and relationships of the managedAppRegistration object.
215215
*/
216216
@jakarta.annotation.Generated("com.microsoft.kiota")
217217
public class GetQueryParameters implements QueryParameters {

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

+7-7
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 managedAppStatus objects.
63+
* List properties and relationships of the managedAppStatusRaw 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-managedappstatus-list?view=graph-rest-1.0">Find more info here</a>
66+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-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 managedAppStatus objects.
73+
* List properties and relationships of the managedAppStatusRaw 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-managedappstatus-list?view=graph-rest-1.0">Find more info here</a>
77+
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-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 managedAppStatus objects.
112+
* List properties and relationships of the managedAppStatusRaw 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 managedAppStatus objects.
120+
* List properties and relationships of the managedAppStatusRaw 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 managedAppStatus objects.
166+
* List properties and relationships of the managedAppStatusRaw 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/ManagedEBookItemRequestBuilder.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -102,21 +102,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
102102
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
103103
}
104104
/**
105-
* Read properties and relationships of the iosVppEBook object.
105+
* Read properties and relationships of the managedEBook object.
106106
* @return a {@link ManagedEBook}
107107
* @throws ODataError When receiving a 4XX or 5XX status code
108-
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0">Find more info here</a>
108+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0">Find more info here</a>
109109
*/
110110
@jakarta.annotation.Nullable
111111
public ManagedEBook get() {
112112
return get(null);
113113
}
114114
/**
115-
* Read properties and relationships of the iosVppEBook object.
115+
* Read properties and relationships of the managedEBook object.
116116
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
117117
* @return a {@link ManagedEBook}
118118
* @throws ODataError When receiving a 4XX or 5XX status code
119-
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0">Find more info here</a>
119+
* @see <a href="https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0">Find more info here</a>
120120
*/
121121
@jakarta.annotation.Nullable
122122
public ManagedEBook get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -173,15 +173,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
173173
return requestInfo;
174174
}
175175
/**
176-
* Read properties and relationships of the iosVppEBook object.
176+
* Read properties and relationships of the managedEBook object.
177177
* @return a {@link RequestInformation}
178178
*/
179179
@jakarta.annotation.Nonnull
180180
public RequestInformation toGetRequestInformation() {
181181
return toGetRequestInformation(null);
182182
}
183183
/**
184-
* Read properties and relationships of the iosVppEBook object.
184+
* Read properties and relationships of the managedEBook object.
185185
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
186186
* @return a {@link RequestInformation}
187187
*/
@@ -233,7 +233,7 @@ public ManagedEBookItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final
233233
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
234234
}
235235
/**
236-
* Read properties and relationships of the iosVppEBook object.
236+
* Read properties and relationships of the managedEBook object.
237237
*/
238238
@jakarta.annotation.Generated("com.microsoft.kiota")
239239
public class GetQueryParameters implements QueryParameters {

0 commit comments

Comments
 (0)