Skip to content

Commit 55b7870

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 208109
1 parent b2c73ee commit 55b7870

File tree

213 files changed

+8042
-528
lines changed

Some content is hidden

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

213 files changed

+8042
-528
lines changed

src/main/java/com/microsoft/graph/beta/generated/admin/exchange/tracing/TracingRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
7373
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
7474
}
7575
/**
76-
* Get tracing from admin
76+
* Represents a container for administrative resources to trace messages.
7777
* @return a {@link MessageTracingRoot}
7878
* @throws ODataError When receiving a 4XX or 5XX status code
7979
* @deprecated
@@ -85,7 +85,7 @@ public MessageTracingRoot get() {
8585
return get(null);
8686
}
8787
/**
88-
* Get tracing from admin
88+
* Represents a container for administrative resources to trace messages.
8989
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9090
* @return a {@link MessageTracingRoot}
9191
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -158,7 +158,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
158158
return requestInfo;
159159
}
160160
/**
161-
* Get tracing from admin
161+
* Represents a container for administrative resources to trace messages.
162162
* @return a {@link RequestInformation}
163163
* @deprecated
164164
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
@@ -169,7 +169,7 @@ public RequestInformation toGetRequestInformation() {
169169
return toGetRequestInformation(null);
170170
}
171171
/**
172-
* Get tracing from admin
172+
* Represents a container for administrative resources to trace messages.
173173
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
174174
* @return a {@link RequestInformation}
175175
* @deprecated
@@ -233,7 +233,7 @@ public TracingRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
233233
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
234234
}
235235
/**
236-
* Get tracing from admin
236+
* Represents a container for administrative resources to trace messages.
237237
*/
238238
@jakarta.annotation.Generated("com.microsoft.kiota")
239239
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/admin/exchange/tracing/messagetraces/MessageTracesRequestBuilder.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,24 +66,26 @@ public MessageTracesRequestBuilder(@jakarta.annotation.Nonnull final String rawU
6666
super(requestAdapter, "{+baseurl}/admin/exchange/tracing/messageTraces{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6767
}
6868
/**
69-
* Get messageTraces from admin
69+
* Get a list of exchangeMessageTrace objects.
7070
* @return a {@link ExchangeMessageTraceCollectionResponse}
7171
* @throws ODataError When receiving a 4XX or 5XX status code
7272
* @deprecated
7373
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
74+
* @see <a href="https://learn.microsoft.com/graph/api/messagetracingroot-list-messagetraces?view=graph-rest-beta">Find more info here</a>
7475
*/
7576
@jakarta.annotation.Nullable
7677
@Deprecated
7778
public ExchangeMessageTraceCollectionResponse get() {
7879
return get(null);
7980
}
8081
/**
81-
* Get messageTraces from admin
82+
* Get a list of exchangeMessageTrace objects.
8283
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8384
* @return a {@link ExchangeMessageTraceCollectionResponse}
8485
* @throws ODataError When receiving a 4XX or 5XX status code
8586
* @deprecated
8687
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
88+
* @see <a href="https://learn.microsoft.com/graph/api/messagetracingroot-list-messagetraces?view=graph-rest-beta">Find more info here</a>
8789
*/
8890
@jakarta.annotation.Nullable
8991
@Deprecated
@@ -125,7 +127,7 @@ public ExchangeMessageTrace post(@jakarta.annotation.Nonnull final ExchangeMessa
125127
return this.requestAdapter.send(requestInfo, errorMapping, ExchangeMessageTrace::createFromDiscriminatorValue);
126128
}
127129
/**
128-
* Get messageTraces from admin
130+
* Get a list of exchangeMessageTrace objects.
129131
* @return a {@link RequestInformation}
130132
* @deprecated
131133
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
@@ -136,7 +138,7 @@ public RequestInformation toGetRequestInformation() {
136138
return toGetRequestInformation(null);
137139
}
138140
/**
139-
* Get messageTraces from admin
141+
* Get a list of exchangeMessageTrace objects.
140142
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
141143
* @return a {@link RequestInformation}
142144
* @deprecated
@@ -194,7 +196,7 @@ public MessageTracesRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
194196
return new MessageTracesRequestBuilder(rawUrl, requestAdapter);
195197
}
196198
/**
197-
* Get messageTraces from admin
199+
* Get a list of exchangeMessageTrace objects.
198200
*/
199201
@jakarta.annotation.Generated("com.microsoft.kiota")
200202
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/admin/exchange/tracing/messagetraces/item/ExchangeMessageTraceItemRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
6262
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
6363
}
6464
/**
65-
* Get messageTraces from admin
65+
* Represents the trace information of messages that pass-through Exchange Online organizations.
6666
* @return a {@link ExchangeMessageTrace}
6767
* @throws ODataError When receiving a 4XX or 5XX status code
6868
* @deprecated
@@ -74,7 +74,7 @@ public ExchangeMessageTrace get() {
7474
return get(null);
7575
}
7676
/**
77-
* Get messageTraces from admin
77+
* Represents the trace information of messages that pass-through Exchange Online organizations.
7878
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7979
* @return a {@link ExchangeMessageTrace}
8080
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -160,7 +160,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
160160
return requestInfo;
161161
}
162162
/**
163-
* Get messageTraces from admin
163+
* Represents the trace information of messages that pass-through Exchange Online organizations.
164164
* @return a {@link RequestInformation}
165165
* @deprecated
166166
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
@@ -171,7 +171,7 @@ public RequestInformation toGetRequestInformation() {
171171
return toGetRequestInformation(null);
172172
}
173173
/**
174-
* Get messageTraces from admin
174+
* Represents the trace information of messages that pass-through Exchange Online organizations.
175175
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
176176
* @return a {@link RequestInformation}
177177
* @deprecated
@@ -235,7 +235,7 @@ public ExchangeMessageTraceItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
235235
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
236236
}
237237
/**
238-
* Get messageTraces from admin
238+
* Represents the trace information of messages that pass-through Exchange Online organizations.
239239
*/
240240
@jakarta.annotation.Generated("com.microsoft.kiota")
241241
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/admin/exchange/tracing/messagetraces/item/getdetailsbyrecipientwithrecipientaddress/GetDetailsByRecipientWithRecipientAddressRequestBuilder.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,26 @@ public GetDetailsByRecipientWithRecipientAddressRequestBuilder(@jakarta.annotati
3838
super(requestAdapter, "{+baseurl}/admin/exchange/tracing/messageTraces/{exchangeMessageTrace%2Did}/getDetailsByRecipient(recipientAddress='{recipientAddress}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
3939
}
4040
/**
41-
* Invoke function getDetailsByRecipient
41+
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
4242
* @return a {@link GetDetailsByRecipientWithRecipientAddressGetResponse}
4343
* @throws ODataError When receiving a 4XX or 5XX status code
4444
* @deprecated
4545
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
46+
* @see <a href="https://learn.microsoft.com/graph/api/exchangemessagetrace-getdetailsbyrecipient?view=graph-rest-beta">Find more info here</a>
4647
*/
4748
@jakarta.annotation.Nullable
4849
@Deprecated
4950
public GetDetailsByRecipientWithRecipientAddressGetResponse get() {
5051
return get(null);
5152
}
5253
/**
53-
* Invoke function getDetailsByRecipient
54+
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
5455
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5556
* @return a {@link GetDetailsByRecipientWithRecipientAddressGetResponse}
5657
* @throws ODataError When receiving a 4XX or 5XX status code
5758
* @deprecated
5859
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
60+
* @see <a href="https://learn.microsoft.com/graph/api/exchangemessagetrace-getdetailsbyrecipient?view=graph-rest-beta">Find more info here</a>
5961
*/
6062
@jakarta.annotation.Nullable
6163
@Deprecated
@@ -66,7 +68,7 @@ public GetDetailsByRecipientWithRecipientAddressGetResponse get(@jakarta.annotat
6668
return this.requestAdapter.send(requestInfo, errorMapping, GetDetailsByRecipientWithRecipientAddressGetResponse::createFromDiscriminatorValue);
6769
}
6870
/**
69-
* Invoke function getDetailsByRecipient
71+
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
7072
* @return a {@link RequestInformation}
7173
* @deprecated
7274
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
@@ -77,7 +79,7 @@ public RequestInformation toGetRequestInformation() {
7779
return toGetRequestInformation(null);
7880
}
7981
/**
80-
* Invoke function getDetailsByRecipient
82+
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
8183
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
8284
* @return a {@link RequestInformation}
8385
* @deprecated
@@ -105,7 +107,7 @@ public GetDetailsByRecipientWithRecipientAddressRequestBuilder withUrl(@jakarta.
105107
return new GetDetailsByRecipientWithRecipientAddressRequestBuilder(rawUrl, requestAdapter);
106108
}
107109
/**
108-
* Invoke function getDetailsByRecipient
110+
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
109111
*/
110112
@jakarta.annotation.Generated("com.microsoft.kiota")
111113
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/enabledapps/EnabledAppsRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public EnabledAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
5959
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/enabledApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6060
}
6161
/**
62-
* Get enabledApps from groups
62+
* A collection of enabled apps in the channel.
6363
* @return a {@link TeamsAppCollectionResponse}
6464
* @throws ODataError When receiving a 4XX or 5XX status code
6565
*/
@@ -68,7 +68,7 @@ public TeamsAppCollectionResponse get() {
6868
return get(null);
6969
}
7070
/**
71-
* Get enabledApps from groups
71+
* A collection of enabled apps in the channel.
7272
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7373
* @return a {@link TeamsAppCollectionResponse}
7474
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -81,15 +81,15 @@ public TeamsAppCollectionResponse get(@jakarta.annotation.Nullable final java.ut
8181
return this.requestAdapter.send(requestInfo, errorMapping, TeamsAppCollectionResponse::createFromDiscriminatorValue);
8282
}
8383
/**
84-
* Get enabledApps from groups
84+
* A collection of enabled apps in the channel.
8585
* @return a {@link RequestInformation}
8686
*/
8787
@jakarta.annotation.Nonnull
8888
public RequestInformation toGetRequestInformation() {
8989
return toGetRequestInformation(null);
9090
}
9191
/**
92-
* Get enabledApps from groups
92+
* A collection of enabled apps in the channel.
9393
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9494
* @return a {@link RequestInformation}
9595
*/
@@ -111,7 +111,7 @@ public EnabledAppsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
111111
return new EnabledAppsRequestBuilder(rawUrl, requestAdapter);
112112
}
113113
/**
114-
* Get enabledApps from groups
114+
* A collection of enabled apps in the channel.
115115
*/
116116
@jakarta.annotation.Generated("com.microsoft.kiota")
117117
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/groups/item/team/channels/item/enabledapps/item/TeamsAppItemRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public TeamsAppItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
3737
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/enabledApps/{teamsApp%2Did}{?%24expand,%24select}", rawUrl);
3838
}
3939
/**
40-
* Get enabledApps from groups
40+
* A collection of enabled apps in the channel.
4141
* @return a {@link TeamsApp}
4242
* @throws ODataError When receiving a 4XX or 5XX status code
4343
*/
@@ -46,7 +46,7 @@ public TeamsApp get() {
4646
return get(null);
4747
}
4848
/**
49-
* Get enabledApps from groups
49+
* A collection of enabled apps in the channel.
5050
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5151
* @return a {@link TeamsApp}
5252
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -59,15 +59,15 @@ public TeamsApp get(@jakarta.annotation.Nullable final java.util.function.Consum
5959
return this.requestAdapter.send(requestInfo, errorMapping, TeamsApp::createFromDiscriminatorValue);
6060
}
6161
/**
62-
* Get enabledApps from groups
62+
* A collection of enabled apps in the channel.
6363
* @return a {@link RequestInformation}
6464
*/
6565
@jakarta.annotation.Nonnull
6666
public RequestInformation toGetRequestInformation() {
6767
return toGetRequestInformation(null);
6868
}
6969
/**
70-
* Get enabledApps from groups
70+
* A collection of enabled apps in the channel.
7171
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7272
* @return a {@link RequestInformation}
7373
*/
@@ -89,7 +89,7 @@ public TeamsAppItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
8989
return new TeamsAppItemRequestBuilder(rawUrl, requestAdapter);
9090
}
9191
/**
92-
* Get enabledApps from groups
92+
* A collection of enabled apps in the channel.
9393
*/
9494
@jakarta.annotation.Generated("com.microsoft.kiota")
9595
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/enabledapps/EnabledAppsRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public EnabledAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
5959
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/enabledApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
6060
}
6161
/**
62-
* Get enabledApps from groups
62+
* A collection of enabled apps in the channel.
6363
* @return a {@link TeamsAppCollectionResponse}
6464
* @throws ODataError When receiving a 4XX or 5XX status code
6565
*/
@@ -68,7 +68,7 @@ public TeamsAppCollectionResponse get() {
6868
return get(null);
6969
}
7070
/**
71-
* Get enabledApps from groups
71+
* A collection of enabled apps in the channel.
7272
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7373
* @return a {@link TeamsAppCollectionResponse}
7474
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -81,15 +81,15 @@ public TeamsAppCollectionResponse get(@jakarta.annotation.Nullable final java.ut
8181
return this.requestAdapter.send(requestInfo, errorMapping, TeamsAppCollectionResponse::createFromDiscriminatorValue);
8282
}
8383
/**
84-
* Get enabledApps from groups
84+
* A collection of enabled apps in the channel.
8585
* @return a {@link RequestInformation}
8686
*/
8787
@jakarta.annotation.Nonnull
8888
public RequestInformation toGetRequestInformation() {
8989
return toGetRequestInformation(null);
9090
}
9191
/**
92-
* Get enabledApps from groups
92+
* A collection of enabled apps in the channel.
9393
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9494
* @return a {@link RequestInformation}
9595
*/
@@ -111,7 +111,7 @@ public EnabledAppsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
111111
return new EnabledAppsRequestBuilder(rawUrl, requestAdapter);
112112
}
113113
/**
114-
* Get enabledApps from groups
114+
* A collection of enabled apps in the channel.
115115
*/
116116
@jakarta.annotation.Generated("com.microsoft.kiota")
117117
public class GetQueryParameters implements QueryParameters {

src/main/java/com/microsoft/graph/beta/generated/groups/item/team/primarychannel/enabledapps/item/TeamsAppItemRequestBuilder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public TeamsAppItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
3737
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/enabledApps/{teamsApp%2Did}{?%24expand,%24select}", rawUrl);
3838
}
3939
/**
40-
* Get enabledApps from groups
40+
* A collection of enabled apps in the channel.
4141
* @return a {@link TeamsApp}
4242
* @throws ODataError When receiving a 4XX or 5XX status code
4343
*/
@@ -46,7 +46,7 @@ public TeamsApp get() {
4646
return get(null);
4747
}
4848
/**
49-
* Get enabledApps from groups
49+
* A collection of enabled apps in the channel.
5050
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
5151
* @return a {@link TeamsApp}
5252
* @throws ODataError When receiving a 4XX or 5XX status code
@@ -59,15 +59,15 @@ public TeamsApp get(@jakarta.annotation.Nullable final java.util.function.Consum
5959
return this.requestAdapter.send(requestInfo, errorMapping, TeamsApp::createFromDiscriminatorValue);
6060
}
6161
/**
62-
* Get enabledApps from groups
62+
* A collection of enabled apps in the channel.
6363
* @return a {@link RequestInformation}
6464
*/
6565
@jakarta.annotation.Nonnull
6666
public RequestInformation toGetRequestInformation() {
6767
return toGetRequestInformation(null);
6868
}
6969
/**
70-
* Get enabledApps from groups
70+
* A collection of enabled apps in the channel.
7171
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
7272
* @return a {@link RequestInformation}
7373
*/
@@ -89,7 +89,7 @@ public TeamsAppItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
8989
return new TeamsAppItemRequestBuilder(rawUrl, requestAdapter);
9090
}
9191
/**
92-
* Get enabledApps from groups
92+
* A collection of enabled apps in the channel.
9393
*/
9494
@jakarta.annotation.Generated("com.microsoft.kiota")
9595
public class GetQueryParameters implements QueryParameters {

0 commit comments

Comments
 (0)