Interface MsTeamService.WithRawResponse
-
- All Implemented Interfaces:
public interface MsTeamService.WithRawResponseA view of MsTeamService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
checkAuth
@MustBeClosed() HttpResponseFor<MsTeamCheckAuthResponse> checkAuth(String channelId, MsTeamCheckAuthParams params)
Returns a raw HTTP response for
get /v1/providers/ms-teams/{channel_id}/auth_check, but is otherwise the same as MsTeamService.checkAuth.
-
checkAuth
@MustBeClosed() HttpResponseFor<MsTeamCheckAuthResponse> checkAuth(String channelId, MsTeamCheckAuthParams params, RequestOptions requestOptions)
-
checkAuth
@MustBeClosed() HttpResponseFor<MsTeamCheckAuthResponse> checkAuth(MsTeamCheckAuthParams params)
-
checkAuth
@MustBeClosed() abstract HttpResponseFor<MsTeamCheckAuthResponse> checkAuth(MsTeamCheckAuthParams params, RequestOptions requestOptions)
-
listChannels
@MustBeClosed() HttpResponseFor<MsTeamListChannelsResponse> listChannels(String channelId, MsTeamListChannelsParams params)
Returns a raw HTTP response for
get /v1/providers/ms-teams/{channel_id}/channels, but is otherwise the same as MsTeamService.listChannels.
-
listChannels
@MustBeClosed() HttpResponseFor<MsTeamListChannelsResponse> listChannels(String channelId, MsTeamListChannelsParams params, RequestOptions requestOptions)
-
listChannels
@MustBeClosed() HttpResponseFor<MsTeamListChannelsResponse> listChannels(MsTeamListChannelsParams params)
-
listChannels
@MustBeClosed() abstract HttpResponseFor<MsTeamListChannelsResponse> listChannels(MsTeamListChannelsParams params, RequestOptions requestOptions)
-
listTeams
@MustBeClosed() HttpResponseFor<MsTeamListTeamsPage> listTeams(String channelId, MsTeamListTeamsParams params)
Returns a raw HTTP response for
get /v1/providers/ms-teams/{channel_id}/teams, but is otherwise the same as MsTeamService.listTeams.
-
listTeams
@MustBeClosed() HttpResponseFor<MsTeamListTeamsPage> listTeams(String channelId, MsTeamListTeamsParams params, RequestOptions requestOptions)
-
listTeams
@MustBeClosed() HttpResponseFor<MsTeamListTeamsPage> listTeams(MsTeamListTeamsParams params)
-
listTeams
@MustBeClosed() abstract HttpResponseFor<MsTeamListTeamsPage> listTeams(MsTeamListTeamsParams params, RequestOptions requestOptions)
-
revokeAccess
@MustBeClosed() HttpResponseFor<MsTeamRevokeAccessResponse> revokeAccess(String channelId, MsTeamRevokeAccessParams params)
Returns a raw HTTP response for
put /v1/providers/ms-teams/{channel_id}/revoke_access, but is otherwise the same as MsTeamService.revokeAccess.
-
revokeAccess
@MustBeClosed() HttpResponseFor<MsTeamRevokeAccessResponse> revokeAccess(String channelId, MsTeamRevokeAccessParams params, RequestOptions requestOptions)
-
revokeAccess
@MustBeClosed() HttpResponseFor<MsTeamRevokeAccessResponse> revokeAccess(MsTeamRevokeAccessParams params)
-
revokeAccess
@MustBeClosed() abstract HttpResponseFor<MsTeamRevokeAccessResponse> revokeAccess(MsTeamRevokeAccessParams params, RequestOptions requestOptions)
-
-
-
-