Interface MsTeamServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface MsTeamServiceAsync.WithRawResponseA view of MsTeamServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
checkAuth
@MustBeClosed() CompletableFuture<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 MsTeamServiceAsync.checkAuth.
-
checkAuth
@MustBeClosed() CompletableFuture<HttpResponseFor<MsTeamCheckAuthResponse>> checkAuth(String channelId, MsTeamCheckAuthParams params, RequestOptions requestOptions)
-
checkAuth
@MustBeClosed() CompletableFuture<HttpResponseFor<MsTeamCheckAuthResponse>> checkAuth(MsTeamCheckAuthParams params)
-
checkAuth
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<MsTeamCheckAuthResponse>> checkAuth(MsTeamCheckAuthParams params, RequestOptions requestOptions)
-
listChannels
@MustBeClosed() CompletableFuture<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 MsTeamServiceAsync.listChannels.
-
listChannels
@MustBeClosed() CompletableFuture<HttpResponseFor<MsTeamListChannelsResponse>> listChannels(String channelId, MsTeamListChannelsParams params, RequestOptions requestOptions)
-
listChannels
@MustBeClosed() CompletableFuture<HttpResponseFor<MsTeamListChannelsResponse>> listChannels(MsTeamListChannelsParams params)
-
listChannels
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<MsTeamListChannelsResponse>> listChannels(MsTeamListChannelsParams params, RequestOptions requestOptions)
-
listTeams
@MustBeClosed() CompletableFuture<HttpResponseFor<MsTeamListTeamsPageAsync>> 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 MsTeamServiceAsync.listTeams.
-
listTeams
@MustBeClosed() CompletableFuture<HttpResponseFor<MsTeamListTeamsPageAsync>> listTeams(String channelId, MsTeamListTeamsParams params, RequestOptions requestOptions)
-
listTeams
@MustBeClosed() CompletableFuture<HttpResponseFor<MsTeamListTeamsPageAsync>> listTeams(MsTeamListTeamsParams params)
-
listTeams
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<MsTeamListTeamsPageAsync>> listTeams(MsTeamListTeamsParams params, RequestOptions requestOptions)
-
revokeAccess
@MustBeClosed() CompletableFuture<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 MsTeamServiceAsync.revokeAccess.
-
revokeAccess
@MustBeClosed() CompletableFuture<HttpResponseFor<MsTeamRevokeAccessResponse>> revokeAccess(String channelId, MsTeamRevokeAccessParams params, RequestOptions requestOptions)
-
revokeAccess
@MustBeClosed() CompletableFuture<HttpResponseFor<MsTeamRevokeAccessResponse>> revokeAccess(MsTeamRevokeAccessParams params)
-
revokeAccess
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<MsTeamRevokeAccessResponse>> revokeAccess(MsTeamRevokeAccessParams params, RequestOptions requestOptions)
-
-
-
-