Interface MsTeamService
-
- All Implemented Interfaces:
public interface MsTeamService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceMsTeamService.WithRawResponseA view of MsTeamService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract MsTeamService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
checkAuth
MsTeamCheckAuthResponse checkAuth(String channelId, MsTeamCheckAuthParams params)
Check if a connection to Microsoft Teams has been authorized for a given Microsoft Teams tenant object.
-
checkAuth
MsTeamCheckAuthResponse checkAuth(String channelId, MsTeamCheckAuthParams params, RequestOptions requestOptions)
-
checkAuth
MsTeamCheckAuthResponse checkAuth(MsTeamCheckAuthParams params)
-
checkAuth
abstract MsTeamCheckAuthResponse checkAuth(MsTeamCheckAuthParams params, RequestOptions requestOptions)
-
listChannels
MsTeamListChannelsResponse listChannels(String channelId, MsTeamListChannelsParams params)
List the Microsoft Teams channels within a team. By default, archived and private channels are excluded from the results.
-
listChannels
MsTeamListChannelsResponse listChannels(String channelId, MsTeamListChannelsParams params, RequestOptions requestOptions)
-
listChannels
MsTeamListChannelsResponse listChannels(MsTeamListChannelsParams params)
-
listChannels
abstract MsTeamListChannelsResponse listChannels(MsTeamListChannelsParams params, RequestOptions requestOptions)
-
listTeams
MsTeamListTeamsPage listTeams(String channelId, MsTeamListTeamsParams params)
Get a list of teams belonging to the Microsoft Entra tenant. By default, archived and private channels are excluded from the results.
-
listTeams
MsTeamListTeamsPage listTeams(String channelId, MsTeamListTeamsParams params, RequestOptions requestOptions)
-
listTeams
MsTeamListTeamsPage listTeams(MsTeamListTeamsParams params)
-
listTeams
abstract MsTeamListTeamsPage listTeams(MsTeamListTeamsParams params, RequestOptions requestOptions)
-
revokeAccess
MsTeamRevokeAccessResponse revokeAccess(String channelId, MsTeamRevokeAccessParams params)
Remove a Microsoft Entra tenant ID from a Microsoft Teams tenant object.
-
revokeAccess
MsTeamRevokeAccessResponse revokeAccess(String channelId, MsTeamRevokeAccessParams params, RequestOptions requestOptions)
-
revokeAccess
MsTeamRevokeAccessResponse revokeAccess(MsTeamRevokeAccessParams params)
-
revokeAccess
abstract MsTeamRevokeAccessResponse revokeAccess(MsTeamRevokeAccessParams params, RequestOptions requestOptions)
-
-
-
-