Skip to content

Commit 21a9a73

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 200121
1 parent b20b1ea commit 21a9a73

27 files changed

+125
-115
lines changed

src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/externalpartners/ExternalPartnersRequestBuilder.java

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,21 @@ public ExternalPartnersRequestBuilder(@jakarta.annotation.Nonnull final String r
6060
super(requestAdapter, "{+baseurl}/deviceManagement/virtualEndpoint/externalPartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* Get externalPartners from deviceManagement
63+
* Get a list of the cloudPcExternalPartner objects and their properties.
6464
* @return a {@link CloudPcExternalPartnerCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
66+
* @see <a href="https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartners?view=graph-rest-beta">Find more info here</a>
6667
*/
6768
@jakarta.annotation.Nullable
6869
public CloudPcExternalPartnerCollectionResponse get() {
6970
return get(null);
7071
}
7172
/**
72-
* Get externalPartners from deviceManagement
73+
* Get a list of the cloudPcExternalPartner objects and their properties.
7374
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7475
* @return a {@link CloudPcExternalPartnerCollectionResponse}
7576
* @throws ODataError When receiving a 4XX or 5XX status code
77+
* @see <a href="https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartners?view=graph-rest-beta">Find more info here</a>
7678
*/
7779
@jakarta.annotation.Nullable
7880
public CloudPcExternalPartnerCollectionResponse get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -82,21 +84,23 @@ public CloudPcExternalPartnerCollectionResponse get(@jakarta.annotation.Nullable
8284
return this.requestAdapter.send(requestInfo, errorMapping, CloudPcExternalPartnerCollectionResponse::createFromDiscriminatorValue);
8385
}
8486
/**
85-
* Create new navigation property to externalPartners for deviceManagement
87+
* Create a new cloudPcExternalPartner object.
8688
* @param body The request body
8789
* @return a {@link CloudPcExternalPartner}
8890
* @throws ODataError When receiving a 4XX or 5XX status code
91+
* @see <a href="https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartners?view=graph-rest-beta">Find more info here</a>
8992
*/
9093
@jakarta.annotation.Nullable
9194
public CloudPcExternalPartner post(@jakarta.annotation.Nonnull final CloudPcExternalPartner body) {
9295
return post(body, null);
9396
}
9497
/**
95-
* Create new navigation property to externalPartners for deviceManagement
98+
* Create a new cloudPcExternalPartner object.
9699
* @param body The request body
97100
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
98101
* @return a {@link CloudPcExternalPartner}
99102
* @throws ODataError When receiving a 4XX or 5XX status code
103+
* @see <a href="https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartners?view=graph-rest-beta">Find more info here</a>
100104
*/
101105
@jakarta.annotation.Nullable
102106
public CloudPcExternalPartner post(@jakarta.annotation.Nonnull final CloudPcExternalPartner body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -107,15 +111,15 @@ public CloudPcExternalPartner post(@jakarta.annotation.Nonnull final CloudPcExte
107111
return this.requestAdapter.send(requestInfo, errorMapping, CloudPcExternalPartner::createFromDiscriminatorValue);
108112
}
109113
/**
110-
* Get externalPartners from deviceManagement
114+
* Get a list of the cloudPcExternalPartner objects and their properties.
111115
* @return a {@link RequestInformation}
112116
*/
113117
@jakarta.annotation.Nonnull
114118
public RequestInformation toGetRequestInformation() {
115119
return toGetRequestInformation(null);
116120
}
117121
/**
118-
* Get externalPartners from deviceManagement
122+
* Get a list of the cloudPcExternalPartner objects and their properties.
119123
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
120124
* @return a {@link RequestInformation}
121125
*/
@@ -127,7 +131,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
127131
return requestInfo;
128132
}
129133
/**
130-
* Create new navigation property to externalPartners for deviceManagement
134+
* Create a new cloudPcExternalPartner object.
131135
* @param body The request body
132136
* @return a {@link RequestInformation}
133137
*/
@@ -136,7 +140,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
136140
return toPostRequestInformation(body, null);
137141
}
138142
/**
139-
* Create new navigation property to externalPartners for deviceManagement
143+
* Create a new cloudPcExternalPartner object.
140144
* @param body The request body
141145
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
142146
* @return a {@link RequestInformation}
@@ -161,7 +165,7 @@ public ExternalPartnersRequestBuilder withUrl(@jakarta.annotation.Nonnull final
161165
return new ExternalPartnersRequestBuilder(rawUrl, requestAdapter);
162166
}
163167
/**
164-
* Get externalPartners from deviceManagement
168+
* Get a list of the cloudPcExternalPartner objects and their properties.
165169
*/
166170
@jakarta.annotation.Generated("com.microsoft.kiota")
167171
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/devicemanagement/virtualendpoint/externalpartners/item/CloudPcExternalPartnerItemRequestBuilder.java

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
5555
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
5656
}
5757
/**
58-
* Get externalPartners from deviceManagement
58+
* Read the properties and relationships of a cloudPcExternalPartner object.
5959
* @return a {@link CloudPcExternalPartner}
6060
* @throws ODataError When receiving a 4XX or 5XX status code
61+
* @see <a href="https://learn.microsoft.com/graph/api/cloudpcexternalpartner-get?view=graph-rest-beta">Find more info here</a>
6162
*/
6263
@jakarta.annotation.Nullable
6364
public CloudPcExternalPartner get() {
6465
return get(null);
6566
}
6667
/**
67-
* Get externalPartners from deviceManagement
68+
* Read the properties and relationships of a cloudPcExternalPartner object.
6869
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
6970
* @return a {@link CloudPcExternalPartner}
7071
* @throws ODataError When receiving a 4XX or 5XX status code
72+
* @see <a href="https://learn.microsoft.com/graph/api/cloudpcexternalpartner-get?view=graph-rest-beta">Find more info here</a>
7173
*/
7274
@jakarta.annotation.Nullable
7375
public CloudPcExternalPartner get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -77,21 +79,23 @@ public CloudPcExternalPartner get(@jakarta.annotation.Nullable final java.util.f
7779
return this.requestAdapter.send(requestInfo, errorMapping, CloudPcExternalPartner::createFromDiscriminatorValue);
7880
}
7981
/**
80-
* Update the navigation property externalPartners in deviceManagement
82+
* Update the properties of a cloudPcExternalPartner object.
8183
* @param body The request body
8284
* @return a {@link CloudPcExternalPartner}
8385
* @throws ODataError When receiving a 4XX or 5XX status code
86+
* @see <a href="https://learn.microsoft.com/graph/api/cloudpcexternalpartner-update?view=graph-rest-beta">Find more info here</a>
8487
*/
8588
@jakarta.annotation.Nullable
8689
public CloudPcExternalPartner patch(@jakarta.annotation.Nonnull final CloudPcExternalPartner body) {
8790
return patch(body, null);
8891
}
8992
/**
90-
* Update the navigation property externalPartners in deviceManagement
93+
* Update the properties of a cloudPcExternalPartner object.
9194
* @param body The request body
9295
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9396
* @return a {@link CloudPcExternalPartner}
9497
* @throws ODataError When receiving a 4XX or 5XX status code
98+
* @see <a href="https://learn.microsoft.com/graph/api/cloudpcexternalpartner-update?view=graph-rest-beta">Find more info here</a>
9599
*/
96100
@jakarta.annotation.Nullable
97101
public CloudPcExternalPartner patch(@jakarta.annotation.Nonnull final CloudPcExternalPartner body, @jakarta.annotation.Nullable final java.util.function.Consumer<PatchRequestConfiguration> requestConfiguration) {
@@ -122,15 +126,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
122126
return requestInfo;
123127
}
124128
/**
125-
* Get externalPartners from deviceManagement
129+
* Read the properties and relationships of a cloudPcExternalPartner object.
126130
* @return a {@link RequestInformation}
127131
*/
128132
@jakarta.annotation.Nonnull
129133
public RequestInformation toGetRequestInformation() {
130134
return toGetRequestInformation(null);
131135
}
132136
/**
133-
* Get externalPartners from deviceManagement
137+
* Read the properties and relationships of a cloudPcExternalPartner object.
134138
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
135139
* @return a {@link RequestInformation}
136140
*/
@@ -142,7 +146,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
142146
return requestInfo;
143147
}
144148
/**
145-
* Update the navigation property externalPartners in deviceManagement
149+
* Update the properties of a cloudPcExternalPartner object.
146150
* @param body The request body
147151
* @return a {@link RequestInformation}
148152
*/
@@ -151,7 +155,7 @@ public RequestInformation toPatchRequestInformation(@jakarta.annotation.Nonnull
151155
return toPatchRequestInformation(body, null);
152156
}
153157
/**
154-
* Update the navigation property externalPartners in deviceManagement
158+
* Update the properties of a cloudPcExternalPartner object.
155159
* @param body The request body
156160
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
157161
* @return a {@link RequestInformation}
@@ -182,7 +186,7 @@ public CloudPcExternalPartnerItemRequestBuilder withUrl(@jakarta.annotation.Nonn
182186
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
183187
}
184188
/**
185-
* Get externalPartners from deviceManagement
189+
* Read the properties and relationships of a cloudPcExternalPartner object.
186190
*/
187191
@jakarta.annotation.Generated("com.microsoft.kiota")
188192
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/RiskPreventionRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
6464
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
6565
}
6666
/**
67-
* Get riskPrevention from identity
67+
* Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
6868
* @return a {@link RiskPreventionContainer}
6969
* @throws ODataError When receiving a 4XX or 5XX status code
7070
*/
@@ -73,7 +73,7 @@ public RiskPreventionContainer get() {
7373
return get(null);
7474
}
7575
/**
76-
* Get riskPrevention from identity
76+
* Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
7777
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7878
* @return a {@link RiskPreventionContainer}
7979
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -131,15 +131,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
131131
return requestInfo;
132132
}
133133
/**
134-
* Get riskPrevention from identity
134+
* Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
135135
* @return a {@link RequestInformation}
136136
*/
137137
@jakarta.annotation.Nonnull
138138
public RequestInformation toGetRequestInformation() {
139139
return toGetRequestInformation(null);
140140
}
141141
/**
142-
* Get riskPrevention from identity
142+
* Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
143143
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
144144
* @return a {@link RequestInformation}
145145
*/
@@ -191,7 +191,7 @@ public RiskPreventionRequestBuilder withUrl(@jakarta.annotation.Nonnull final St
191191
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
192192
}
193193
/**
194-
* Get riskPrevention from identity
194+
* Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
195195
*/
196196
@jakarta.annotation.Generated("com.microsoft.kiota")
197197
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/identity/riskprevention/fraudprotectionproviders/FraudProtectionProvidersRequestBuilder.java

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public FraudProtectionProvidersRequestBuilder(@jakarta.annotation.Nonnull final
6060
super(requestAdapter, "{+baseurl}/identity/riskPrevention/fraudProtectionProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6161
}
6262
/**
63-
* Get fraudProtectionProviders from identity
63+
* Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
6464
* @return a {@link FraudProtectionProviderCollectionResponse}
6565
* @throws ODataError When receiving a 4XX or 5XX status code
6666
*/
@@ -69,7 +69,7 @@ public FraudProtectionProviderCollectionResponse get() {
6969
return get(null);
7070
}
7171
/**
72-
* Get fraudProtectionProviders from identity
72+
* Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
7373
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7474
* @return a {@link FraudProtectionProviderCollectionResponse}
7575
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -82,21 +82,23 @@ public FraudProtectionProviderCollectionResponse get(@jakarta.annotation.Nullabl
8282
return this.requestAdapter.send(requestInfo, errorMapping, FraudProtectionProviderCollectionResponse::createFromDiscriminatorValue);
8383
}
8484
/**
85-
* Create new navigation property to fraudProtectionProviders for identity
85+
* Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
8686
* @param body The request body
8787
* @return a {@link FraudProtectionProvider}
8888
* @throws ODataError When receiving a 4XX or 5XX status code
89+
* @see <a href="https://learn.microsoft.com/graph/api/riskpreventioncontainer-post-fraudprotectionproviders?view=graph-rest-beta">Find more info here</a>
8990
*/
9091
@jakarta.annotation.Nullable
9192
public FraudProtectionProvider post(@jakarta.annotation.Nonnull final FraudProtectionProvider body) {
9293
return post(body, null);
9394
}
9495
/**
95-
* Create new navigation property to fraudProtectionProviders for identity
96+
* Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
9697
* @param body The request body
9798
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9899
* @return a {@link FraudProtectionProvider}
99100
* @throws ODataError When receiving a 4XX or 5XX status code
101+
* @see <a href="https://learn.microsoft.com/graph/api/riskpreventioncontainer-post-fraudprotectionproviders?view=graph-rest-beta">Find more info here</a>
100102
*/
101103
@jakarta.annotation.Nullable
102104
public FraudProtectionProvider post(@jakarta.annotation.Nonnull final FraudProtectionProvider body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -107,15 +109,15 @@ public FraudProtectionProvider post(@jakarta.annotation.Nonnull final FraudProte
107109
return this.requestAdapter.send(requestInfo, errorMapping, FraudProtectionProvider::createFromDiscriminatorValue);
108110
}
109111
/**
110-
* Get fraudProtectionProviders from identity
112+
* Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
111113
* @return a {@link RequestInformation}
112114
*/
113115
@jakarta.annotation.Nonnull
114116
public RequestInformation toGetRequestInformation() {
115117
return toGetRequestInformation(null);
116118
}
117119
/**
118-
* Get fraudProtectionProviders from identity
120+
* Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
119121
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
120122
* @return a {@link RequestInformation}
121123
*/
@@ -127,7 +129,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
127129
return requestInfo;
128130
}
129131
/**
130-
* Create new navigation property to fraudProtectionProviders for identity
132+
* Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
131133
* @param body The request body
132134
* @return a {@link RequestInformation}
133135
*/
@@ -136,7 +138,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
136138
return toPostRequestInformation(body, null);
137139
}
138140
/**
139-
* Create new navigation property to fraudProtectionProviders for identity
141+
* Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider.
140142
* @param body The request body
141143
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
142144
* @return a {@link RequestInformation}
@@ -161,7 +163,7 @@ public FraudProtectionProvidersRequestBuilder withUrl(@jakarta.annotation.Nonnul
161163
return new FraudProtectionProvidersRequestBuilder(rawUrl, requestAdapter);
162164
}
163165
/**
164-
* Get fraudProtectionProviders from identity
166+
* Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
165167
*/
166168
@jakarta.annotation.Generated("com.microsoft.kiota")
167169
public class GetQueryParameters implements QueryParameters {

0 commit comments

Comments
 (0)