All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
MicrosoftTeamsTenantBasedHandleResponse |
createTenantBasedHandle(MicrosoftTeamsCreateTenantBasedHandleRequest body)
Create tenant-based handle.
|
CompletableFuture<MicrosoftTeamsTenantBasedHandleResponse> |
createTenantBasedHandleAsync(MicrosoftTeamsCreateTenantBasedHandleRequest body)
Create tenant-based handle.
|
ApiResponse<MicrosoftTeamsTenantBasedHandleResponse> |
createTenantBasedHandleWithHttpInfo(MicrosoftTeamsCreateTenantBasedHandleRequest body)
Create a tenant-based handle in the Datadog Microsoft Teams integration.
|
CompletableFuture<ApiResponse<MicrosoftTeamsTenantBasedHandleResponse>> |
createTenantBasedHandleWithHttpInfoAsync(MicrosoftTeamsCreateTenantBasedHandleRequest body)
Create tenant-based handle.
|
void |
deleteTenantBasedHandle(String handleId)
Delete tenant-based handle.
|
CompletableFuture<Void> |
deleteTenantBasedHandleAsync(String handleId)
Delete tenant-based handle.
|
ApiResponse<Void> |
deleteTenantBasedHandleWithHttpInfo(String handleId)
Delete a tenant-based handle from the Datadog Microsoft Teams integration.
|
CompletableFuture<ApiResponse<Void>> |
deleteTenantBasedHandleWithHttpInfoAsync(String handleId)
Delete tenant-based handle.
|
ApiClient |
getApiClient()
Get the API client.
|
MicrosoftTeamsGetChannelByNameResponse |
getChannelByName(String tenantName,
String teamName,
String channelName)
Get channel information by name.
|
CompletableFuture<MicrosoftTeamsGetChannelByNameResponse> |
getChannelByNameAsync(String tenantName,
String teamName,
String channelName)
Get channel information by name.
|
ApiResponse<MicrosoftTeamsGetChannelByNameResponse> |
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>> |
getChannelByNameWithHttpInfoAsync(String tenantName,
String teamName,
String channelName)
Get channel information by name.
|
MicrosoftTeamsTenantBasedHandleResponse |
getTenantBasedHandle(String handleId)
Get tenant-based handle information.
|
CompletableFuture<MicrosoftTeamsTenantBasedHandleResponse> |
getTenantBasedHandleAsync(String handleId)
Get tenant-based handle information.
|
ApiResponse<MicrosoftTeamsTenantBasedHandleResponse> |
getTenantBasedHandleWithHttpInfo(String handleId)
Get the tenant, team, and channel information of a tenant-based handle from the Datadog
Microsoft Teams integration.
|
CompletableFuture<ApiResponse<MicrosoftTeamsTenantBasedHandleResponse>> |
getTenantBasedHandleWithHttpInfoAsync(String handleId)
Get tenant-based handle information.
|
MicrosoftTeamsTenantBasedHandlesResponse |
listTenantBasedHandles()
Get all tenant-based handles.
|
MicrosoftTeamsTenantBasedHandlesResponse |
listTenantBasedHandles(MicrosoftTeamsIntegrationApi.ListTenantBasedHandlesOptionalParameters parameters)
Get all tenant-based handles.
|
CompletableFuture<MicrosoftTeamsTenantBasedHandlesResponse> |
listTenantBasedHandlesAsync()
Get all tenant-based handles.
|
CompletableFuture<MicrosoftTeamsTenantBasedHandlesResponse> |
listTenantBasedHandlesAsync(MicrosoftTeamsIntegrationApi.ListTenantBasedHandlesOptionalParameters parameters)
Get all tenant-based handles.
|
ApiResponse<MicrosoftTeamsTenantBasedHandlesResponse> |
listTenantBasedHandlesWithHttpInfo(MicrosoftTeamsIntegrationApi.ListTenantBasedHandlesOptionalParameters parameters)
Get a list of all tenant-based handles from the Datadog Microsoft Teams integration.
|
CompletableFuture<ApiResponse<MicrosoftTeamsTenantBasedHandlesResponse>> |
listTenantBasedHandlesWithHttpInfoAsync(MicrosoftTeamsIntegrationApi.ListTenantBasedHandlesOptionalParameters parameters)
Get all tenant-based handles.
|
void |
setApiClient(ApiClient apiClient)
Set the API client.
|
MicrosoftTeamsTenantBasedHandleResponse |
updateTenantBasedHandle(String handleId,
MicrosoftTeamsUpdateTenantBasedHandleRequest body)
Update tenant-based handle.
|
CompletableFuture<MicrosoftTeamsTenantBasedHandleResponse> |
updateTenantBasedHandleAsync(String handleId,
MicrosoftTeamsUpdateTenantBasedHandleRequest body)
Update tenant-based handle.
|
ApiResponse<MicrosoftTeamsTenantBasedHandleResponse> |
updateTenantBasedHandleWithHttpInfo(String handleId,
MicrosoftTeamsUpdateTenantBasedHandleRequest body)
Update a tenant-based handle from the Datadog Microsoft Teams integration.
|
CompletableFuture<ApiResponse<MicrosoftTeamsTenantBasedHandleResponse>> |
updateTenantBasedHandleWithHttpInfoAsync(String handleId,
MicrosoftTeamsUpdateTenantBasedHandleRequest body)
Update tenant-based handle.
|