Skip to content

Commit 4f8cb6a

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 184371
1 parent d0c3cae commit 4f8cb6a

File tree

67 files changed

+1451
-312
lines changed

Some content is hidden

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

67 files changed

+1451
-312
lines changed

src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatableassets/item/UpdatableAssetItemRequestBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ public UpdatableAssetItemRequestBuilder(@jakarta.annotation.Nonnull final String
7373
super(requestAdapter, "{+baseurl}/admin/windows/updates/updatableAssets/{updatableAsset%2Did}{?%24expand,%24select}", rawUrl);
7474
}
7575
/**
76-
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
76+
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
7777
* @throws ODataError When receiving a 4XX or 5XX status code
78-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta">Find more info here</a>
78+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta">Find more info here</a>
7979
*/
8080
public void delete() {
8181
delete(null);
8282
}
8383
/**
84-
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
84+
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
8585
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8686
* @throws ODataError When receiving a 4XX or 5XX status code
87-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta">Find more info here</a>
87+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-delete?view=graph-rest-beta">Find more info here</a>
8888
*/
8989
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer<DeleteRequestConfiguration> requestConfiguration) {
9090
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -142,15 +142,15 @@ public UpdatableAsset patch(@jakarta.annotation.Nonnull final UpdatableAsset bod
142142
return this.requestAdapter.send(requestInfo, errorMapping, UpdatableAsset::createFromDiscriminatorValue);
143143
}
144144
/**
145-
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
145+
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
146146
* @return a {@link RequestInformation}
147147
*/
148148
@jakarta.annotation.Nonnull
149149
public RequestInformation toDeleteRequestInformation() {
150150
return toDeleteRequestInformation(null);
151151
}
152152
/**
153-
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
153+
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
154154
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
155155
* @return a {@link RequestInformation}
156156
*/

src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/updatepolicies/item/compliancechanges/item/ComplianceChangeItemRequestBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,23 @@ public ComplianceChange get(@jakarta.annotation.Nullable final java.util.functio
9090
return this.requestAdapter.send(requestInfo, errorMapping, ComplianceChange::createFromDiscriminatorValue);
9191
}
9292
/**
93-
* Update the properties of a complianceChange object.
93+
* Update the properties of a contentApproval object.
9494
* @param body The request body
9595
* @return a {@link ComplianceChange}
9696
* @throws ODataError When receiving a 4XX or 5XX status code
97-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta">Find more info here</a>
97+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta">Find more info here</a>
9898
*/
9999
@jakarta.annotation.Nullable
100100
public ComplianceChange patch(@jakarta.annotation.Nonnull final ComplianceChange body) {
101101
return patch(body, null);
102102
}
103103
/**
104-
* Update the properties of a complianceChange object.
104+
* Update the properties of a contentApproval object.
105105
* @param body The request body
106106
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
107107
* @return a {@link ComplianceChange}
108108
* @throws ODataError When receiving a 4XX or 5XX status code
109-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta">Find more info here</a>
109+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta">Find more info here</a>
110110
*/
111111
@jakarta.annotation.Nullable
112112
public ComplianceChange patch(@jakarta.annotation.Nonnull final ComplianceChange body, @jakarta.annotation.Nullable final java.util.function.Consumer<PatchRequestConfiguration> requestConfiguration) {
@@ -157,7 +157,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
157157
return requestInfo;
158158
}
159159
/**
160-
* Update the properties of a complianceChange object.
160+
* Update the properties of a contentApproval object.
161161
* @param body The request body
162162
* @return a {@link RequestInformation}
163163
*/
@@ -166,7 +166,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
166166
return toPatchRequestInformation(body, null);
167167
}
168168
/**
169-
* Update the properties of a complianceChange object.
169+
* Update the properties of a contentApproval object.
170170
* @param body The request body
171171
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
172172
* @return a {@link RequestInformation}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public AssignmentsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
6060
super(requestAdapter, "{+baseurl}/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* The associated group assignments for IosLobAppProvisioningConfiguration.
63+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
6464
* @return a {@link IosLobAppProvisioningConfigurationAssignmentCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
6666
*/
@@ -69,7 +69,7 @@ public IosLobAppProvisioningConfigurationAssignmentCollectionResponse get() {
6969
return get(null);
7070
}
7171
/**
72-
* The associated group assignments for IosLobAppProvisioningConfiguration.
72+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
7373
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7474
* @return a {@link IosLobAppProvisioningConfigurationAssignmentCollectionResponse}
7575
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -107,15 +107,15 @@ public IosLobAppProvisioningConfigurationAssignment post(@jakarta.annotation.Non
107107
return this.requestAdapter.send(requestInfo, errorMapping, IosLobAppProvisioningConfigurationAssignment::createFromDiscriminatorValue);
108108
}
109109
/**
110-
* The associated group assignments for IosLobAppProvisioningConfiguration.
110+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
111111
* @return a {@link RequestInformation}
112112
*/
113113
@jakarta.annotation.Nonnull
114114
public RequestInformation toGetRequestInformation() {
115115
return toGetRequestInformation(null);
116116
}
117117
/**
118-
* The associated group assignments for IosLobAppProvisioningConfiguration.
118+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
119119
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
120120
* @return a {@link RequestInformation}
121121
*/
@@ -161,7 +161,7 @@ public AssignmentsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
161161
return new AssignmentsRequestBuilder(rawUrl, requestAdapter);
162162
}
163163
/**
164-
* The associated group assignments for IosLobAppProvisioningConfiguration.
164+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
165165
*/
166166
@jakarta.annotation.Generated("com.microsoft.kiota")
167167
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/deviceappmanagement/ioslobappprovisioningconfigurations/item/assignments/item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
5555
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
5656
}
5757
/**
58-
* The associated group assignments for IosLobAppProvisioningConfiguration.
58+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
5959
* @return a {@link IosLobAppProvisioningConfigurationAssignment}
6060
* @throws ODataError When receiving a 4XX or 5XX status code
6161
*/
@@ -64,7 +64,7 @@ public IosLobAppProvisioningConfigurationAssignment get() {
6464
return get(null);
6565
}
6666
/**
67-
* The associated group assignments for IosLobAppProvisioningConfiguration.
67+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
6868
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6969
* @return a {@link IosLobAppProvisioningConfigurationAssignment}
7070
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -122,15 +122,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
122122
return requestInfo;
123123
}
124124
/**
125-
* The associated group assignments for IosLobAppProvisioningConfiguration.
125+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
126126
* @return a {@link RequestInformation}
127127
*/
128128
@jakarta.annotation.Nonnull
129129
public RequestInformation toGetRequestInformation() {
130130
return toGetRequestInformation(null);
131131
}
132132
/**
133-
* The associated group assignments for IosLobAppProvisioningConfiguration.
133+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
134134
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
135135
* @return a {@link RequestInformation}
136136
*/
@@ -182,7 +182,7 @@ public IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder withUrl(@j
182182
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
183183
}
184184
/**
185-
* The associated group assignments for IosLobAppProvisioningConfiguration.
185+
* The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.
186186
*/
187187
@jakarta.annotation.Generated("com.microsoft.kiota")
188188
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/directory/authenticationmethoddevices/hardwareoathdevices/HardwareOathDevicesRequestBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,23 @@ public HardwareOathTokenAuthenticationMethodDeviceCollectionResponse get(@jakart
8484
return this.requestAdapter.send(requestInfo, errorMapping, HardwareOathTokenAuthenticationMethodDeviceCollectionResponse::createFromDiscriminatorValue);
8585
}
8686
/**
87-
* Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API.
87+
* Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation.
8888
* @param body The request body
8989
* @return a {@link HardwareOathTokenAuthenticationMethodDevice}
9090
* @throws ODataError When receiving a 4XX or 5XX status code
91-
* @see <a href="https://learn.microsoft.com/graph/api/authenticationmethoddevice-post-hardwareoathdevices?view=graph-rest-beta">Find more info here</a>
91+
* @see <a href="https://learn.microsoft.com/graph/api/authenticationmethoddevice-update?view=graph-rest-beta">Find more info here</a>
9292
*/
9393
@jakarta.annotation.Nullable
9494
public HardwareOathTokenAuthenticationMethodDevice post(@jakarta.annotation.Nonnull final HardwareOathTokenAuthenticationMethodDevice body) {
9595
return post(body, null);
9696
}
9797
/**
98-
* Create a new hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API.
98+
* Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation.
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 HardwareOathTokenAuthenticationMethodDevice}
102102
* @throws ODataError When receiving a 4XX or 5XX status code
103-
* @see <a href="https://learn.microsoft.com/graph/api/authenticationmethoddevice-post-hardwareoathdevices?view=graph-rest-beta">Find more info here</a>
103+
* @see <a href="https://learn.microsoft.com/graph/api/authenticationmethoddevice-update?view=graph-rest-beta">Find more info here</a>
104104
*/
105105
@jakarta.annotation.Nullable
106106
public HardwareOathTokenAuthenticationMethodDevice post(@jakarta.annotation.Nonnull final HardwareOathTokenAuthenticationMethodDevice 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 hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API.
134+
* Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation.
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 hardwareOathTokenAuthenticationMethodDevice object. You can optionally create and assign to a user in the same request; Or assign to a user via the assign API.
143+
* Create a new hardwareOathTokenAuthenticationMethodDevice object. Supports bulk creation.
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/beta/generated/drives/item/items/item/DriveItemItemRequestBuilder.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import com.microsoft.graph.beta.drives.item.items.item.delta.DeltaRequestBuilder;
1616
import com.microsoft.graph.beta.drives.item.items.item.deltawithtoken.DeltaWithTokenRequestBuilder;
1717
import com.microsoft.graph.beta.drives.item.items.item.discardcheckout.DiscardCheckoutRequestBuilder;
18+
import com.microsoft.graph.beta.drives.item.items.item.extensions.ExtensionsRequestBuilder;
1819
import com.microsoft.graph.beta.drives.item.items.item.extractsensitivitylabels.ExtractSensitivityLabelsRequestBuilder;
1920
import com.microsoft.graph.beta.drives.item.items.item.follow.FollowRequestBuilder;
2021
import com.microsoft.graph.beta.drives.item.items.item.getactivitiesbyintervalwithstartdatetimewithenddatetimewithinterval.GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder;
@@ -165,6 +166,14 @@ public DeltaRequestBuilder delta() {
165166
public DiscardCheckoutRequestBuilder discardCheckout() {
166167
return new DiscardCheckoutRequestBuilder(pathParameters, requestAdapter);
167168
}
169+
/**
170+
* Provides operations to manage the extensions property of the microsoft.graph.driveItem entity.
171+
* @return a {@link ExtensionsRequestBuilder}
172+
*/
173+
@jakarta.annotation.Nonnull
174+
public ExtensionsRequestBuilder extensions() {
175+
return new ExtensionsRequestBuilder(pathParameters, requestAdapter);
176+
}
168177
/**
169178
* Provides operations to call the extractSensitivityLabels method.
170179
* @return a {@link ExtractSensitivityLabelsRequestBuilder}

0 commit comments

Comments
 (0)