Skip to content

Commit 4171605

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 200882
1 parent 0f5cc5a commit 4171605

File tree

373 files changed

+8864
-3127
lines changed

Some content is hidden

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

373 files changed

+8864
-3127
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-apps-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
187+
* @see <a href="https://learn.microsoft.com/graph/api/intune-policyset-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-apps-deviceappmanagement-get?view=graph-rest-1.0">Find more info here</a>
198+
* @see <a href="https://learn.microsoft.com/graph/api/intune-policyset-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-policyset-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-policyset-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/androidmanagedappprotections/AndroidManagedAppProtectionsRequestBuilder.java

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,19 @@ public AndroidManagedAppProtectionsRequestBuilder(@jakarta.annotation.Nonnull fi
6060
super(requestAdapter, "{+baseurl}/deviceAppManagement/androidManagedAppProtections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* List properties and relationships of the androidManagedAppProtection objects.
63+
* Android managed app policies.
6464
* @return a {@link AndroidManagedAppProtectionCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
66-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0">Find more info here</a>
6766
*/
6867
@jakarta.annotation.Nullable
6968
public AndroidManagedAppProtectionCollectionResponse get() {
7069
return get(null);
7170
}
7271
/**
73-
* List properties and relationships of the androidManagedAppProtection objects.
72+
* Android managed app policies.
7473
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7574
* @return a {@link AndroidManagedAppProtectionCollectionResponse}
7675
* @throws ODataError When receiving a 4XX or 5XX status code
77-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0">Find more info here</a>
7876
*/
7977
@jakarta.annotation.Nullable
8078
public AndroidManagedAppProtectionCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -84,23 +82,21 @@ public AndroidManagedAppProtectionCollectionResponse get(@jakarta.annotation.Nul
8482
return this.requestAdapter.send(requestInfo, errorMapping, AndroidManagedAppProtectionCollectionResponse::createFromDiscriminatorValue);
8583
}
8684
/**
87-
* Create a new androidManagedAppProtection object.
85+
* Create new navigation property to androidManagedAppProtections for deviceAppManagement
8886
* @param body The request body
8987
* @return a {@link AndroidManagedAppProtection}
9088
* @throws ODataError When receiving a 4XX or 5XX status code
91-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-create?view=graph-rest-1.0">Find more info here</a>
9289
*/
9390
@jakarta.annotation.Nullable
9491
public AndroidManagedAppProtection post(@jakarta.annotation.Nonnull final AndroidManagedAppProtection body) {
9592
return post(body, null);
9693
}
9794
/**
98-
* Create a new androidManagedAppProtection object.
95+
* Create new navigation property to androidManagedAppProtections for deviceAppManagement
9996
* @param body The request body
10097
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10198
* @return a {@link AndroidManagedAppProtection}
10299
* @throws ODataError When receiving a 4XX or 5XX status code
103-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-create?view=graph-rest-1.0">Find more info here</a>
104100
*/
105101
@jakarta.annotation.Nullable
106102
public AndroidManagedAppProtection post(@jakarta.annotation.Nonnull final AndroidManagedAppProtection body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -111,15 +107,15 @@ public AndroidManagedAppProtection post(@jakarta.annotation.Nonnull final Androi
111107
return this.requestAdapter.send(requestInfo, errorMapping, AndroidManagedAppProtection::createFromDiscriminatorValue);
112108
}
113109
/**
114-
* List properties and relationships of the androidManagedAppProtection objects.
110+
* Android managed app policies.
115111
* @return a {@link RequestInformation}
116112
*/
117113
@jakarta.annotation.Nonnull
118114
public RequestInformation toGetRequestInformation() {
119115
return toGetRequestInformation(null);
120116
}
121117
/**
122-
* List properties and relationships of the androidManagedAppProtection objects.
118+
* Android managed app policies.
123119
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
124120
* @return a {@link RequestInformation}
125121
*/
@@ -131,7 +127,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
131127
return requestInfo;
132128
}
133129
/**
134-
* Create a new androidManagedAppProtection object.
130+
* Create new navigation property to androidManagedAppProtections for deviceAppManagement
135131
* @param body The request body
136132
* @return a {@link RequestInformation}
137133
*/
@@ -140,7 +136,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
140136
return toPostRequestInformation(body, null);
141137
}
142138
/**
143-
* Create a new androidManagedAppProtection object.
139+
* Create new navigation property to androidManagedAppProtections for deviceAppManagement
144140
* @param body The request body
145141
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
146142
* @return a {@link RequestInformation}
@@ -165,7 +161,7 @@ public AndroidManagedAppProtectionsRequestBuilder withUrl(@jakarta.annotation.No
165161
return new AndroidManagedAppProtectionsRequestBuilder(rawUrl, requestAdapter);
166162
}
167163
/**
168-
* List properties and relationships of the androidManagedAppProtection objects.
164+
* Android managed app policies.
169165
*/
170166
@jakarta.annotation.Generated("com.microsoft.kiota")
171167
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/generated/deviceappmanagement/androidmanagedappprotections/item/AndroidManagedAppProtectionItemRequestBuilder.java

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,16 @@ public AndroidManagedAppProtectionItemRequestBuilder(@jakarta.annotation.Nonnull
6464
super(requestAdapter, "{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}{?%24expand,%24select}", rawUrl);
6565
}
6666
/**
67-
* Deletes a androidManagedAppProtection.
67+
* Delete navigation property androidManagedAppProtections for deviceAppManagement
6868
* @throws ODataError When receiving a 4XX or 5XX status code
69-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-delete?view=graph-rest-1.0">Find more info here</a>
7069
*/
7170
public void delete() {
7271
delete(null);
7372
}
7473
/**
75-
* Deletes a androidManagedAppProtection.
74+
* Delete navigation property androidManagedAppProtections for deviceAppManagement
7675
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7776
* @throws ODataError When receiving a 4XX or 5XX status code
78-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-delete?view=graph-rest-1.0">Find more info here</a>
7977
*/
8078
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer<DeleteRequestConfiguration> requestConfiguration) {
8179
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -84,21 +82,19 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
8482
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
8583
}
8684
/**
87-
* Read properties and relationships of the androidManagedAppProtection object.
85+
* Android managed app policies.
8886
* @return a {@link AndroidManagedAppProtection}
8987
* @throws ODataError When receiving a 4XX or 5XX status code
90-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0">Find more info here</a>
9188
*/
9289
@jakarta.annotation.Nullable
9390
public AndroidManagedAppProtection get() {
9491
return get(null);
9592
}
9693
/**
97-
* Read properties and relationships of the androidManagedAppProtection object.
94+
* Android managed app policies.
9895
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9996
* @return a {@link AndroidManagedAppProtection}
10097
* @throws ODataError When receiving a 4XX or 5XX status code
101-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0">Find more info here</a>
10298
*/
10399
@jakarta.annotation.Nullable
104100
public AndroidManagedAppProtection get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -108,23 +104,21 @@ public AndroidManagedAppProtection get(@jakarta.annotation.Nullable final java.u
108104
return this.requestAdapter.send(requestInfo, errorMapping, AndroidManagedAppProtection::createFromDiscriminatorValue);
109105
}
110106
/**
111-
* Update the properties of a androidManagedAppProtection object.
107+
* Update the navigation property androidManagedAppProtections in deviceAppManagement
112108
* @param body The request body
113109
* @return a {@link AndroidManagedAppProtection}
114110
* @throws ODataError When receiving a 4XX or 5XX status code
115-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-update?view=graph-rest-1.0">Find more info here</a>
116111
*/
117112
@jakarta.annotation.Nullable
118113
public AndroidManagedAppProtection patch(@jakarta.annotation.Nonnull final AndroidManagedAppProtection body) {
119114
return patch(body, null);
120115
}
121116
/**
122-
* Update the properties of a androidManagedAppProtection object.
117+
* Update the navigation property androidManagedAppProtections in deviceAppManagement
123118
* @param body The request body
124119
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
125120
* @return a {@link AndroidManagedAppProtection}
126121
* @throws ODataError When receiving a 4XX or 5XX status code
127-
* @see <a href="https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-update?view=graph-rest-1.0">Find more info here</a>
128122
*/
129123
@jakarta.annotation.Nullable
130124
public AndroidManagedAppProtection patch(@jakarta.annotation.Nonnull final AndroidManagedAppProtection body, @jakarta.annotation.Nullable final java.util.function.Consumer<PatchRequestConfiguration> requestConfiguration) {
@@ -135,15 +129,15 @@ public AndroidManagedAppProtection patch(@jakarta.annotation.Nonnull final Andro
135129
return this.requestAdapter.send(requestInfo, errorMapping, AndroidManagedAppProtection::createFromDiscriminatorValue);
136130
}
137131
/**
138-
* Deletes a androidManagedAppProtection.
132+
* Delete navigation property androidManagedAppProtections for deviceAppManagement
139133
* @return a {@link RequestInformation}
140134
*/
141135
@jakarta.annotation.Nonnull
142136
public RequestInformation toDeleteRequestInformation() {
143137
return toDeleteRequestInformation(null);
144138
}
145139
/**
146-
* Deletes a androidManagedAppProtection.
140+
* Delete navigation property androidManagedAppProtections for deviceAppManagement
147141
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
148142
* @return a {@link RequestInformation}
149143
*/
@@ -155,15 +149,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
155149
return requestInfo;
156150
}
157151
/**
158-
* Read properties and relationships of the androidManagedAppProtection object.
152+
* Android managed app policies.
159153
* @return a {@link RequestInformation}
160154
*/
161155
@jakarta.annotation.Nonnull
162156
public RequestInformation toGetRequestInformation() {
163157
return toGetRequestInformation(null);
164158
}
165159
/**
166-
* Read properties and relationships of the androidManagedAppProtection object.
160+
* Android managed app policies.
167161
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
168162
* @return a {@link RequestInformation}
169163
*/
@@ -175,7 +169,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
175169
return requestInfo;
176170
}
177171
/**
178-
* Update the properties of a androidManagedAppProtection object.
172+
* Update the navigation property androidManagedAppProtections in deviceAppManagement
179173
* @param body The request body
180174
* @return a {@link RequestInformation}
181175
*/
@@ -184,7 +178,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
184178
return toPatchRequestInformation(body, null);
185179
}
186180
/**
187-
* Update the properties of a androidManagedAppProtection object.
181+
* Update the navigation property androidManagedAppProtections in deviceAppManagement
188182
* @param body The request body
189183
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
190184
* @return a {@link RequestInformation}
@@ -215,7 +209,7 @@ public AndroidManagedAppProtectionItemRequestBuilder withUrl(@jakarta.annotation
215209
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
216210
}
217211
/**
218-
* Read properties and relationships of the androidManagedAppProtection object.
212+
* Android managed app policies.
219213
*/
220214
@jakarta.annotation.Generated("com.microsoft.kiota")
221215
public class GetQueryParameters implements QueryParameters {

0 commit comments

Comments
 (0)