Skip to content

Commit c2b3a11

Browse files
authored
Merge pull request #1147 from microsoftgraph/beta/pipelinebuild/182989
Generated beta models and request builders
2 parents e9df259 + 8037388 commit c2b3a11

File tree

117 files changed

+2574
-584
lines changed

Some content is hidden

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

117 files changed

+2574
-584
lines changed

src/main/java/com/microsoft/graph/beta/generated/admin/windows/updates/resourceconnections/item/ResourceConnectionItemRequestBuilder.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ public ResourceConnectionItemRequestBuilder(@jakarta.annotation.Nonnull final St
3737
super(requestAdapter, "{+baseurl}/admin/windows/updates/resourceConnections/{resourceConnection%2Did}{?%24expand,%24select}", rawUrl);
3838
}
3939
/**
40-
* Delete a resourceConnection object.
40+
* Delete an operationalInsightsConnection object.
4141
* @throws ODataError When receiving a 4XX or 5XX status code
42-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta">Find more info here</a>
42+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta">Find more info here</a>
4343
*/
4444
public void delete() {
4545
delete(null);
4646
}
4747
/**
48-
* Delete a resourceConnection object.
48+
* Delete an operationalInsightsConnection object.
4949
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5050
* @throws ODataError When receiving a 4XX or 5XX status code
51-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta">Find more info here</a>
51+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta">Find more info here</a>
5252
*/
5353
public void delete(@jakarta.annotation.Nullable final java.util.function.Consumer<DeleteRequestConfiguration> requestConfiguration) {
5454
final RequestInformation requestInfo = toDeleteRequestInformation(requestConfiguration);
@@ -106,15 +106,15 @@ public ResourceConnection patch(@jakarta.annotation.Nonnull final ResourceConnec
106106
return this.requestAdapter.send(requestInfo, errorMapping, ResourceConnection::createFromDiscriminatorValue);
107107
}
108108
/**
109-
* Delete a resourceConnection object.
109+
* Delete an operationalInsightsConnection object.
110110
* @return a {@link RequestInformation}
111111
*/
112112
@jakarta.annotation.Nonnull
113113
public RequestInformation toDeleteRequestInformation() {
114114
return toDeleteRequestInformation(null);
115115
}
116116
/**
117-
* Delete a resourceConnection object.
117+
* Delete an operationalInsightsConnection object.
118118
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
119119
* @return a {@link RequestInformation}
120120
*/

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
9393
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
9494
}
9595
/**
96-
* Read the properties and relationships of an updatableAssetGroup object.
96+
* Read the properties and relationships of an updatableAsset object.
9797
* @return a {@link UpdatableAsset}
9898
* @throws ODataError When receiving a 4XX or 5XX status code
99-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta">Find more info here</a>
99+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-beta">Find more info here</a>
100100
*/
101101
@jakarta.annotation.Nullable
102102
public UpdatableAsset get() {
103103
return get(null);
104104
}
105105
/**
106-
* Read the properties and relationships of an updatableAssetGroup object.
106+
* Read the properties and relationships of an updatableAsset object.
107107
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
108108
* @return a {@link UpdatableAsset}
109109
* @throws ODataError When receiving a 4XX or 5XX status code
110-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta">Find more info here</a>
110+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-beta">Find more info here</a>
111111
*/
112112
@jakarta.annotation.Nullable
113113
public UpdatableAsset get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -162,15 +162,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
162162
return requestInfo;
163163
}
164164
/**
165-
* Read the properties and relationships of an updatableAssetGroup object.
165+
* Read the properties and relationships of an updatableAsset object.
166166
* @return a {@link RequestInformation}
167167
*/
168168
@jakarta.annotation.Nonnull
169169
public RequestInformation toGetRequestInformation() {
170170
return toGetRequestInformation(null);
171171
}
172172
/**
173-
* Read the properties and relationships of an updatableAssetGroup object.
173+
* Read the properties and relationships of an updatableAsset object.
174174
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
175175
* @return a {@link RequestInformation}
176176
*/
@@ -222,7 +222,7 @@ public UpdatableAssetItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fina
222222
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
223223
}
224224
/**
225-
* Read the properties and relationships of an updatableAssetGroup object.
225+
* Read the properties and relationships of an updatableAsset object.
226226
*/
227227
@jakarta.annotation.Generated("com.microsoft.kiota")
228228
public class GetQueryParameters implements QueryParameters {

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
6666
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
6767
}
6868
/**
69-
* Read the properties and relationships of a contentApproval object.
69+
* Read the properties and relationships of a complianceChange object.
7070
* @return a {@link ComplianceChange}
7171
* @throws ODataError When receiving a 4XX or 5XX status code
72-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta">Find more info here</a>
72+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta">Find more info here</a>
7373
*/
7474
@jakarta.annotation.Nullable
7575
public ComplianceChange get() {
7676
return get(null);
7777
}
7878
/**
79-
* Read the properties and relationships of a contentApproval object.
79+
* Read the properties and relationships of a complianceChange object.
8080
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8181
* @return a {@link ComplianceChange}
8282
* @throws ODataError When receiving a 4XX or 5XX status code
83-
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta">Find more info here</a>
83+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta">Find more info here</a>
8484
*/
8585
@jakarta.annotation.Nullable
8686
public ComplianceChange get(@jakarta.annotation.Nullable final java.util.function.Consumer<GetRequestConfiguration> requestConfiguration) {
@@ -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 contentApproval object.
93+
* Update the properties of a complianceChange 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-contentapproval-update?view=graph-rest-beta">Find more info here</a>
97+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-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 contentApproval object.
104+
* Update the properties of a complianceChange 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-contentapproval-update?view=graph-rest-beta">Find more info here</a>
109+
* @see <a href="https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-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) {
@@ -137,15 +137,15 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
137137
return requestInfo;
138138
}
139139
/**
140-
* Read the properties and relationships of a contentApproval object.
140+
* Read the properties and relationships of a complianceChange object.
141141
* @return a {@link RequestInformation}
142142
*/
143143
@jakarta.annotation.Nonnull
144144
public RequestInformation toGetRequestInformation() {
145145
return toGetRequestInformation(null);
146146
}
147147
/**
148-
* Read the properties and relationships of a contentApproval object.
148+
* Read the properties and relationships of a complianceChange object.
149149
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
150150
* @return a {@link RequestInformation}
151151
*/
@@ -157,7 +157,7 @@ public RequestInformation toGetRequestInformation(@jakarta.annotation.Nullable f
157157
return requestInfo;
158158
}
159159
/**
160-
* Update the properties of a contentApproval object.
160+
* Update the properties of a complianceChange 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 contentApproval object.
169+
* Update the properties of a complianceChange 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}
@@ -197,7 +197,7 @@ public ComplianceChangeItemRequestBuilder withUrl(@jakarta.annotation.Nonnull fi
197197
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
198198
}
199199
/**
200-
* Read the properties and relationships of a contentApproval object.
200+
* Read the properties and relationships of a complianceChange object.
201201
*/
202202
@jakarta.annotation.Generated("com.microsoft.kiota")
203203
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/forwardtochat/ForwardToChatRequestBuilder.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
3535
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/forwardToChat", rawUrl);
3636
}
3737
/**
38-
* Invoke action forwardToChat
38+
* Forward a chat message, a channel message, or a channel message reply to a chat.
3939
* @param body The request body
4040
* @return a {@link ForwardToChatPostResponse}
4141
* @throws ODataError When receiving a 4XX or 5XX status code
42+
* @see <a href="https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta">Find more info here</a>
4243
*/
4344
@jakarta.annotation.Nullable
4445
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
4546
return post(body, null);
4647
}
4748
/**
48-
* Invoke action forwardToChat
49+
* Forward a chat message, a channel message, or a channel message reply to a chat.
4950
* @param body The request body
5051
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5152
* @return a {@link ForwardToChatPostResponse}
5253
* @throws ODataError When receiving a 4XX or 5XX status code
54+
* @see <a href="https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta">Find more info here</a>
5355
*/
5456
@jakarta.annotation.Nullable
5557
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
6062
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
6163
}
6264
/**
63-
* Invoke action forwardToChat
65+
* Forward a chat message, a channel message, or a channel message reply to a chat.
6466
* @param body The request body
6567
* @return a {@link RequestInformation}
6668
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
6971
return toPostRequestInformation(body, null);
7072
}
7173
/**
72-
* Invoke action forwardToChat
74+
* Forward a chat message, a channel message, or a channel message reply to a chat.
7375
* @param body The request body
7476
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7577
* @return a {@link RequestInformation}

src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/item/replies/forwardtochat/ForwardToChatRequestBuilder.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,23 @@ public ForwardToChatRequestBuilder(@jakarta.annotation.Nonnull final String rawU
3535
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/forwardToChat", rawUrl);
3636
}
3737
/**
38-
* Invoke action forwardToChat
38+
* Forward a chat message, a channel message, or a channel message reply to a chat.
3939
* @param body The request body
4040
* @return a {@link ForwardToChatPostResponse}
4141
* @throws ODataError When receiving a 4XX or 5XX status code
42+
* @see <a href="https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta">Find more info here</a>
4243
*/
4344
@jakarta.annotation.Nullable
4445
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body) {
4546
return post(body, null);
4647
}
4748
/**
48-
* Invoke action forwardToChat
49+
* Forward a chat message, a channel message, or a channel message reply to a chat.
4950
* @param body The request body
5051
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5152
* @return a {@link ForwardToChatPostResponse}
5253
* @throws ODataError When receiving a 4XX or 5XX status code
54+
* @see <a href="https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta">Find more info here</a>
5355
*/
5456
@jakarta.annotation.Nullable
5557
public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardToChatPostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -60,7 +62,7 @@ public ForwardToChatPostResponse post(@jakarta.annotation.Nonnull final ForwardT
6062
return this.requestAdapter.send(requestInfo, errorMapping, ForwardToChatPostResponse::createFromDiscriminatorValue);
6163
}
6264
/**
63-
* Invoke action forwardToChat
65+
* Forward a chat message, a channel message, or a channel message reply to a chat.
6466
* @param body The request body
6567
* @return a {@link RequestInformation}
6668
*/
@@ -69,7 +71,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
6971
return toPostRequestInformation(body, null);
7072
}
7173
/**
72-
* Invoke action forwardToChat
74+
* Forward a chat message, a channel message, or a channel message reply to a chat.
7375
* @param body The request body
7476
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7577
* @return a {@link RequestInformation}

src/main/java/com/microsoft/graph/beta/generated/chats/item/messages/item/replies/replywithquote/ReplyWithQuoteRequestBuilder.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,23 @@ public ReplyWithQuoteRequestBuilder(@jakarta.annotation.Nonnull final String raw
3636
super(requestAdapter, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/replyWithQuote", rawUrl);
3737
}
3838
/**
39-
* Invoke action replyWithQuote
39+
* Reply with quote to a single chat message or multiple chat messages in a chat.
4040
* @param body The request body
4141
* @return a {@link ChatMessage}
4242
* @throws ODataError When receiving a 4XX or 5XX status code
43+
* @see <a href="https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta">Find more info here</a>
4344
*/
4445
@jakarta.annotation.Nullable
4546
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body) {
4647
return post(body, null);
4748
}
4849
/**
49-
* Invoke action replyWithQuote
50+
* Reply with quote to a single chat message or multiple chat messages in a chat.
5051
* @param body The request body
5152
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5253
* @return a {@link ChatMessage}
5354
* @throws ODataError When receiving a 4XX or 5XX status code
55+
* @see <a href="https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta">Find more info here</a>
5456
*/
5557
@jakarta.annotation.Nullable
5658
public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequestBody body, @jakarta.annotation.Nullable final java.util.function.Consumer<PostRequestConfiguration> requestConfiguration) {
@@ -61,7 +63,7 @@ public ChatMessage post(@jakarta.annotation.Nonnull final ReplyWithQuotePostRequ
6163
return this.requestAdapter.send(requestInfo, errorMapping, ChatMessage::createFromDiscriminatorValue);
6264
}
6365
/**
64-
* Invoke action replyWithQuote
66+
* Reply with quote to a single chat message or multiple chat messages in a chat.
6567
* @param body The request body
6668
* @return a {@link RequestInformation}
6769
*/
@@ -70,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
7072
return toPostRequestInformation(body, null);
7173
}
7274
/**
73-
* Invoke action replyWithQuote
75+
* Reply with quote to a single chat message or multiple chat messages in a chat.
7476
* @param body The request body
7577
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7678
* @return a {@link RequestInformation}

0 commit comments

Comments
 (0)