| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MicrosoftTeamsGetChannelByNameResponse |
MicrosoftTeamsIntegrationApi.getChannelByName(String tenantName,
String teamName,
String channelName)
Get channel information by name.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MicrosoftTeamsGetChannelByNameResponse> |
MicrosoftTeamsIntegrationApi.getChannelByNameAsync(String tenantName,
String teamName,
String channelName)
Get channel information by name.
|
ApiResponse<MicrosoftTeamsGetChannelByNameResponse> |
MicrosoftTeamsIntegrationApi.getChannelByNameWithHttpInfo(String tenantName,
String teamName,
String channelName)
Get the tenant, team, and channel ID of a channel in the Datadog Microsoft Teams integration.
|
CompletableFuture<ApiResponse<MicrosoftTeamsGetChannelByNameResponse>> |
MicrosoftTeamsIntegrationApi.getChannelByNameWithHttpInfoAsync(String tenantName,
String teamName,
String channelName)
Get channel information by name.
|
| Modifier and Type | Method and Description |
|---|---|
MicrosoftTeamsGetChannelByNameResponse |
MicrosoftTeamsGetChannelByNameResponse.data(MicrosoftTeamsChannelInfoResponseData data) |
MicrosoftTeamsGetChannelByNameResponse |
MicrosoftTeamsGetChannelByNameResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.