Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
* Get tracing from admin
* Represents a container for administrative resources to trace messages.
* @return a {@link MessageTracingRoot}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
Expand All @@ -85,7 +85,7 @@ public MessageTracingRoot get() {
return get(null);
}
/**
* Get tracing from admin
* Represents a container for administrative resources to trace messages.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link MessageTracingRoot}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand Down Expand Up @@ -158,7 +158,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Get tracing from admin
* Represents a container for administrative resources to trace messages.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
Expand All @@ -169,7 +169,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get tracing from admin
* Represents a container for administrative resources to trace messages.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
Expand Down Expand Up @@ -233,7 +233,7 @@ public TracingRequestBuilder withUrl(@jakarta.annotation.Nonnull final String ra
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Get tracing from admin
* Represents a container for administrative resources to trace messages.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,26 @@ public MessageTracesRequestBuilder(@jakarta.annotation.Nonnull final String rawU
super(requestAdapter, "{+baseurl}/admin/exchange/tracing/messageTraces{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get messageTraces from admin
* Get a list of exchangeMessageTrace objects.
* @return a {@link ExchangeMessageTraceCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
* @see <a href="https://learn.microsoft.com/graph/api/messagetracingroot-list-messagetraces?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
@Deprecated
public ExchangeMessageTraceCollectionResponse get() {
return get(null);
}
/**
* Get messageTraces from admin
* Get a list of exchangeMessageTrace objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ExchangeMessageTraceCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
* @see <a href="https://learn.microsoft.com/graph/api/messagetracingroot-list-messagetraces?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
@Deprecated
Expand Down Expand Up @@ -125,7 +127,7 @@ public ExchangeMessageTrace post(@jakarta.annotation.Nonnull final ExchangeMessa
return this.requestAdapter.send(requestInfo, errorMapping, ExchangeMessageTrace::createFromDiscriminatorValue);
}
/**
* Get messageTraces from admin
* Get a list of exchangeMessageTrace objects.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
Expand All @@ -136,7 +138,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get messageTraces from admin
* Get a list of exchangeMessageTrace objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
Expand Down Expand Up @@ -194,7 +196,7 @@ public MessageTracesRequestBuilder withUrl(@jakarta.annotation.Nonnull final Str
return new MessageTracesRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get messageTraces from admin
* Get a list of exchangeMessageTrace objects.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
this.requestAdapter.sendPrimitive(requestInfo, errorMapping, Void.class);
}
/**
* Get messageTraces from admin
* Represents the trace information of messages that pass-through Exchange Online organizations.
* @return a {@link ExchangeMessageTrace}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
Expand All @@ -74,7 +74,7 @@ public ExchangeMessageTrace get() {
return get(null);
}
/**
* Get messageTraces from admin
* Represents the trace information of messages that pass-through Exchange Online organizations.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link ExchangeMessageTrace}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand Down Expand Up @@ -160,7 +160,7 @@ public RequestInformation toDeleteRequestInformation(@jakarta.annotation.Nullabl
return requestInfo;
}
/**
* Get messageTraces from admin
* Represents the trace information of messages that pass-through Exchange Online organizations.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
Expand All @@ -171,7 +171,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get messageTraces from admin
* Represents the trace information of messages that pass-through Exchange Online organizations.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
Expand Down Expand Up @@ -235,7 +235,7 @@ public ExchangeMessageTraceItemRequestBuilder withUrl(@jakarta.annotation.Nonnul
public class DeleteRequestConfiguration extends BaseRequestConfiguration {
}
/**
* Get messageTraces from admin
* Represents the trace information of messages that pass-through Exchange Online organizations.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,26 @@ public GetDetailsByRecipientWithRecipientAddressRequestBuilder(@jakarta.annotati
super(requestAdapter, "{+baseurl}/admin/exchange/tracing/messageTraces/{exchangeMessageTrace%2Did}/getDetailsByRecipient(recipientAddress='{recipientAddress}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Invoke function getDetailsByRecipient
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
* @return a {@link GetDetailsByRecipientWithRecipientAddressGetResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
* @see <a href="https://learn.microsoft.com/graph/api/exchangemessagetrace-getdetailsbyrecipient?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
@Deprecated
public GetDetailsByRecipientWithRecipientAddressGetResponse get() {
return get(null);
}
/**
* Invoke function getDetailsByRecipient
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link GetDetailsByRecipientWithRecipientAddressGetResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
* @see <a href="https://learn.microsoft.com/graph/api/exchangemessagetrace-getdetailsbyrecipient?view=graph-rest-beta">Find more info here</a>
*/
@jakarta.annotation.Nullable
@Deprecated
Expand All @@ -66,7 +68,7 @@ public GetDetailsByRecipientWithRecipientAddressGetResponse get(@jakarta.annotat
return this.requestAdapter.send(requestInfo, errorMapping, GetDetailsByRecipientWithRecipientAddressGetResponse::createFromDiscriminatorValue);
}
/**
* Invoke function getDetailsByRecipient
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
* @return a {@link RequestInformation}
* @deprecated
* Private preview for Import Export APIs as of 2021-08/PrivatePreview:importExport on 2021-08-19 and will be removed 2021-11-15
Expand All @@ -77,7 +79,7 @@ public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Invoke function getDetailsByRecipient
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
* @deprecated
Expand Down Expand Up @@ -105,7 +107,7 @@ public GetDetailsByRecipientWithRecipientAddressRequestBuilder withUrl(@jakarta.
return new GetDetailsByRecipientWithRecipientAddressRequestBuilder(rawUrl, requestAdapter);
}
/**
* Invoke function getDetailsByRecipient
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public EnabledAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/enabledApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @return a {@link TeamsAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -68,7 +68,7 @@ public TeamsAppCollectionResponse get() {
return get(null);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand All @@ -81,15 +81,15 @@ public TeamsAppCollectionResponse get(@jakarta.annotation.Nullable final java.ut
return this.requestAdapter.send(requestInfo, errorMapping, TeamsAppCollectionResponse::createFromDiscriminatorValue);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand All @@ -111,7 +111,7 @@ public EnabledAppsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new EnabledAppsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public TeamsAppItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/enabledApps/{teamsApp%2Did}{?%24expand,%24select}", rawUrl);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @return a {@link TeamsApp}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -46,7 +46,7 @@ public TeamsApp get() {
return get(null);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsApp}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand All @@ -59,15 +59,15 @@ public TeamsApp get(@jakarta.annotation.Nullable final java.util.function.Consum
return this.requestAdapter.send(requestInfo, errorMapping, TeamsApp::createFromDiscriminatorValue);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand All @@ -89,7 +89,7 @@ public TeamsAppItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
return new TeamsAppItemRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public EnabledAppsRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/enabledApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @return a {@link TeamsAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -68,7 +68,7 @@ public TeamsAppCollectionResponse get() {
return get(null);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsAppCollectionResponse}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand All @@ -81,15 +81,15 @@ public TeamsAppCollectionResponse get(@jakarta.annotation.Nullable final java.ut
return this.requestAdapter.send(requestInfo, errorMapping, TeamsAppCollectionResponse::createFromDiscriminatorValue);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand All @@ -111,7 +111,7 @@ public EnabledAppsRequestBuilder withUrl(@jakarta.annotation.Nonnull final Strin
return new EnabledAppsRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public TeamsAppItemRequestBuilder(@jakarta.annotation.Nonnull final String rawUr
super(requestAdapter, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/enabledApps/{teamsApp%2Did}{?%24expand,%24select}", rawUrl);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @return a {@link TeamsApp}
* @throws ODataError When receiving a 4XX or 5XX status code
*/
Expand All @@ -46,7 +46,7 @@ public TeamsApp get() {
return get(null);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link TeamsApp}
* @throws ODataError When receiving a 4XX or 5XX status code
Expand All @@ -59,15 +59,15 @@ public TeamsApp get(@jakarta.annotation.Nullable final java.util.function.Consum
return this.requestAdapter.send(requestInfo, errorMapping, TeamsApp::createFromDiscriminatorValue);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @return a {@link RequestInformation}
*/
@jakarta.annotation.Nonnull
public RequestInformation toGetRequestInformation() {
return toGetRequestInformation(null);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @return a {@link RequestInformation}
*/
Expand All @@ -89,7 +89,7 @@ public TeamsAppItemRequestBuilder withUrl(@jakarta.annotation.Nonnull final Stri
return new TeamsAppItemRequestBuilder(rawUrl, requestAdapter);
}
/**
* Get enabledApps from groups
* A collection of enabled apps in the channel.
*/
@jakarta.annotation.Generated("com.microsoft.kiota")
public class GetQueryParameters implements QueryParameters {
Expand Down
Loading
Loading