Class MsTeamServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.providers.MsTeamServiceAsync
public final class MsTeamServiceAsyncImpl implements MsTeamServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description MsTeamServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<MsTeamCheckAuthResponse>checkAuth(MsTeamCheckAuthParams params, RequestOptions requestOptions)CompletableFuture<MsTeamListChannelsResponse>listChannels(MsTeamListChannelsParams params, RequestOptions requestOptions)CompletableFuture<MsTeamListTeamsPageAsync>listTeams(MsTeamListTeamsParams params, RequestOptions requestOptions)CompletableFuture<MsTeamRevokeAccessResponse>revokeAccess(MsTeamRevokeAccessParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.providers.MsTeamServiceAsync
checkAuth, checkAuth, checkAuth, listChannels, listChannels, listChannels, listTeams, listTeams, listTeams, revokeAccess, revokeAccess, revokeAccess -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
MsTeamServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
checkAuth
CompletableFuture<MsTeamCheckAuthResponse> checkAuth(MsTeamCheckAuthParams params, RequestOptions requestOptions)
-
listChannels
CompletableFuture<MsTeamListChannelsResponse> listChannels(MsTeamListChannelsParams params, RequestOptions requestOptions)
-
listTeams
CompletableFuture<MsTeamListTeamsPageAsync> listTeams(MsTeamListTeamsParams params, RequestOptions requestOptions)
-
revokeAccess
CompletableFuture<MsTeamRevokeAccessResponse> revokeAccess(MsTeamRevokeAccessParams params, RequestOptions requestOptions)
-
-
-
-